Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
lm::base::Vocabulary Member List
This is the complete list of members for lm::base::Vocabulary, including all inherited members.
begin_sentence_lm::base::Vocabulary [protected]
BeginSentence() const lm::base::Vocabulary
end_sentence_lm::base::Vocabulary [protected]
EndSentence() const lm::base::Vocabulary
Index(const StringPiece &str) const =0lm::base::Vocabulary [pure virtual]
Index(const std::string &str) const lm::base::Vocabulary [virtual]
Index(const char *str) const lm::base::Vocabulary [virtual]
not_found_lm::base::Vocabulary [protected]
NotFound() const lm::base::Vocabulary
operator=(const Vocabulary &)lm::base::Vocabulary [private]
SetSpecial(WordIndex begin_sentence, WordIndex end_sentence, WordIndex not_found)lm::base::Vocabulary [protected]
Vocabulary()lm::base::Vocabulary [protected]
Vocabulary(WordIndex begin_sentence, WordIndex end_sentence, WordIndex not_found)lm::base::Vocabulary [protected]
Vocabulary(const Vocabulary &)lm::base::Vocabulary [private]
~Vocabulary()lm::base::Vocabulary [virtual]