mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 04:32:50 -06:00
PersianRG
This commit is contained in:
25
lib/src/persian/GrammarPes.gf
Normal file
25
lib/src/persian/GrammarPes.gf
Normal file
@@ -0,0 +1,25 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
concrete GrammarPes of Grammar =
|
||||
NounPes,
|
||||
VerbPes,
|
||||
AdjectivePes,
|
||||
AdverbPes,
|
||||
NumeralPes,
|
||||
SentencePes,
|
||||
QuestionPes,
|
||||
RelativePes,
|
||||
ConjunctionPes,
|
||||
|
||||
PhrasePes,
|
||||
TextPes - [Adv],
|
||||
StructuralPes,
|
||||
TenseX - [Adv],
|
||||
IdiomPes
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user