zhangkaizhao / supportbot

Supportbot to support questions and their answers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supportbot

Supportbot to support questions and their answers.

Recipes:

  • Fuzzy string matching (just for small scale)
  • Full text search
  • Machine learning (TODO)

Supportbot in fuzzy string matching

Just for small scale!

  • fuzzywuzzy: fuzzy string matching

Notes:

  • Minimum unit is character but not word.

Supportbot in full text search

  • jieba: text segmentation (Chinese)
  • Whoosh: indexing

Supportbot in machine learning

  • NLTK
  • scikit-learn or tensorflow

TODO

Usage

Please see examples in source repository.

About

Supportbot to support questions and their answers

License:MIT License


Languages

Language:Python 100.0%