pyndri
pyndri copied to clipboard
pyndri is a Python interface to the Indri search engine.
Results
13
pyndri issues
Sort by
recently updated
recently updated
newest added
I have indexed a huge number of documents using IndriBuildIndex. I am able to run queries using IndriRunQuery on the same index, but when try to open the index in...
When calling Index() failed, because Indri reports an error, do not PY_DECREF self->query_env_obj, because it is likely NULL (it gets created later), so use the safe PY_XDECREF. Also, with clang...