You will create a program which will construct a language model
Budget: £10 – £50 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). After reading all your content into your representation structure, you
also need to process said content via multithreading and update the model concurrently.
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). After reading all your content into your representation structure, you
also need to process said content via multithreading and update the model concurrently.