Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 414 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 414 Bytes

This is the code written as part of the Kotlin functional programming webinar done on October 22nd 2015.

Please note that this program is NOT COMPLETE. It requires an n-gram list in the form of a tab separated file, with the first column being a frequency and the rest being the words. You can get such files from

http://www.ngrams.info

but the redistribution requirements mean I cannot bundle them here.