Skip to content

Commit

Permalink
for demo changed the class name basic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sagorbrur authored Sep 11, 2024
1 parent 9ab6d49 commit 9656316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bnlp/tokenizer/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _is_punctuation(char):

DUMMYTOKEN = 'XTEMPDOT'

class BasicTokenizer:
class BasicTokenizerT:
"""Runs basic tokenization (punctuation splitting, lower casing, etc.)."""

def __call__(self, text: str) -> List[str]:
Expand Down

0 comments on commit 9656316

Please sign in to comment.