oggy22 / Translator

This is my attempt to create a machine translator from and to multiple natural languages. The method is based on formal (Chomsky) grammars and equivalency rules. The input sentence is parsed into a tree, an equivalent tree is constructed in the target language and traversed to yield the translated text. Currently, I am working on my native Serbian, and English. Future support may include Russian, Spanish and German.
3 stars 0 forks source link

Reflexive verbs in Serbian #54

Closed oggy22 closed 4 years ago

oggy22 commented 7 years ago

Introduce reflexive verbs (povratni glaloli). Note that each transitive verb can be practically reflexive. Also there are verbs which are only reflexive e.g. Smejati se.

oggy22 commented 4 years ago

Closed with https://github.com/oggy22/Translator/commit/c347efbd0e9aefe4220da51fc6d517892c40cf24