1
0
forked from GitHub/gf-rgl

added a project for Portuguese as a copy of Spanish

This commit is contained in:
aarne
2016-04-25 19:58:18 +00:00
parent 9dd42f472a
commit cf3995d302
48 changed files with 89868 additions and 5 deletions
+23
View File
@@ -0,0 +1,23 @@
--# -path=.:../romance:../abstract:../common:prelude
concrete GrammarPor of Grammar =
NounPor,
VerbPor,
AdjectivePor,
AdverbPor,
NumeralPor,
SentencePor,
QuestionPor,
RelativePor,
ConjunctionPor,
PhrasePor,
TextPor - [SC,Temp,Tense,Pol,PPos,PNeg], -- special punctuation
IdiomPor,
StructuralPor,
TensePor
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;