Papers by Ercan Solak
Visual Modeling of Turkish Morphology (2020.lrec-1)
Copied to clipboard
| Challenge: | Currently, there are three publicly accessible morphological analyzers for Turkish . |
| Approach: | They propose to make modeling easier and more maintainable by using diagramming tools and automating much of the code generation. |
| Outcome: | The proposed model can be easily maintained and the code generation automated. |
MorAz: an Open-source Morphological Analyzer for Azerbaijani Turkish (D18-2)
Copied to clipboard
| Challenge: | MorAz is an open-source morphological analyzer for Azerbaijani Turkish . it provides a number of "readings" or analysis for each word, as a part of the overall NLP task. |
| Approach: | They propose an open-source morphological analyzer for Azerbaijani Turkish . they wrap the analyzer with python scripts and implement it in a Django instance . |
| Outcome: | The analyzer is available as a website and as python script in a Django instance. |