|
|
|
|
|
by yjlim5
3359 days ago
|
|
I’m working on an open source verb conjugator for different languages, currently in Korean and Hindi. The conjugator will take in a verb and a grammar form and output the conjugated word. For example, the future form of ‘하다’(to do) should return ‘할꺼야’(will do). This API will come handy for people who are learning a new language or, if you’re like me, building a language learning app. It gives us the flexibility to create learning materials like flashcards. The project is still in its early stage, available at https://github.com/llipio/conjugator. |
|