New version of Stuttgart Finite State Transducer
Foreign word detection in mlmorph
Stuttgart Finite State Transducer(SFST) formalism support for VS Code
I just published a VS Code language extension to support syntax highlighting for Stuttgart Finite State Transducer (SFST) formalism to VS Code.
I learned how to write a language extension when I attempted the opentype feature file support. So I thought of applying that learning to SFST which I regularly use for the Malayalam morphology analyser project.
Mlmorph at MT Summit 2019
I presented the Malayalam Morphology Analyser at 2nd Workshop on Technologies for MT of Low Resource Languages- LORESMT Dublin, Ireland as part of 17th MT Summit.
Paper: https://www.aclweb.org/anthology/W19-6801
Presentation: https://docs.google.com/presentation/d/…
Proceedings from the LORESMT workshop: https://aclweb.org/anthology/volumes/W19-68/
Updated web interface for mlmorph
The web interface of Malayalam morphology analyser(mlmorph) is updated. You can see new interface at https://morph.smc.org.in/. The new web application is written in vuejs using vuetify UI framework. The backend is flask. Source code is available at https://gitlab.com/smc/mlmorph-web