Skip to content

Commit

Permalink
Add new verb conjugation type
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Nov 20, 2024
1 parent 53890cf commit 98a29c6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions src/fst/morphology/affixes/verbs.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,31 @@ LEXICON V_ata/tab/zi/kaha
!! preterite stem vowel
:%^DEVOICE%>s ACT_IND_PRT ;! gets i

LEXICON V_eta/DVteb/DVsi/ekaha
!! @LEXNAME@ = langeta:lang %^DEVOICE , cf. saubata
! V_??
!! preceding vowel always required for affix
:%^DEVOICE%>te V-VowelStem-PRS ;
!! refl-ind-prs, act-imprt-sg2, act-ind-prs, ind-sg-conneg
+Der+Der/NomAg+N:%^DEVOICE%>ti N_KACUI ;! this will need its own work with

!! sometimes requires preceding vowel
:%^DEVOICE%>t ACT_COND_type ;
:%^DEVOICE%>te ACT_PRFPRC_type_nu ;

:%^DEVOICE%>te VNONFIN_m ;

!!consonant stem if there is one takes both te, tes,... and kaha, koi
:%^DEVOICE V-ConsonantStem_te/tud/tas ;
:e V-ConsonantStem_kaha/koi ;
! refl-imprt-sg2, refl-ind-prs-sg-conneg

!! problems with tta, ta, da
:e INF_ta ;

!! preterite stem vowel
:%^DEVOICE%>s ACT_IND_PRT ;! gets i

LEXICON V_1Syl_ta/dab/zi/kaha
!! @LEXNAME@ = teta:te
! V_?
Expand Down
3 changes: 2 additions & 1 deletion src/fst/morphology/stems/verbs.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,8 @@ lahjoita+V:lahjoi V_HOMAITA ;
lahoduda+V:lahodu V_da/b/i/gaha ;
laihtuda+V:laihtu V_da/b/i/gaha ;
lamantuda+V:lamantu V_da/b/i/gaha ;
langeta+V:lange V_OIGETA ;
langeta+Hom1+V:lang V_eta/DVteb/DVsi/ekaha ;
langeta+Hom2+V:lange V_OIGETA ;
laskta+V:lask V_JOKSTA ;
laudoita+V:laudoi V_HOMAITA ;
lauhtuda+V:lauhtu V_da/b/i/gaha ;
Expand Down

0 comments on commit 98a29c6

Please sign in to comment.