pos-neg and ExistCN in Finnish

This commit is contained in:
Aarne Ranta
2017-11-08 14:47:33 +01:00
parent 72b257b9b7
commit 9c762efcb4
2 changed files with 31 additions and 2 deletions

View File

@@ -305,7 +305,13 @@ oper
glueTok : Str -> Str = \s -> "&+" ++ s ;
-- for pos/neg variation other than just negation word, e.g. case in "on ongelma"/"ei ole ongelmaa"
posNegClause : Clause -> Clause -> Clause = \pos,neg -> {
s = \\t,a,b,o => case b of {
Pos => pos.s ! t ! a ! b ! o ;
_ => neg.s ! t ! a ! b ! o
}
} ;
-- This is used for subjects of passives: therefore isFin in False.
subjForm : NP -> SubjCase -> Polarity -> Str = \np,sc,b ->