pyndri icon indicating copy to clipboard operation
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

Bumps [numpy](https://github.com/numpy/numpy) from 1.11.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hello! I am trying to setup pyndri on colab but I can't get through the first phase where you need to install indri. I visited the link for project indri...

`====================================================================== FAIL: test_1empty (__main__.IndriTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/derrer/Documents/UniMaterials/distribSystemsInstall/pyndri/tests/pyndri_tests.py", line 121, in setUp self.assertEqual(ret, 0) AssertionError: -11 != 0 ====================================================================== FAIL: test_document (__main__.IndriTest) ---------------------------------------------------------------------- Traceback (most recent...

Hi, Is it possible to query multiple indexes? Similar to the batch query using the retrieval parameter files where we can mention several indexes.

I saw the example in pyndri/examples/query_environments.py. It returns a list of documents given a query. However, is there any way I can get the score for a specific pair?

Hi, I'm working with Clueweb09 category A - a big index (about 2TB). I need to extract the textual content of documents, and to do so I can extract the...

Hi, I start to install pyndri, in the first step (sudo apt install g++ zlib1g-dev python3.5-dev python3-pip), I received this messages: Some packages could not be installed. This may mean...

I have an index that is built on Wikipedia articles. Whenever a query contains a non-ascii character, something (I can't exactly locate the error, but it's definitely below `Index.query()`) throws...

Hi, when I'm trying to install the package in cygwin I get the following error: ^ g++ -shared -Wl,--enable-auto-image-base build/temp.cygwin-2.10.0-x86_64-3.6/src/pyndri.o -Lusr/local/include/indri -L/usr/lib/python3.6/config -L/usr/lib -lindri -lz -lpthread -lm -lpython3.6m -o build/lib.cygwin-2.10.0-x86_64-3.6/pyndri_ext.cpython-36m-x86_64-cygwin.dll...

When I run the example code, the python is terminated with `terminate called after throwing an instance of 'lemur::api::Exception'` and `exit code 134 (interrupted by signal 6: SIGABRT)` After googling...