mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
fixed decodeUTF8 for pgf; removed old resources from darcs
This commit is contained in:
21
lib/resource/interlingua/AdverbIna.gf
Normal file
21
lib/resource/interlingua/AdverbIna.gf
Normal file
@@ -0,0 +1,21 @@
|
||||
concrete AdverbIna of Adverb = CatIna ** open ResIna, Prelude in {
|
||||
|
||||
lin
|
||||
PositAdvAdj a = {s = a.s ! AAdv} ;
|
||||
PrepNP prep np = {s = prep.s ++ np.s ! Acc} ;
|
||||
|
||||
ComparAdvAdj cadv a np = {
|
||||
s = cadv.s ++ a.s ! AAdv ++ "que" ++ np.s ! Nom
|
||||
} ;
|
||||
ComparAdvAdjS cadv a s = {
|
||||
s = cadv.s ++ a.s ! AAdv ++ "que" ++ s.s
|
||||
} ;
|
||||
|
||||
|
||||
AdAdv = cc2 ;
|
||||
|
||||
SubjS = cc2 ;
|
||||
|
||||
AdnCAdv cadv = {s = cadv.s ++ "que"} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user