Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
rachguo authored and rachguo committed Oct 26, 2023
1 parent cf13823 commit ea6beec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_bert_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def _run_basic_with_offset_check(input, vocab_path):
print("(" + str(row[0]) + ", " + str(row[1]) + "), ", end='')
print("\n")


class TestBertTokenizer(unittest.TestCase):
def test_text_to_case1(self):

Expand Down

0 comments on commit ea6beec

Please sign in to comment.