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

Serbian adjective declinations #22

Open oggy22 opened 8 years ago

oggy22 commented 8 years ago

Make Serbian adjectives have all 3x2x7x3=126 word forms

There are:

Test failing: each_adjective_has_3genders_2plurals_7cases

oggy22 commented 7 years ago

Also, have a test which will compare neutral, nominative adjectives in all 3 moods (positive, comparative, superlative) to adverbs.