Fixes typos.
This commit is contained in:
parent
8a05e4d6f7
commit
5ba7365cd3
|
@ -37,8 +37,8 @@ using namespace Formosa::Gramambular;
|
||||||
/// McBopomofoLM is a facade for managing a set of models including
|
/// McBopomofoLM is a facade for managing a set of models including
|
||||||
/// the input method language model, user phrases and excluded phrases.
|
/// the input method language model, user phrases and excluded phrases.
|
||||||
///
|
///
|
||||||
/// It is the primary model class that the input controller and grammer builder
|
/// It is the primary model class that the input controller and grammar builder
|
||||||
/// of McBopomofo talk to. When the grammer builder starts to build a sentense
|
/// 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
|
/// 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
|
/// if there are valid unigrams, and use returned unigrams to produce the final
|
||||||
/// results.
|
/// results.
|
||||||
|
|
Loading…
Reference in New Issue