mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-18 15:50:19 -06:00
added Extend modules for Hindi, Urdu, Mongolian
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
concrete AllHin of AllHinAbs =
|
||||
LangHin,
|
||||
ExtraHin
|
||||
** {} ;
|
||||
ExtendHin
|
||||
** open ExtraHin in {} ;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
abstract AllHinAbs =
|
||||
Lang,
|
||||
ExtraHinAbs
|
||||
Extend
|
||||
** {} ;
|
||||
|
||||
11
src/hindi/ExtendHin.gf
Normal file
11
src/hindi/ExtendHin.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
--# -path=.:../common:../abstract
|
||||
|
||||
concrete ExtendHin of Extend =
|
||||
CatHin ** ExtendFunctor -
|
||||
[
|
||||
ComplDirectVQ, ComplDirectVS
|
||||
]
|
||||
with
|
||||
(Grammar = GrammarHin) ** {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user