small fixes in Est translation and app.probs

This commit is contained in:
aarne
2015-11-09 12:44:19 +00:00
parent f456f4841f
commit 236a4b2550
3 changed files with 13 additions and 12 deletions

View File

@@ -49,12 +49,13 @@ lin
h = v.h ; p = v.p
}
) ;
-}
CompoundN noun cn = {
s = \\nf => noun.s ! 10 ++ BIND ++ cn.s ! nf ;
h = cn.h
CompoundN noun cn = lin N {
s = \\nf => noun.s ! NCase Sg Gen ++ BIND ++ cn.s ! nf ---- AR genitive best?
} ;
{-
CompoundAP noun adj = {
s = \\_ => (snoun2nounSep {s = \\f => noun.s ! 10 ++ BIND ++ adj.s ! Posit ! sAN f ; h = adj.h}).s
} ;