From da1767b18ab0549777751ba70560e7c6f046a5b1 Mon Sep 17 00:00:00 2001 From: aarneranta Date: Wed, 20 Jan 2021 08:32:59 +0100 Subject: [PATCH] including Markup in LangGer,Ita which was missing --- src/german/LangGer.gf | 1 + src/italian/LangIta.gf | 1 + src/romance/ExtendRomanceFunctor.gf | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/german/LangGer.gf b/src/german/LangGer.gf index 147e4cd85..811ae3b75 100644 --- a/src/german/LangGer.gf +++ b/src/german/LangGer.gf @@ -5,6 +5,7 @@ concrete LangGer of Lang = LexiconGer ,ConstructionGer ,DocumentationGer --# notpresent + ,MarkupGer - [stringMark] ** { flags startcat = Phr ; unlexer = text ; lexer = text ; diff --git a/src/italian/LangIta.gf b/src/italian/LangIta.gf index f9bf89708..821d4a3d5 100644 --- a/src/italian/LangIta.gf +++ b/src/italian/LangIta.gf @@ -5,6 +5,7 @@ concrete LangIta of Lang = LexiconIta ,DocumentationIta --# notpresent ,ConstructionIta + ,MarkupIta - [stringMark] ** { flags startcat = Phr ; unlexer = text ; lexer = text ; diff --git a/src/romance/ExtendRomanceFunctor.gf b/src/romance/ExtendRomanceFunctor.gf index 348e2bee3..4e084d214 100644 --- a/src/romance/ExtendRomanceFunctor.gf +++ b/src/romance/ExtendRomanceFunctor.gf @@ -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