1
0
forked from GitHub/gf-rgl

module Markup for marking up subphrases with html tags (or other things). Implemented for Eng and Swe so far.

This commit is contained in:
aarne
2014-02-11 15:42:17 +00:00
parent f3ad73ec00
commit 18f00948af
10 changed files with 115 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ concrete LangSwe of Lang =
LexiconSwe
,ConstructionSwe
,DocumentationSwe
,MarkupSwe
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;

3
src/swedish/MarkupSwe.gf Normal file
View File

@@ -0,0 +1,3 @@
--# -path=.:../abstract:../common:../scandinavian
concrete MarkupSwe of Markup = CatSwe, MarkHTMLX ** MarkupScand with (ResScand = ResSwe) ;