Skip to content

Commit

Permalink
erdogan and binali
Browse files Browse the repository at this point in the history
  • Loading branch information
koghuzhan committed Apr 15, 2019
1 parent eba19c4 commit af5dbd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apertium-tat.tat.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -29069,6 +29069,7 @@ InterrogativePronouns ;
мәгълүм% ит:мәгълүм% ит V-TV-AR ; ! ""
мәгълүм:мәгълүм A3 ; ! "" Use/MT
мәдрәсәи:мәдрәсәи N1 ; ! "" Use/MT
икешәр:икешәр A3 ; ! "two each/two by two"

This comment has been minimized.

Copy link
@IlnarSelimcan

IlnarSelimcan Apr 15, 2019

Member

Expected analysis for икешәр is: ^ике<num><dist><nom>$ (that's a bug of apertium-tat that it doesn't analyse it currently). As a quick fix, in the next commit I'll add ике<num><dist><nom>:икешәр to tat.lexc, delete икешәр:икешәр A3 ; ! "two each/two by two" from it, and adjust the annotation accordingly.

Actually, the <nom> bit feels wrong here, but that's a separate issue which should better be addressed in all turkic transducers at once.

This comment has been minimized.

Copy link
@mansayk

mansayk via email Apr 15, 2019

Member

This comment has been minimized.

Copy link
@IlnarSelimcan

IlnarSelimcan Apr 15, 2019

Member

The problem is in both twol and lexc. -лАп, -АрлАп, -лAгАн and -лАрчА must be added to LEXICON NUM. Also, forms without an epenthetic -ш- work fine: берәр, өчәр, дүртәр, бишәр. See #37 .

This comment has been minimized.

Copy link
@mansayk

mansayk via email Apr 15, 2019

Member
мәзкүр:мәзкүр A3 ; ! ""
мәзкүрә:мәзкүрә A3 ; ! ""
мәкъбәр:мәкъбәр N1 ; ! ""
Expand Down Expand Up @@ -40091,7 +40092,8 @@ InterrogativePronouns ;

! Anthroponyms
! ============

Мехмед:Мехмед NP-ANT-M ; !
Бинали:Бинали NP-ANT-M ; !
Абай:Абай NP-ANT-M ; ! ""
Абайжан:Абайжан NP-ANT-M ; ! ""
Абат:Абат NP-ANT-M ; ! ""
Expand Down Expand Up @@ -47696,6 +47698,8 @@ InterrogativePronouns ;
! Masculine/feminine
! ------------------

Йылдырым:Йылдырым NP-COG-MF ; !
Әрдоган:Әрдоган NP-COG-MF ; !
Авраменко:Авраменко NP-COG-MF ; ! ""
Аккулы:Аккулы NP-COG-MF ; ! ""
Акчура:Акчура NP-COG-MF ; ! ""
Expand Down

0 comments on commit af5dbd1

Please sign in to comment.