Skip to content

viniciusarruda/autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-gram Autocomplete

Autocomplete current or next word using N-grams: Live demo.

Dependencies

pip install nltk

To run the streamlit app, you will also need:

pip install streamlit streamlit-keyup st-annotated-text