mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
derived Ita added
This commit is contained in:
24
lib/resource-1.0/mathematical/MathematicalIta.gf
Normal file
24
lib/resource-1.0/mathematical/MathematicalIta.gf
Normal file
@@ -0,0 +1,24 @@
|
||||
--# -path=.:../italian:../romance:../abstract:../common:prelude
|
||||
|
||||
concrete MathematicalIta of Mathematical =
|
||||
NounIta - [ComplN2], --- to avoid ambiguity
|
||||
-- VerbIta,
|
||||
-- AdjectiveIta,
|
||||
-- AdverbIta,
|
||||
NumeralIta,
|
||||
-- SentenceIta,
|
||||
QuestionIta,
|
||||
RelativeIta,
|
||||
ConjunctionIta,
|
||||
PhraseIta,
|
||||
StructuralIta,
|
||||
|
||||
SymbolIta,
|
||||
PredicationIta,
|
||||
|
||||
LexiconIta
|
||||
** {
|
||||
|
||||
flags startcat = Phr ;
|
||||
|
||||
} ;
|
||||
3
lib/resource-1.0/mathematical/PredicationIta.gf
Normal file
3
lib/resource-1.0/mathematical/PredicationIta.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
concrete PredicationIta of Predication = CatIta ** PredicationI with
|
||||
(Lang = LangIta) ;
|
||||
|
||||
2
lib/resource-1.0/mathematical/SymbolIta.gf
Normal file
2
lib/resource-1.0/mathematical/SymbolIta.gf
Normal file
@@ -0,0 +1,2 @@
|
||||
concrete SymbolIta of Symbol = CatIta ** SymbolRomance with
|
||||
(ResRomance = ResIta) ;
|
||||
Reference in New Issue
Block a user