Skip to content

Commit

Permalink
[bug] bug fixed in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadfahid51 committed Jan 6, 2021
1 parent c657afa commit d9ac163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urduhack/tokenization/tests/test_word_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_is_token():

model = _load_model(WORD_TOKENIZER_MODEL_PATH)
pieces = _is_token(model.EncodeAsPieces(text))
assert "گا" in pieces
assert "گا" in pieces


def test_is_model_available():
Expand Down

0 comments on commit d9ac163

Please sign in to comment.