-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Thank you for the great tutorial!
In case you want to keep the notebooks updated (so far only updates for notebook 1):
pt.java.started()instead ofpt.started()indexer = pt.index.IterDictIndexer(pt_index_path, text_attrs=['abstract'])instead ofindexer = pt.index.IterDictIndexer(pt_index_path)index_ref = indexer.index(cord19.get_corpus_iter())instead ofindex_ref = indexer.index(cord19.get_corpus_iter(), fields=('abstract',), meta=('docno',))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels