mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input
This commit is contained in:
commit
43507b61e3
@ -129,7 +129,7 @@ protected:
|
||||
:m_targetPhraseCollection(NULL) {
|
||||
}
|
||||
public:
|
||||
virtual ~PhraseDictionaryNodeMemory();
|
||||
~PhraseDictionaryNodeMemory();
|
||||
|
||||
bool IsLeaf() const {
|
||||
return m_sourceTermMap.empty() && m_nonTermMap.empty();
|
||||
|
Loading…
Reference in New Issue
Block a user