mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
minor typo
This commit is contained in:
parent
bf7c033271
commit
5f7c424f7f
@ -14,7 +14,7 @@ namespace Moses
|
||||
{
|
||||
MaxSpanFreeNonTermSource::MaxSpanFreeNonTermSource(const std::string &line)
|
||||
:StatelessFeatureFunction(1, line)
|
||||
,m_maxSpan(true)
|
||||
,m_maxSpan(2)
|
||||
{
|
||||
m_tuneable = false;
|
||||
ReadParameters();
|
||||
|
Loading…
Reference in New Issue
Block a user