Closed abinew closed 2 years ago
The following code has an error
from amseg.amharicSegmenter import AmharicSegmenter sent_punct = [] word_punct = [] segmenter = AmharicSegmenter(sent_punct,word_punct) words = segmenter.amharic_tokenizer("እአበበ በሶ በላ።") sentences = segmenter.t("እአበበ በሶ በላ። ከበደ ጆንያ፤ ተሸከመ፡!ለምን?"))
fixed -- see here
The following code has an error