1
0
forked from GitHub/gf-core

quick hack: changed cat name Language to LAnguage in Phrasebook to avoid clash with Construction.Language in App

This commit is contained in:
aarne
2014-06-18 15:38:11 +00:00
parent fa33096e6d
commit 28e50b0f5f
8 changed files with 30 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ incomplete concrete SentencesI of Sentences = Numeral **
Action = Cl ;
Person = NPPerson ; -- {name : NP ; isPron : Bool ; poss : Quant} ;
Nationality = NPNationality ; -- {lang : NP ; country : NP ; prop : A} ;
Language = NP ;
LAnguage = NP ;
Citizenship = A ;
Country = NP ;
Day = NPDay ; -- {name : NP ; point : Syntax.Adv ; habitual : Syntax.Adv} ;