Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ransaka authored Feb 10, 2024
1 parent 9195650 commit 409c81c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/sinhala_tokenizers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from sinlib.tokenizer import Tokenizer
from sinlib.utils.preprocessing import remove_english_characters, remove_non_printable, retain_sinhala_characters, get_sinhala_token_percentage

__all__ = [
"Tokenizer",
"remove_english_characters",
"remove_non_printable",
"retain_sinhala_characters",
"get_sinhala_token_percentage"
]

0 comments on commit 409c81c

Please sign in to comment.