Skip to content

Commit

Permalink
Added missing flags for dealing with inflectional restrictions.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarppe committed Apr 29, 2024
1 parent 83d342f commit 018f7d6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -726,8 +726,10 @@ d2 !!=* @CODE@ Reduplication consonant marker

! Marking singular-only or plural-only nouns
@P.number.SG@
@R.number.SG@
@D.number.SG@
@P.number.PL@
@R.number.PL@
@D.number.PL@

! Marking whether the -im suffix is required in possessed forms
Expand Down Expand Up @@ -783,9 +785,21 @@ d2 !!=* @CODE@ Reduplication consonant marker
@D.dim.DIM@
@D.dim@

! Marking animate nouns that cannot take the locative suffix
! Marking animate nouns that require, or cannot take the locative suffix
@P.loc.NULL@
@R.loc.NULL@
@D.loc.NULL@
@P.loc.LOC@
@R.loc.LOC@
@D.loc.LOC@

! Marking animate nouns that require, or cannot take the distributive suffix
@P.loc.DISTR@
@R.loc.DISTR@
@D.loc.DISTR@
@P.loc.DISTR@
@R.loc.DISTR@
@D.loc.DISTR@

! Declination/Conjugation inflectional classes for derivational FST
@P.infl.NA-1@
Expand Down

0 comments on commit 018f7d6

Please sign in to comment.