78 #endif // LANG_MODEL_H virtual LangModEdge * Root()=0
virtual bool IsValidSequence(const char_32 *str, bool eow_flag, LangModEdge **edge_array=NULL)=0
virtual LangModEdge ** GetEdges(CharAltList *alt_list, LangModEdge *parent_edge, int *edge_cnt)=0
virtual bool IsLeadingPunc(char_32 ch)=0
void SetPunc(bool punc_enabled)
virtual bool IsTrailingPunc(char_32 ch)=0
virtual bool IsDigit(char_32 ch)=0
void SetNumeric(bool numeric)
void SetWordList(bool word_list)