Skip to content

Commit

Permalink
Personal pronouns take Fut marking
Browse files Browse the repository at this point in the history
@cinthiaishida, do all pronouns do this, e.g., nuta: nutaku is a personal pronoun from Facundes 2000, but maybe other pronouns do the same.
  • Loading branch information
rueter committed Jun 8, 2024
1 parent ec87827 commit 74bbfd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/fst/morphology/affixes/pronouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ LEXICON PRON_FOR_CONTRACTION
Cases ;
+Contr#:%^VowRM# Verbs ;
+Contr#:%^VowRM# Nouns ;
FUT_ ;! 2024-06-07 nuta>ku what other predicate-oriented things can be attached?

LEXICON PRON_TOT
# ;
Expand Down
7 changes: 5 additions & 2 deletions src/fst/morphology/affixes/verbs.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,14 @@ LEXICON V_SUFFIXES_06
@R.OCPN.3M@+Oc3M:@R.OCPN.3M@ Verbs_END ; ! Singular and Plural
@R.OCPN.3M@+Oc3M:@R.OCPN.3M@ Verbs_END ; ! Singular and Plural
@R.OCPN.3F@+Oc3F:@R.OCPN.3F@ Verbs_END ;
Verbs_END ;
@D.OCPN@ Verbs_END ;

LEXICON Verbs_END
+Fut:%>ku # ;
FUT_ ;
# ;

LEXICON FUT_
+Fut:%>ku # ;

LEXICON YES/NO_DISTR
!1 Distr -puku
Expand Down Expand Up @@ -188,6 +190,7 @@ LEXICON YES/NO_PROG
!8 Prog -nany
@P.VerbDerv.YES@+Prog:@P.VerbDerv.YES@%>nany YES/NO_ALMOST ;
YES/NO_ALMOST ;

LEXICON YES/NO_ALMOST
!9 Almost -wari
@P.VerbDerv.YES@+Almost:@P.VerbDerv.YES@%>wari YES/NO_RANDOM ;
Expand Down

0 comments on commit 74bbfd6

Please sign in to comment.