Java Project -> using (NLP)

Job ID: 35655660

Budget: $30 – $250 USD

assignment you will do some basic natural language processing (NLP). 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.