Difference between revisions of "Apertium-bak/Remaining issues"

From Apertium
Jump to navigation Jump to search
Line 32: Line 32:
 
** delete 'ь' before affixes, no matter whether they start with vowels or not:
 
** delete 'ь' before affixes, no matter whether they start with vowels or not:
 
*** Изаиль - Израилдең
 
*** Изаиль - Израилдең
  +
  +
; Clitics
  +
* <code>echo "^гына<postadv>$" | hfst-proc -g ba-tt.autogen.hfst</code> works,
  +
* but <code>echo "^ғына<postadv>$" | hfst-proc -g tt-ba.autogen.hfst</code> doesn't
  +
* the same with "да, дә" etc.
   
 
; Cognomens
 
; Cognomens

Revision as of 14:47, 11 April 2012

To do

verb_stem+{U} (<ger>)
  • ҡайт /ҡайтыу / ҡайтыуы
  • бир / бирү / бирүе
  • һөйлә / һөйләү / һөйләүе
  • уйна / уйнау / уйнауы
    • In contrast to Tatar, no {U}:в <=> :а/ә >: _ [һ]{I} rule or something like this is needed
  • көтөү<n> / көтөүе
General possessive <pron>
  • әсәйҙеке, атайҙыҡы, ҡала work; ҡаланыҡы doesn't
Miscellaneous exceptions
    • металл + лы = металлы (not металллы)

2 similar consonant letter + 1 similar consonant letter = 2 similar consonant letter

    • класс + һыҙ = класһыҙ, грамм + да = грамда

vowel+2 similar consonant + affix(consonant) = vowel+1 similar consonant+affix(consonant); (1 similar consonant disappear)

    • артист + тар = артистар, поезд + да = поезда, космонавт + тар = космонавтар

...ст + affix = с + affix (letter "т" disappear) ...зд + affix = з + affix (letter "д" disappear) ...вт + affix = с + affix (letter "т" disappear)

    • нг, ск, нк, амп
      • лозунг + лар = лозунгылар, митинг + нан = митингынан

..нг + affix (consonant) = нг+ы+affix (consonant)

      • Магнитогорск + ға = Магнитогорскиға, киоск + ла = киоскыла

..ск + affix (consonant) = ск+и+affix (consonant) ..оск + affix (consonant) = оск+ы+affix (consonant)

      • банк + ға = банкыға

..нк + affix (consonant) = нк+ы+affix (consonant)

      • штамп + һыҙ = штампыһыҙ

..амп + affix (consonant) = амп+ы+affix (consonant)

    • delete 'ь' before affixes, no matter whether they start with vowels or not:
      • Изаиль - Израилдең
Clitics
  • echo "^гына<postadv>$" | hfst-proc -g ba-tt.autogen.hfst works,
  • but echo "^ғына<postadv>$" | hfst-proc -g tt-ba.autogen.hfst doesn't
  • the same with "да, дә" etc.
Cognomens
  • Allow f cognomes to derive from masculine ones with adding -a to the end of them
Implement categoric/definite future form
  • итәcәкбез

Done