Skip to content

Commit

Permalink
Add Der/NomAg
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Apr 4, 2024
1 parent d394e7b commit 9ecee8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/fst/morphology/affixes/verbs.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ LEXICON V_SUGIDA
: INDPRS3 ;
INF_da ;
PRFPRC_nu ;
+Der+Der/NomAg+N: N_TEGII ;! this might be the same as V-VowelStem-PRT with an i in next lexicon

LEXICON V_ANTTA
!! @LEXNAME@ antta:an
Expand All @@ -41,6 +42,7 @@ LEXICON V_OLDA
+Ind+Prs+Pl3:%>ba K ;
:l INF_da ;
:l PRFPRC_nu ;
+Der+Der/NomAg+N:li N_TEGII ;! this might be the same as V-VowelStem-PRT with an i in next lexicon

LEXICON V_PESTA
!! @LEXNAME@ (adding -e) ti vowstem and indprs3)
Expand All @@ -49,6 +51,7 @@ LEXICON V_PESTA
:e INDPRS3 ;
INF_ta ;
! PRFPRC_nu ;
+Der+Der/NomAg+N:i N_TEGII ;! this might be the same as V-VowelStem-PRT with an i in next lexicon

LEXICON V_TEHTA !
!! @LEXNAME@ = tehta:te (adding :ge to vowst and indprs3)
Expand All @@ -59,6 +62,7 @@ LEXICON V_TEHTA !
:ge INDPRS3 ;
:h INF_ta ;
:h PRFPRC_nu ;
+Der+Der/NomAg+N:gi N_TEGII ;! this might be the same as V-VowelStem-PRT with an i in next lexicon

LEXICON V_SIRTA !
!! @LEXNAME@ = sirta:sir
Expand All @@ -77,6 +81,7 @@ LEXICON V_JOKSTA !
:e INDPRS3 ;
INF_ta ;
! PRFPRC_nu ;
+Der+Der/NomAg+N:i N_TEGII ;! this might be the same as V-VowelStem-PRT with an i in next lexicon

LEXICON V_LETA !
!! @LEXNAME@ = leta:le
Expand Down Expand Up @@ -134,6 +139,7 @@ LEXICON V_HUBETA !
:ne INDPRS3 ;
INF_ta ;
! PRFPRC_nu ;
+Der+Der/NomAg+N:ni N_TEGII ;! this might be the same as V-VowelStem-PRT with an i in next lexicon

LEXICON V_TULDA !
!! @LEXNAME@ = tulda:tul
Expand All @@ -143,6 +149,7 @@ LEXICON V_TULDA !
:e INDPRS3 ;
INF_da ;
PRFPRC_nu ;
+Der+Der/NomAg+N:i N_TEGII ;! this might be the same as V-VowelStem-PRT with an i in next lexicon

LEXICON V_OTTA !
!! @LEXNAME@ = otta:ot
Expand Down Expand Up @@ -206,6 +213,7 @@ LEXICON V_HOMAITA !
:če INDPRS3 ;
INF_ta ;
:če PRFPRC_nu ;
+Der+Der/NomAg+N:či N_TEGII ;! this might be the same as V-VowelStem-PRT with an i in next lexicon

!
LEXICON V_VALITA
Expand Down
3 changes: 2 additions & 1 deletion src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ Multichar_Symbols
+V→N !!≈ * **@CODE@**
+V→V !!≈ * **@CODE@**
+V→A !!≈ * **@CODE@** =
+Der !!≈ * **@CODE@** =
+Der !!≈ * **@CODE@** =
+Der/NomAg !!≈ * **@CODE@** = tehta : tegii
+Der/Uz1 !!≈ * **@CODE@** = sur»uz' A»N
+Der/Ta !!≈ * **@CODE@** =
+Der/Te !!≈ * **@CODE@** =
Expand Down

0 comments on commit 9ecee8d

Please sign in to comment.