|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
#include <search_hashed.hh>
Public Member Functions | |
| Unigram () | |
| Unigram (void *start, std::size_t) | |
| const ProbBackoff & | Lookup (WordIndex index) const |
| ProbBackoff & | Unknown () |
| void | LoadedBinary () |
| ProbBackoff * | Raw () |
Static Public Member Functions | |
| static std::size_t | Size (uint64_t count) |
Private Attributes | |
| ProbBackoff * | unigram_ |
| lm::ngram::detail::HashedSearch::Unigram::Unigram | ( | void * | start, |
| std::size_t | |||
| ) |
| const ProbBackoff& lm::ngram::detail::HashedSearch::Unigram::Lookup | ( | WordIndex | index | ) | const |
| static std::size_t lm::ngram::detail::HashedSearch::Unigram::Size | ( | uint64_t | count | ) | [static] |