You will write a program which will construct a language model -- 2
Budget: £10 – £60 GBP
You will write a program
which will construct a language model (for several different languages) and, when asked to classify a text,
should select the language whose model is closer to the text in question. The language model (described
below) will be constructed from text files. You will be required to achieve this task without using any loops
(use streams and lambdas instead).
which will construct a language model (for several different languages) and, when asked to classify a text,
should select the language whose model is closer to the text in question. The language model (described
below) will be constructed from text files. You will be required to achieve this task without using any loops
(use streams and lambdas instead).