mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
complete RGL implementation for Mongolian by Nyamsuren Erdenebadrakh
This commit is contained in:
19
lib/src/mongolian/GrammarMon.gf
Normal file
19
lib/src/mongolian/GrammarMon.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
--# -path=.:../abstract:../common:../../prelude
|
||||
|
||||
concrete GrammarMon of Grammar =
|
||||
NounMon,
|
||||
VerbMon,
|
||||
AdjectiveMon,
|
||||
AdverbMon,
|
||||
NumeralMon,
|
||||
SentenceMon,
|
||||
QuestionMon,
|
||||
RelativeMon,
|
||||
ConjunctionMon,
|
||||
PhraseMon,
|
||||
TextX - [CAdv,Tense,Temp],
|
||||
StructuralMon,
|
||||
IdiomMon,
|
||||
TenseMon,
|
||||
NumeralTransferMon
|
||||
** { flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ; } ;
|
||||
Reference in New Issue
Block a user