Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.19 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.19 KB

Detailed Explanation

Check Spelling

Detailed Explanation

(proj_env) $ python3 manage.py run

Enter your string: simr adr peopel
WordisCorrectpossibleWordsuggestList
simrFalsesix['six', 'sri', 'air', 'sit', 'sirs', 'sir']
adrFalseand['and', 'or', 'do', 'r', 'mr', 'di', 'pair', 'air', 'de', 'adds', 'd', 'aim', 'da', 'ur', 'sir', 'dr', 'hair', 'add']
peopelFalsepeople['people']

Train on New dataset

Detailed Explanation

create a new file in /src/data/train_data_set/fileName.txt of any name of your choice and exectute the command

(proj_env) $ python3 manage.py train

Add new word to dataset

Detailed Explanation

(proj_env) $ python3 manage.py addWord

Enter word seprated by space (eg. some,people,are)
-> simple james
simple added to data/search_data/si.txt
james added to data/search_data/j.txt