public void ReadWord(string word, NGramModel_Letter model)
 {
     model.Parse4Gram(word);
 }