Skip to content

Commit 8da6556

Browse files
committed
V0.2.0 has been released
1 parent c03a223 commit 8da6556

9 files changed

Lines changed: 714774 additions & 316888 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ env/
4444
htmlcov/
4545
.tox/
4646
.mypy_cache/
47-
47+
data_crawler
48+
scripts/
49+
amh_bpe_sample.json
4850
# Local config
4951
*.env
5052
cleaned_amharic.txt

MANIFEST.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
include README.md
22
include LICENSE
33
include pyproject.toml
4-
include amharic_tokenizer/amh_bpe.json
5-
recursive-include amharic_tokenizer *.pyx *.pxd *.pxi *.py *.so *.cpp
6-
recursive-include examples *.py
4+
recursive-include amharic_tokenizer *.pyx *.pxd *.pxi *.py *.so *.cpp *.json
75
recursive-include tests *.py

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ amh-tokenizer train cleaned_amharic.txt amh_bpe --num-merges 50000 --verbose --l
8484
from amharic_tokenizer import AmharicTokenizer
8585

8686
# Load a trained model
87-
tok = AmharicTokenizer.load("amh_bpe") # use full path if needed
87+
tok = AmharicTokenizer.load("amh_bpe_v0.2.0")
8888

8989
text = "ኢትዮጵያ ጥሩ ናት።"
9090

0 commit comments

Comments
 (0)