mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
complete RGL implementation for Mongolian by Nyamsuren Erdenebadrakh
This commit is contained in:
20
lib/src/mongolian/FoodsMon.gf
Normal file
20
lib/src/mongolian/FoodsMon.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
concrete FoodsMon of Foods = open ResFoodsMon in {
|
||||
flags coding=utf8;
|
||||
|
||||
lincat
|
||||
Phrase = {s : Str} ;
|
||||
Quality = Adjective ;
|
||||
Kind = Noun ;
|
||||
Item = NounPhrase ;
|
||||
|
||||
lin
|
||||
Pred item quality = {s = item.s ++ "бол"++ quality.s} ;
|
||||
This = det Sg "энэ" ;
|
||||
These = det Pl "эдгээр" ;
|
||||
Mod quality kind = {s = \\n => quality.s ++ kind.s ! n} ;
|
||||
Wine = regNoun "дарс" ;
|
||||
Cheese = regNoun "бяслаг" ;
|
||||
Very adj = {s = "маш" ++ adj.s} ;
|
||||
Fresh = mkAdj "шинэ" ;
|
||||
Expensive = mkAdj "үнэтэй" ;
|
||||
}
|
||||
Reference in New Issue
Block a user