Skip to content

Commit

Permalink
Added â- to the grammatical preverbs, and further Woodsified the LEXC…
Browse files Browse the repository at this point in the history
… code.
  • Loading branch information
aarppe committed Apr 29, 2024
1 parent 018f7d6 commit a583445
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/fst/morphology/affixes/verb_affixes.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ LEXICON CONJUNCT !!= @CODE@ gives flag for conjunct and combined tense preverbs
! î-, î(h)-
@P.joiner.hyphen@PV/î+:@P.joiner.hyphen@î-%< CNJ_TENSE ;
@P.joiner.NULL@PV/î+:@P.joiner.NULL@î%^EGLOT%< CNJ_TENSE ;
! â-, â(h)-
@P.joiner.hyphen@PV/â+:@P.joiner.hyphen@â-%< CNJ_TENSE ;
@P.joiner.NULL@PV/â+:@P.joiner.NULL@â%^EGLOT%< CNJ_TENSE ;
! kâ-, kâ(h)-
@P.joiner.hyphen@PV/kaa+:@P.joiner.hyphen@kâ-%< CNJ_OHCI ;
@P.joiner.NULL@PV/kaa+:@P.joiner.NULL@kâ%^EGLOT%< CNJ_OHCI ;
Expand Down Expand Up @@ -173,7 +176,7 @@ LEXICON CONJUNCT !!= @CODE@ gives flag for conjunct and combined tense preverbs
@P.joiner.hyphen@PV/ta-ki+:@P.joiner.hyphen@ta-kî-%< VERBPREFIXES ;
@P.joiner.NULL@PV/ta-ki+:@P.joiner.NULL@takî%^EGLOT%< VERBPREFIXES ;
! kiyê-
@P.joiner.hyphen@PV/kiye+:@P.joiner.hyphen@kiyê-%< VERBPREFIXES ;
@P.joiner.hyphen@PV/kiye+:@P.joiner.hyphen@kiyî-%< VERBPREFIXES ;
@P.joiner.NULL@PV/kiye+:@P.joiner.NULL@kiyê%^EGLOT%< VERBPREFIXES ;
! kiyi-
@P.joiner.hyphen@PV/kiyi+:@P.joiner.hyphen@kiyi-%< VERBPREFIXES ;
Expand All @@ -192,7 +195,8 @@ LEXICON CONJUNCT !!= @CODE@ gives flag for conjunct and combined tense preverbs
! @P.joiner.NULL@:@P.joiner.NULL@^EGLOT%< VERBPREFIXES ;

! Conjunct preverbs as fragments
@P.frag.FRAG@PV/e+:@P.frag.FRAG@ê VERB_FRAG ;
@P.frag.FRAG@PV/î+:@P.frag.FRAG@î VERB_FRAG ;
@P.frag.FRAG@PV/â+:@P.frag.FRAG@â VERB_FRAG ;
@P.frag.FRAG@PV/ka+:@P.frag.FRAG@ka VERB_FRAG ;
@P.frag.FRAG@PV/ta+:@P.frag.FRAG@ta VERB_FRAG ;
@P.frag.FRAG@PV/kaa+:@P.frag.FRAG@kâ VERB_FRAG ;
Expand Down
2 changes: 2 additions & 0 deletions src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ PV/ka+ ! Future definite tense
! Conjunct preverbs

PV/î+
PV/â+
PV/kâ+
PV/kaa+

! Comitative preverb
Expand Down

0 comments on commit a583445

Please sign in to comment.