项目作者: jia1

项目描述 :
Boolean retrieval and vector space model scripts (indexing and searching)
高级语言: Python
项目地址: git://github.com/jia1/cs3245-information-retrieval.git
创建时间: 2018-02-09T04:09:07Z
项目社区:https://github.com/jia1/cs3245-information-retrieval

开源协议:

下载


CS3245 Boolean Retrieval

Installation instructions

  1. git clone https://github.com/jia1/cs3245-boolean-retrieval.git
  2. cd cs3245-boolean-retrieval
  3. python3 -m venv .
  4. . bin/activate
  5. pip3 install -r requirements.txt
  6. python3 download.py
  7. . index.sh
  8. . search.sh

If you are using Windows, replace . bin/activate with Scripts\activate.bat.

To deactivate the virtual environment:

  1. deactivate

If you are using Windows, enter Scripts\deactivate.bat instead.