(self)
| 150 | |
| 151 | @property |
| 152 | def cls(self): |
| 153 | raise NotImplementedError( |
| 154 | "CLS is not provided for {} " "tokenizer".format(self.name) |
| 155 | ) |
| 156 | |
| 157 | @property |
| 158 | def sep(self): |
nothing calls this directly
no outgoing calls
no test coverage detected