mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-28 12:26:28 -06:00
added a project for Portuguese as a copy of Spanish
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
concrete TextPor of Text = CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] ** {
|
||||
|
||||
flags coding=utf8 ;
|
||||
-- This works for the special punctuation marks of Pornish.
|
||||
|
||||
lin
|
||||
TEmpty = {s = []} ;
|
||||
TFullStop x xs = {s = x.s ++ "." ++ xs.s} ;
|
||||
TQuestMark x xs = {s = "¿" ++ x.s ++ "?" ++ xs.s} ;
|
||||
TExclMark x xs = {s = "¡" ++ x.s ++ "!" ++ xs.s} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user