mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
minor change from UINT32 to UINT64
This commit is contained in:
parent
b3a712baa0
commit
ad0eda5c18
@ -46,7 +46,7 @@ public:
|
||||
}
|
||||
UINT64 AddVocabId(const std::string &str);
|
||||
UINT64 GetVocabId(const std::string &str, bool &found) const;
|
||||
const std::string &GetString(UINT32 vocabId) const {
|
||||
const std::string &GetString(UINT64 vocabId) const {
|
||||
return m_lookup[vocabId];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user