* Recognize the member char sample as a word */
| 169 | * Recognize the member char sample as a word |
| 170 | */ |
| 171 | WordAltList *CubeObject::RecognizeWord(LangModel *lang_mod) { |
| 172 | return Recognize(lang_mod, true); |
| 173 | } |
| 174 | |
| 175 | /** |
| 176 | * Recognize the member char sample as a phrase |
no outgoing calls
no test coverage detected