Validate input sid (#369)
This commit is contained in:
@@ -44,7 +44,6 @@ class Lexicon {
|
||||
std::unordered_map<std::string, std::vector<int32_t>> word2ids_;
|
||||
std::unordered_set<std::string> punctuations_;
|
||||
std::unordered_map<std::string, int32_t> token2id_;
|
||||
int32_t blank_ = -1; // ID for the blank token
|
||||
Language language_;
|
||||
//
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user