- Download 1gram (a-z) files from google archive for the language of your choice.
- Extract these files into a folder, say,
extractedFolder
- Clone this project and open
ngram-analyzer/1gramanalyzerapp/dist
folder in terminal. - run
java -jar 1gramAnalyzerApp.jar
. - Now click on
Select Folder
button to select theextractedFolder
- Click on
Generate Word List
button to start - Watch the logs. Once
Done
, it will generate the word list intoextractedFolder/word_list.txt
file.