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