| 196 | } |
| 197 | |
| 198 | TIntrusiveConstPtr<TDictionary> TBpeDictionary::GetAlphabet() const { |
| 199 | return Alphabet.Get(); |
| 200 | } |
| 201 | |
| 202 | TString TBpeDictionary::GetBpeToken(TTokenId leftId, TTokenId rightId) const { |
| 203 | if (Alphabet->GetDictionaryOptionsRef().TokenLevelType == ETokenLevelType::Word) { |