mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
including Markup in LangGer,Ita which was missing
This commit is contained in:
@@ -5,6 +5,7 @@ concrete LangGer of Lang =
|
||||
LexiconGer
|
||||
,ConstructionGer
|
||||
,DocumentationGer --# notpresent
|
||||
,MarkupGer - [stringMark]
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
@@ -5,6 +5,7 @@ concrete LangIta of Lang =
|
||||
LexiconIta
|
||||
,DocumentationIta --# notpresent
|
||||
,ConstructionIta
|
||||
,MarkupIta - [stringMark]
|
||||
** {
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
lin
|
||||
|
||||
Reference in New Issue
Block a user