Put back missing typedef that broke the build.

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/branches/lane-syntax@3962 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
dowobeha 2011-05-13 17:14:23 +00:00
parent ba8a73bfc8
commit 6b2726cfe1

View File

@ -147,6 +147,7 @@ typedef ProbingModel Model;
// Smaller implementation.
typedef ::lm::ngram::SortedVocabulary SortedVocabulary;
typedef detail::GenericModel<detail::SortedHashedSearch, SortedVocabulary> SortedModel;
typedef detail::GenericModel<trie::TrieSearch, SortedVocabulary> TrieModel;
} // namespace ngram