mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
Merge branch 'master' into dynamic-phrase-tables
This commit is contained in:
commit
771e792bb4
@ -48,12 +48,6 @@ public:
|
||||
|
||||
void Load();
|
||||
|
||||
// Required by PhraseDictionary.
|
||||
virtual const TargetPhraseCollection *GetTargetPhraseCollection(const Phrase &) const {
|
||||
CHECK(false);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
private:
|
||||
friend class RuleTableLoader;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user