mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
RGLBaseHin added ; DocumentationHin in LangHin so that it gets compiled in RGL
This commit is contained in:
20
lib/src/experimental/RGLBaseHin.gf
Normal file
20
lib/src/experimental/RGLBaseHin.gf
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
concrete RGLBaseHin of RGLBase =
|
||||||
|
|
||||||
|
-- modules in Grammar, excluding Structural, Verb, Sentence, Question
|
||||||
|
---- Tense,
|
||||||
|
NounHin - [PPartNP], -- to be generalized
|
||||||
|
AdjectiveHin,
|
||||||
|
NumeralHin,
|
||||||
|
ConjunctionHin,
|
||||||
|
AdverbHin,
|
||||||
|
PhraseHin,
|
||||||
|
---- Sentence,
|
||||||
|
QuestionHin - [QuestCl,QuestVP,QuestSlash,QuestIAdv,QuestIComp],
|
||||||
|
RelativeHin - [RelCl,RelVP,RelSlash],
|
||||||
|
---- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these?
|
||||||
|
|
||||||
|
SymbolHin [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these?
|
||||||
|
|
||||||
|
---- Construction,
|
||||||
|
---- Extensions,
|
||||||
|
---- Documentation ;
|
||||||
@@ -1,8 +1,9 @@
|
|||||||
--# -path=.:../abstract:../common:../hindustani
|
--# -path=.:../abstract:../common:../hindustani:../api
|
||||||
|
|
||||||
concrete LangHin of Lang =
|
concrete LangHin of Lang =
|
||||||
GrammarHin,
|
GrammarHin,
|
||||||
LexiconHin
|
LexiconHin
|
||||||
|
, DocumentationHin
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer=unwords ; lexer=words ;
|
flags startcat = Phr ; unlexer=unwords ; lexer=words ;
|
||||||
|
|||||||
Reference in New Issue
Block a user