summaryrefslogtreecommitdiff
path: root/old-lib/resource/thai/QuestionTha.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2009-12-09 09:47:16 +0000
committeraarne <aarne@chalmers.se>2009-12-09 09:47:16 +0000
commitc8ceed08efcc0bdc1fcbd89bce643d9f52f0991b (patch)
tree5f0b314341c129eba1bc67b8b887fb8a4486fad8 /old-lib/resource/thai/QuestionTha.gf
parent101df06f6c8380328d4266adadac3ab6d1bac0b3 (diff)
moving a few things to deprecated
Diffstat (limited to 'old-lib/resource/thai/QuestionTha.gf')
-rw-r--r--old-lib/resource/thai/QuestionTha.gf41
1 files changed, 0 insertions, 41 deletions
diff --git a/old-lib/resource/thai/QuestionTha.gf b/old-lib/resource/thai/QuestionTha.gf
deleted file mode 100644
index 033539bdf..000000000
--- a/old-lib/resource/thai/QuestionTha.gf
+++ /dev/null
@@ -1,41 +0,0 @@
-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
--- in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ;
---
--- QuestSlash ip slash =
--- mkQuestion (ss (slash.c2 ++ ip.s ! Acc)) slash ;
--- --- stranding in ExratTha
---
--- QuestIAdv iadv cl = mkQuestion iadv cl ;
---
--- QuestIComp icomp np =
--- mkQuestion icomp (mkClause (np.s ! Nom) np.a (predAux auxBe)) ;
---
---
--- PrepIP p ip = {s = p.s ++ ip.s ! Nom} ;
---
--- AdvIP ip adv = {
--- s = \\c => ip.s ! c ++ adv.s ;
--- n = ip.n
--- } ;
---
--- IDetCN idet num ord cn = {
--- s = \\c => idet.s ++ num.s ++ ord.s ++ cn.s ! idet.n ! c ;
--- n = idet.n
--- } ;
---
--- CompIAdv a = a ;
---
-}