Skip to content

Commit

Permalink
add support for nouns like әкияттәгедәй (n.loc.attr.sim), әкияттәгечә…
Browse files Browse the repository at this point in the history
… (n.loc.attr.advl)

+0.02% coverage on Wikipedia :/

I really need to read Cağrı's paper and refactor this.
  • Loading branch information
IlnarSelimcan committed Jul 13, 2018
1 parent e604e6c commit b4589d9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apertium-tat.tat.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,11 @@ LEXICON ATTR-SUBST

%<attr%>: # ;
%<subst%>: CASES ;
%<subst%>: POSSESSIVES ;
%<subst%>%<pl%>:%>%{L%}%{A%}р CASES ;
%<subst%>%<pl%>:%>%{L%}%{A%}р POSSESSIVES ;

%<attr%>: GENERAL-POSSESSIVE-ETC ;

LEXICON GENERAL-POSSESSIVE-ETC

Expand All @@ -665,7 +669,11 @@ LEXICON GENERAL-POSSESSIVE-ETC
%<px%>:%>н%{I%}к%{I%}%{n%} CASES ;
%<px%>%<pl%>:%>н%{I%}к%{I%}%>л%{A%}р CASES ;
%<loc%>:%>%{D%}%{A%}г%{I%} ATTR-SUBST ;
%<sim%>:%>%{D%}%{A%}й CLITICS-NO-COP ;
%<sim%>:%>%{D%}%{A%}й CLITICS-INCL-COP ;
%<sim%>:%>%{D%}%{A%}й POSSESSIVES ;
%<sim%>:%>%{D%}%{A%}й CASES ;
%<sim%>:%>%{D%}%{A%}й PLURAL ;
%<advl%>:%>ч%{A%} CLITICS-NO-COP ;

LEXICON CASES-ETC

Expand Down

0 comments on commit b4589d9

Please sign in to comment.