ahmetaa / zemberek-nlp

NLP tools for Turkish.
Other
1.14k stars 208 forks source link

Added 2 features: word segment and number conversion #264

Open yusufcakmakk opened 3 years ago

yusufcakmakk commented 3 years ago

Word segmenter: it uses dfs algorithm to find parts of string. It depends on Lexicon and word generation. Number conversion: it uses morphology and disambiguation to find POS and detect numeric values for conversion.