You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/data1/liushu/cedr-master/cedr/extract_docs_from_index.py", line 61, in <module>
main_cli()
File "/data1/liushu/cedr-master/cedr/extract_docs_from_index.py", line 49, in main_cli
doc_extractor = INDEX_MAP[args.index_type](args.index_path)
File "/data1/liushu/cedr-master/cedr/extract_docs_from_index.py", line 8, in indri_doc_extractor
index = pyndri.Index(path)
File "/home/ps/anaconda3/envs/aiwin/lib/python3.6/site-packages/pyndri/__init__.py", line 52, in __init__
super(Index, self).__init__(*args, **kwargs)
OSError: ../src/Parameters.cpp(469): Couldn't open parameter file 'index-robust04-20220531/manifest' for reading.
How to fix it?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi,
I use indri, run
But an error was reported
How to fix it?
Thank you very much!
The text was updated successfully, but these errors were encountered: