mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 20:52:50 -06:00
Polish resource grammar
This commit is contained in:
19
lib/src/polish/GrammarPol.gf
Normal file
19
lib/src/polish/GrammarPol.gf
Normal file
@@ -0,0 +1,19 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
-- Adam Slaski, 2009 <adam.slaski@gmail.com>
|
||||
|
||||
concrete GrammarPol of Grammar =
|
||||
NounPol,
|
||||
VerbPol,
|
||||
AdjectivePol,
|
||||
AdverbPol,
|
||||
NumeralPol,
|
||||
SentencePol,
|
||||
QuestionPol,
|
||||
RelativePol,
|
||||
ConjunctionPol,
|
||||
PhrasePol,
|
||||
TextPol,
|
||||
StructuralPol,
|
||||
IdiomPol
|
||||
** { flags startcat = Phr ; unlexer = text ; lexer = text ;} ;
|
||||
Reference in New Issue
Block a user