Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.corpus.Vocabulary Member List
This is the complete list of members for joshua.corpus.Vocabulary, including all inherited members.
[static initializer]joshua.corpus.Vocabulary [package, static]
addAll(String sentence)joshua.corpus.Vocabulary [static]
clear()joshua.corpus.Vocabulary [private, static]
freeze()joshua.corpus.Vocabulary [static]
getTargetNonterminalIndex(int id)joshua.corpus.Vocabulary [static]
getUnknownId()joshua.corpus.Vocabulary [static]
getUnknownWord()joshua.corpus.Vocabulary [static]
getWords(int[] ids)joshua.corpus.Vocabulary [static]
getWords(Iterable< Integer > ids)joshua.corpus.Vocabulary [static]
hashToIdjoshua.corpus.Vocabulary [private, static]
hashToStringjoshua.corpus.Vocabulary [private, static]
hasId(int id)joshua.corpus.Vocabulary [static]
id(String token)joshua.corpus.Vocabulary [static]
idToStringjoshua.corpus.Vocabulary [private, static]
idx(int id)joshua.corpus.Vocabulary [static]
lmsjoshua.corpus.Vocabulary [private, static]
lockjoshua.corpus.Vocabulary [private, static]
loggerjoshua.corpus.Vocabulary [private, static]
nt(int id)joshua.corpus.Vocabulary [static]
nt(String word)joshua.corpus.Vocabulary [static]
read(String file_name)joshua.corpus.Vocabulary [static]
registerLanguageModel(NGramLanguageModel lm)joshua.corpus.Vocabulary [static]
size()joshua.corpus.Vocabulary [static]
UNKNOWN_IDjoshua.corpus.Vocabulary [private, static]
UNKNOWN_WORDjoshua.corpus.Vocabulary [private, static]
word(int id)joshua.corpus.Vocabulary [static]
wordIterator()joshua.corpus.Vocabulary [static]
write(String file_name)joshua.corpus.Vocabulary [static]