zeyrek icon indicating copy to clipboard operation
zeyrek copied to clipboard

Python morphological analyzer for Turkish language. Partial port of ZemberekNLP.

Results 13 zeyrek issues
Sort by recently updated
recently updated
newest added

Hi there, I've been using Zeyrek to lemmatize Turkish Tweets of len 250_000. It starts to lemmatize but after 10 minutes or so, I get this error. --------------------------------------------------------------------------- AttributeError Traceback...

![image](https://user-images.githubusercontent.com/77435563/210648202-ecf21cd4-f9c9-432a-94b1-9f69082d8ef4.png)

While analyzing a sentene, when an unknown word is encountered, an empty parse array appears after it. For example: ```python text = "Mahjong oynamayı biliyor musun?" analyzer = zeyrek.MorphAnalyzer() analyzer.analyze(text)...