mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
some fixes to make Phrasebook compilable more easily
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
concrete SentencesHin of Sentences = NumeralHin ** SentencesI - [sing,IFemale,YouFamFemale,YouPolFemale,MMust,YouPlurFamFemale,YouPlurPolFemale,YouFamMale] with
|
||||
concrete SentencesHin of Sentences = NumeralHin ** SentencesI -
|
||||
[sing,IFemale,YouFamFemale,YouPolFemale,MMust,YouPlurFamFemale,YouPlurPolFemale,YouFamMale,mkGreeting] with
|
||||
(Syntax = SyntaxHin),
|
||||
(Symbolic = SymbolicHin),
|
||||
(Lexicon = LexiconHin) **
|
||||
@@ -17,6 +18,9 @@ concrete SentencesHin of Sentences = NumeralHin ** SentencesI - [sing,IFemale,
|
||||
|
||||
flags coding = utf8 ;
|
||||
|
||||
oper
|
||||
mkGreeting = ss ;
|
||||
|
||||
oper
|
||||
myN = "मैं" ;
|
||||
mjh = "मुझ" ;
|
||||
|
||||
Reference in New Issue
Block a user