diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-12-18 14:21:28 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-12-18 14:21:28 +0000 |
| commit | 9e341cc7f9020eda842c8ad0f1f57bf6326eb89d (patch) | |
| tree | 1c0e78a1c3790286a0fabf408ea15ee179f8749d /next-lib/src/thai/PhraseTha.gf | |
| parent | 98a4b6a8088273dfa55dfa1c3ea78e85cd9c7a8d (diff) | |
Hindi and Thai compile in 1.5
Diffstat (limited to 'next-lib/src/thai/PhraseTha.gf')
| -rw-r--r-- | next-lib/src/thai/PhraseTha.gf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/next-lib/src/thai/PhraseTha.gf b/next-lib/src/thai/PhraseTha.gf new file mode 100644 index 000000000..c51d85a20 --- /dev/null +++ b/next-lib/src/thai/PhraseTha.gf @@ -0,0 +1,24 @@ +concrete PhraseTha of Phrase = CatTha ** open Prelude, ResTha in { + + lin + PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ; + + UttS s = s ; + UttQS qs = {s = qs.s ! QDir} ; + UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p} ; + UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p} ; + UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p} ; --- add politeness here? + + UttIP ip = ip ; + UttIAdv iadv = iadv ; + UttNP np = np ; + UttVP vp = {s = vp.s ! Pos} ; + UttAdv adv = adv ; + + NoPConj = {s = []} ; + PConjConj conj = conj ; + + NoVoc = {s = []} ; + VocNP np = {s = np.s} ; ---- ?? + +} |
