1
0
forked from GitHub/gf-rgl
This commit is contained in:
Julia Jansson
2020-04-24 13:45:16 +02:00
parent 8ea95d8624
commit 6ab883705b

View File

@@ -109,7 +109,7 @@ oper
possForms : Person*Number => HarmForms = \\agr => case agr of {
<P1,Sg> => harm1 "m" ;
<P2,Sg> => harm1 "d" ;
<P3,Sg> => harm "a" "e" ;
<P3,Sg> => harm "a" "e" ; --TODO: wovel cases with "ja"? See verb forms below
<P1,Pl> => harm1 "nk" ; -- u/ü/other vowel in stem
<P2,Pl> => harm "tok" "tök" ;
<P3,Pl> => harm "uk" "ük"