(Est) Minor renaming/restructuring/cleanup

This commit is contained in:
Inari Listenmaa
2022-07-01 08:35:37 +02:00
parent e4a195a777
commit 1b5840c89d
3 changed files with 23 additions and 14 deletions
+2
View File
@@ -207,6 +207,8 @@ param
Compl : Type = {s : Str ; c : NPFormPlus ; isPre : Bool} ;
emptyCompl : Compl = {s = "" ; c = case2npformp NPAcc ; isPre = False} ;
npfplus2compl : NPFormPlus -> Compl = \npf -> {s = [] ; c = npf ; isPre = False} ;
appCompl : Bool -> Polarity -> Compl -> NPhrase -> Str = \isFin,b,co,np ->