/NGram-AutoComplete

Build a N-Gram auto complete feature for a given Chinese raw text set

Primary LanguagePythonMIT LicenseMIT

NGram AutoComplete Builder

Auto completion API builder using redis

Expected features:

  • Process small to middle size raw text files to NGram using map-reduce.
  • Build index with all NGram data in to redis docker
  • Lauch a mini server allowing proxy for easy setup.