forked from GitHub/gf-rgl
including Markup in LangGer,Ita which was missing
This commit is contained in:
@@ -5,6 +5,7 @@ concrete LangGer of Lang =
|
|||||||
LexiconGer
|
LexiconGer
|
||||||
,ConstructionGer
|
,ConstructionGer
|
||||||
,DocumentationGer --# notpresent
|
,DocumentationGer --# notpresent
|
||||||
|
,MarkupGer - [stringMark]
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ concrete LangIta of Lang =
|
|||||||
LexiconIta
|
LexiconIta
|
||||||
,DocumentationIta --# notpresent
|
,DocumentationIta --# notpresent
|
||||||
,ConstructionIta
|
,ConstructionIta
|
||||||
|
,MarkupIta - [stringMark]
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ incomplete concrete ExtendRomanceFunctor of Extend =
|
|||||||
ComplGenVV = variants {} ; -- VV -> Ant -> Pol -> VP -> VP ; -- want not to have slept
|
ComplGenVV = variants {} ; -- VV -> Ant -> Pol -> VP -> VP ; -- want not to have slept
|
||||||
ComplSlashPartLast = ComplSlash ;
|
ComplSlashPartLast = ComplSlash ;
|
||||||
|
|
||||||
CompoundN = variants {} ; -- N -> N -> N ; -- control system / controls system / control-system
|
CompoundN a b = lin N {s = \\n => b.s ! n ++ a.s ! Sg ; g = b.g} ; -- connessione internet = internet connection
|
||||||
CompoundAP = variants {} ; -- N -> A -> AP ; -- language independent / language-independent
|
CompoundAP = variants {} ; -- N -> A -> AP ; -- language independent / language-independent
|
||||||
|
|
||||||
lin
|
lin
|
||||||
|
|||||||
Reference in New Issue
Block a user