1
0
forked from GitHub/gf-rgl

App.gf: an experiment in combining phrasebook, rgl, and chunking, to support three colours in an app to indicate translation confidence

This commit is contained in:
aarne
2014-03-10 18:00:53 +00:00
parent 745bf3586d
commit 8cca2e5b5d
7 changed files with 81 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
--# -path=.:../translator:../../../examples/phrasebook
concrete AppSwe of App =
NDTransSwe
, PhrasebookSwe - [open_A]
** {
flags
literal = Symb ;
lin
PhrasePhr p = {s = "+" ++ p.s} | p ;
}