--- title: NoteListIndexer keywords: fastai sidebar: home_sidebar nb_path: "nbs/indexers.NoteListIndexer.ipynb" ---
{% raw %}
{% endraw %} {% raw %}
{% endraw %} {% raw %}
{% endraw %} {% raw %}

class NotesListIndexer[source]

NotesListIndexer(*args, **kwargs) :: Indexer

Extracts lists from notes and categorizes them.

{% endraw %} {% raw %}

class ListTypePredictor[source]

ListTypePredictor()

Predicts one of LIST_CLASSES for a list in a note.

{% endraw %} {% raw %}
evernote_file = PYI_TESTDATA / "notes" / "evernote" / "evernote-test-note-1.html"
txt = read_file(evernote_file)
note = INote.from_data(content=txt)
{% endraw %}