-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added 1st version of a transducer for noun cases
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>:м |