mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 04:32:50 -06:00
punctuation added to NDTrans
This commit is contained in:
@@ -11,5 +11,14 @@ concrete NDTransSwe of NDTrans =
|
||||
flags
|
||||
literal=Symb ;
|
||||
|
||||
lincat
|
||||
TransUnit = {s : Str} ;
|
||||
|
||||
lin
|
||||
SFullstop p = {s = p.s ++ "."} ;
|
||||
SQuestmark p = {s = p.s ++ "?"} ;
|
||||
SExclmark p = {s = p.s ++ "!"} ;
|
||||
SUnmarked p = {s = p.s} ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user