项目作者: clovisphere

项目描述 :
auto-reply using nltk
高级语言: Python
项目地址: git://github.com/clovisphere/auto-reply-cli.git
创建时间: 2018-06-09T17:29:01Z
项目社区:https://github.com/clovisphere/auto-reply-cli

开源协议:

下载


Auto-Reply CLI

Demo “auto-reply” app that uses nltk.

App purpose

CLI Text Analyzer that parse given data/text, compute the count of each word, detect keywords with high percentage, search for keyword in database, display answer related to keyword.

Installation

The app requires Python 3.6 or later.

Mac/Unix:

  1. Install virtualenvwrapper.
  2. Install python‘s packages using the provided requirements.txt file via pip :point_down:
    1. $ pip install -r requirements.txt
  3. Install sqlite3

Directory structure:

  1. ├── app.py
  2. ├── data
  3. └── data.txt
  4. ├── db
  5. └── demo.db
  6. └── requirements.txt

Run:

  1. python app.py

:smiley::wink: enjoy:zzz::ok_hand: