Lee Gang
25 March 2020
To Create A Proof of Concept (PoC) for a Text Prediction Model with: (i) Small Package Size; (ii) Fast Prediction Speed; and (iii) Accurate.
Text Prediction Model Demo Application
Depending on the specific purposes of the text prediction model, the training of the model can be adjusted using weightages for each different sources of the Corpus, with higher weightages given to the Corpus similar to the specific use (e.g. Contract/ Legal Corpus for text prediction of Contracts/ Legal documents).
User-specific learning can also be included if the model is deployed in a local device (e.g. mobile phones). Text inputs from the device can be processed and split into the respective n-grams, and added to the existing n-grams tables. Over time, the user's language and word preferences will be captured by the algorithm to provide higher accuracy and relevant predictions.