mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -06:00
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:
13
lib/src/experimental/App.gf
Normal file
13
lib/src/experimental/App.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
--# -path=.:../translator:../../../examples/phrasebook
|
||||
|
||||
abstract App =
|
||||
NDTrans
|
||||
, Phrasebook
|
||||
** {
|
||||
flags
|
||||
startcat=Phr;
|
||||
|
||||
fun
|
||||
PhrasePhr : Phrase -> Phr ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user