diff --git a/lib/src/experimental/RGLBaseHin.gf b/lib/src/experimental/RGLBaseHin.gf new file mode 100644 index 000000000..a41535c2e --- /dev/null +++ b/lib/src/experimental/RGLBaseHin.gf @@ -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 ; diff --git a/lib/src/hindi/LangHin.gf b/lib/src/hindi/LangHin.gf index dd78ee10c..8756645cb 100644 --- a/lib/src/hindi/LangHin.gf +++ b/lib/src/hindi/LangHin.gf @@ -1,8 +1,9 @@ ---# -path=.:../abstract:../common:../hindustani +--# -path=.:../abstract:../common:../hindustani:../api concrete LangHin of Lang = GrammarHin, LexiconHin + , DocumentationHin ** { flags startcat = Phr ; unlexer=unwords ; lexer=words ;