-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ReSearch is a set of research tools for Text Search and Information Retrieval.
Aside from being a Python package, ReSearch can be installed as a standalone set of command-line programs.
To use ReSearch in your project, use your instance of Python 3 to execute setup.py:
python setup.py install [--user]If you do not have Conda installed, you can use Miniconda in a few quick steps:
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.shNote that in order to use the provided Makefile, you will need conda on your $PATH,
therefore, it is recommended to answer yes at the following step:
Do you wish the installer to prepend the Miniconda3 install location
to PATH in your /home/michal/.bashrc ? [yes|no]
[no] >>> yes
However, you can do it in a number of ways, and you're free to choose the one that fits you best.
You will have to enable conda-forge channel to resolve all dependencies.
conda config --add channels conda-forgeTo install the set of command-line tools, run:
make
make install # you'll need root access for this oneThe files will be in /opt/research and the executable scripts will be copied to /usr/local/bin.
Below, we present the list of the available command-line tools in the package: