dictionary mapping command tokens to ids for tokenizer
(self)
| 309 | |
| 310 | @property |
| 311 | def command_token_vocab(self): |
| 312 | """dictionary mapping command tokens to ids for tokenizer""" |
| 313 | return self._command_token_vocab |
| 314 | |
| 315 | @property |
| 316 | def text_tokens(self): |
nothing calls this directly
no outgoing calls
no test coverage detected