Fixes typos.

This commit is contained in:
zonble 2022-01-30 08:26:32 +08:00
parent 8a05e4d6f7
commit 5ba7365cd3
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ using namespace Formosa::Gramambular;
/// McBopomofoLM is a facade for managing a set of models including
/// the input method language model, user phrases and excluded phrases.
///
/// It is the primary model class that the input controller and grammer builder
/// of McBopomofo talk to. When the grammer builder starts to build a sentense
/// It is the primary model class that the input controller and grammar builder
/// of McBopomofo talks to. When the grammar builder starts to build a sentence
/// from a series of BPMF readings, it passes the readings to the model to see
/// if there are valid unigrams, and use returned unigrams to produce the final
/// results.