-
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.
Add exceptions for possessive suffixes
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
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
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
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,21 @@ | ||
!! Exceptions are quite strange word-forms. the ones that do not fit anywhere | ||
!! else. This file contains all enumerated word forms that cannot reasonably be | ||
!! created from lexical data by regular inflection. Usually there should be next | ||
!! to none exceptions, it's always better to have a paradigm that covers only | ||
!! one or few words than an exception since these will not work nicely with e.g. | ||
!! compounding scheme or possibly many end applications. | ||
|
||
LEXICON EXCEPTIONS | ||
|
||
! special nouns with possessive suffixes | ||
|
||
ak+N:aka POSS_SUF ; | ||
baba+N:baba POSS_SUF ; | ||
emagaine+N:emagaiže POSS_SUF ; | ||
mama+N:mama POSS_SUF ; | ||
mezʼ+N:mehe POSS_SUF ; | ||
poigaine+N:poigaiže POSS_SUF ; | ||
sünduine+N:sünduiže POSS_SUF ; | ||
tat+N:tata POSS_SUF ; | ||
|
||
|