Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lm
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2013-07-01 19:22:25 +0400
committerKenneth Heafield <github@kheafield.com>2013-07-01 19:22:25 +0400
commit1a8977d8906284916bb075e3514c1db9a117dc96 (patch)
tree08c87a71ab48a085c963cf5a49b1e17aae3b1bef /lm
parent504577f0824318506a24aa1021597d5e5cfe98d6 (diff)
EmptyContextState -> NullContextState / Nadir
Diffstat (limited to 'lm')
-rw-r--r--lm/model.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lm/model.hh b/lm/model.hh
index 60f55110b..c9c17c4b3 100644
--- a/lm/model.hh
+++ b/lm/model.hh
@@ -67,7 +67,7 @@ template <class Search, class VocabularyT> class GenericModel : public base::Mod
FullScoreReturn FullScoreForgotState(const WordIndex *context_rbegin, const WordIndex *context_rend, const WordIndex new_word, State &out_state) const;
/* Get the state for a context. Don't use this if you can avoid it. Use
- * BeginSentenceState or EmptyContextState and extend from those. If
+ * BeginSentenceState or NullContextState and extend from those. If
* you're only going to use this state to call FullScore once, use
* FullScoreForgotState.
* To use this function, make an array of WordIndex containing the context