mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
thai questions and negations
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
--concrete AdverbTha of Adverb = CatTha ** open ResTha, Prelude in {
|
||||
--
|
||||
-- lin
|
||||
-- PositAdvAdj a = {s = a.s ! AAdv} ;
|
||||
concrete AdverbTha of Adverb = CatTha **
|
||||
open ResTha, StringsTha, Prelude in {
|
||||
|
||||
lin
|
||||
PositAdvAdj a = a ;
|
||||
|
||||
-- ComparAdvAdj cadv a np = {
|
||||
-- s = cadv.s ++ a.s ! AAdv ++ "than" ++ np.s ! Nom
|
||||
-- } ;
|
||||
@@ -18,4 +20,4 @@
|
||||
--
|
||||
-- AdnCAdv cadv = {s = cadv.s ++ "than"} ;
|
||||
--
|
||||
--}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user