turkish-morphology icon indicating copy to clipboard operation
turkish-morphology copied to clipboard

A two-level morphological analyzer for Turkish.

Results 4 turkish-morphology issues
Sort by recently updated
recently updated
newest added

I installed via pip in Python 3.7.9 and wanted to test Analyzer. Trying to import analyze with: `from turkish_morphology import analyze` results in `ImportError: cannot import name 'pywrapfst' from 'external.org_openfst'...

bug

I need to segment Turkish words. What I need is the morphemes that correspond to the surface form of an orthographic word. How can I use this morphological analyzer for...

enhancement

``` from turkish_morphology import analyze ImportError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 from turkish_morphology import analyze 1 frames [/usr/local/lib/python3.10/dist-packages/turkish_morphology/fst.py](https://localhost:8080/#) in 20 from typing import Generator, Iterable,...

merhaba kütüphanenizi incelerken fark ettim sanırım windows ortamında kullanılamıyor. Araştırdıklarım arasında en iyi sonuç veren kütüphane de bu kütüphane gibi gözüküyor. Bir yapay zeka projem için morfoloji kütüphanesi ihtiyacım var....