mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
Wide coverage translation web demo improvements
+ Add lexing/unlexing + Add a button to swap input and output + Minor layout adjustments
This commit is contained in:
@@ -272,3 +272,7 @@ function check_exp(s,cont) {
|
||||
}
|
||||
gfshell("cc "+s,check);
|
||||
}
|
||||
|
||||
// Lexing/unlexing text
|
||||
function lextext(txt,cont) { gfshell('ps -lextext "'+txt+'"',cont) }
|
||||
function unlextext(txt,cont) { gfshell('ps -bind -unlextext "'+txt+'"',cont) }
|
||||
|
||||
Reference in New Issue
Block a user