change the default case to accusative

This commit is contained in:
Krasimir Angelov
2026-08-13 14:49:49 +02:00
parent bd0506760e
commit 20cb49cd57
+1 -1
View File
@@ -164,7 +164,7 @@ oper mkA : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> A =
oper Compl = {s : Str; c : Case} ;
oper noPrep : Compl = {s=""; c=Nom} ;
oper noPrep : Compl = {s=""; c=Acc} ;
oper CommonNoun = N ;
oper AdjPhrase = A ;