Skip to content

Commit

Permalink
added 1st version of a transducer for noun cases
Browse files Browse the repository at this point in the history
  • Loading branch information
iphilatov committed May 20, 2022
1 parent a51682c commit 3941d45
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions btlx.noun.case.lexd
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
PATTERNS
NounAbs [<n>:] Absolutive
NounObl [<n>:] (Ergative|Dative)
NounObl[gen1] [<n>:] Genetive1
NounObl[-gen1] [<n>:] Genetive2

LEXICON NounAbs1type[gen1]
има #отец

LEXICON NounAbsOthers
кӀату #конь
гьуркьа #орех
ила #мать
xъуча #книга

PATTERN NounAbs
NounAbs1type[gen1]|NounAbsOthers

LEXICON NounObl
кӀату:кӀату #конь
гьуркьа:гьуркьа #орех
ила:илу #мать
има:иму[gen1] #отец
xъуча:xъучу #книга

LEXICON Absolutive
<abs>:

LEXICON Ergative
<erg>:ди

LEXICON Dative
<dat>:и
<dat>:ий

LEXICON Genetive2
<gen>:лъи

PATTERN Genetive1
Gen1 CL

LEXICON Gen1
<gen>:

LEXICON CL
<m>:в
<f>:й
<nl>:б
<nl>:м
<an>:р
<an>:л
<an>:н
<inan>:б
<inan>:м

0 comments on commit 3941d45

Please sign in to comment.