1
0
forked from GitHub/gf-rgl

thai questions and negations

This commit is contained in:
aarne
2007-01-21 20:41:35 +00:00
parent 236f10412d
commit 14bf098878
13 changed files with 191 additions and 117 deletions

View File

@@ -1,17 +1,14 @@
--concrete QuestionTha of Question = CatTha ** open ResTha, Prelude in {
--
-- flags optimize=all_subs ;
--
-- lin
--
-- QuestCl cl = {
-- s = \\t,a,p =>
-- let cls = cl.s ! t ! a ! p
-- in table {
-- QDir => cls ! OQuest ;
-- QIndir => "if" ++ cls ! ODir
-- } ---- "whether" in ExtTha
-- } ;
concrete QuestionTha of Question = CatTha **
open ResTha, StringsTha, Prelude in {
flags optimize=all_subs ;
lin
-- pos. may, neg. chay may - not always the proper forms ---
QuestCl cl = {s = \\p => cl.s ! Pos ++ polStr chay_s p ++ m'ay_s} ;
--
-- QuestVP qp vp =
-- let cl = mkClause (qp.s ! Nom) {n = qp.n ; p = P3} vp
@@ -41,4 +38,4 @@
--
-- CompIAdv a = a ;
--
--}
}