mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
Remove spaces from description
This commit is contained in:
parent
5efcdc933f
commit
ad6aa8dc8c
@ -125,7 +125,7 @@ size_t GenerationDictionary::GetNumScoreComponents() const
|
||||
|
||||
std::string GenerationDictionary::GetScoreProducerDescription(unsigned) const
|
||||
{
|
||||
return "Generation score,file=" + m_filePath;
|
||||
return "GenerationScore,file=" + m_filePath;
|
||||
}
|
||||
|
||||
std::string GenerationDictionary::GetScoreProducerWeightShortName(unsigned) const
|
||||
|
Loading…
Reference in New Issue
Block a user