research references bot
1.0.0
該項目將使用TF IDF和余弦相似性在電信上創建搜索引擎機器人。
這些說明將使您在本地計算機上啟動並運行該項目的副本,以開發和測試目的。有關如何在實時系統上部署項目的註釋,請參見部署。
確保您已在設備上安裝了Python 3
pip install -r requirements.txt
nltk.download()安裝punkt >>> import nlit
>>> nltk.download("punkt")
server.py python server.py
您可以克隆或下載此項目
> Clone : git clone https://github.com/piinalpin/research-references-bot.git