|
libime
|

Public Member Functions | |
| void | setUserLanguageModel (const UserLanguageModel *lm) |
| void | setLanguageModel (const LanguageModel *model) |
| const LanguageModel * | model () const |
| void | setHistoryBigram (const HistoryBigram *bigram) |
| const HistoryBigram * | historyBigram () const |
| std::vector< std::string > | predict (const State &state, const std::vector< std::string > &sentence={}, size_t maxSize=0) |
| std::vector< std::string > | predict (const std::vector< std::string > &sentence={}, size_t maxSize=0) |
| std::vector< std::pair< std::string, float > > | predictWithScore (const State &state, const std::vector< std::string > &sentence, size_t maxSize) |
Definition at line 24 of file prediction.h.
1.8.13