文件名称:InformationRetrieval
文件大小:25.23MB
文件格式:ZIP
更新时间:2024-04-06 19:02:26
Python
信息检索 前提条件 Python> = 3.8 点子 吉特 正在安装 git clone https://github.com/egorgsv/InformationRetrieval pip install -r requirements.txt 用法 cd InformationRetrieval python3 main.py " head AND conservative " 可以使用三种操作:AND,OR和NOT。 我们也实现了支架的构造 python3 main.py " head AND (conservative OR faction) " python3 main.py " head AND (conservative OR faction) AND (NOT Guatemala) "
【文件预览】:
InformationRetrieval-main
----src()
--------spimi.py(2KB)
--------parse_query.py(2KB)
--------document.py(242B)
--------__init__.py(0B)
--------search.py(1KB)
--------corpus_tokenization_stemming.py(1KB)
----OutputData()
--------InvertedIndex.txt(20.2MB)
--------__init__.py(0B)
----main.py(2KB)
----requirements.txt(47B)
----.idea()
--------.gitignore(176B)
----LICENSE(11KB)
----README.md(524B)
----data()
--------flag.txt(1B)
--------True.csv(51.08MB)
----.gitignore(2KB)