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

Perfect tense in Serbian #53

Closed oggy22 closed 4 years ago

oggy22 commented 7 years ago

Add the following syntax rules:

(broj,lice) biti(broj,lice) (broj): ja sam pevao (broj) biti(broj,lice): pevao sam
oggy22 commented 4 years ago

Closing as dup of #65