mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-25 12:52:29 +03:00
typo in last commit
This commit is contained in:
parent
45630a5851
commit
fb16df8c00
@ -177,7 +177,7 @@ void ChartRuleLookupManagerMemory::GetNonTerminalExtension(
|
||||
const std::vector<bool> &sourceNonTermArray = inputPath.GetNonTerminalArray();
|
||||
|
||||
// can this ever be true? Moses seems to pad the non-terminal set of the input with [X]
|
||||
if (inputPath.GetNonTerminalSet.size() == 0) {
|
||||
if (inputPath.GetNonTerminalSet().size() == 0) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
@ -177,7 +177,7 @@ void ChartRuleLookupManagerMemoryPerSentence::GetNonTerminalExtension(
|
||||
const std::vector<bool> &sourceNonTermArray = inputPath.GetNonTerminalArray();
|
||||
|
||||
// can this ever be true? Moses seems to pad the non-terminal set of the input with [X]
|
||||
if (inputPath.GetNonTerminalSet.size() == 0) {
|
||||
if (inputPath.GetNonTerminalSet().size() == 0) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user