Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.03 KB

NWP-WC-WC-Engine

A simple next-word prediction, word completion and word correction engine.

Sample Demonstration

1. Next-Word Prediction

next-1 next-2

2. Word Completion

comp-1 complete-2

3. Word Correction

cor-1 cor-2

Note: Put Main.py and Big.txt in same directory before running the code.

References:

  1. http://norvig.com/big.txt (Corpus)
  2. https://github.com/michaelfester/mastodon