From 44ee072331424dae6a7918835bd15c51f56307e8 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 11 Feb 2014 16:43:29 +0000 Subject: Work on web api & apps based on the C run-time system + PGFService.hs: add command c-grammar, include probability in parse results + js/gftranslation.js: add start position and limit parameters, return more info to applications + Simple Translator: show two wide coverage translations + Wide coverage demo: show parse tree and probability (intended as grammar debugging aids) --- src/www/wc.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'src/www/wc.html') diff --git a/src/www/wc.html b/src/www/wc.html index 08c7c62e0..ee369dad5 100644 --- a/src/www/wc.html +++ b/src/www/wc.html @@ -10,6 +10,7 @@ div.center { text-align: center; } table.center { margin-left: auto; margin-right: auto; } textarea { margin: 0; } body:target h1, body:target div.modtime { display: none; } +#extra { color: #666; } @@ -49,12 +50,14 @@ body:target h1, body:target div.modtime { display: none; }   
+
+

-Last modified: Tue Jan 28 17:38:32 CET 2014 +Last modified: Tue Feb 11 17:37:40 CET 2014
@@ -64,16 +67,21 @@ body:target h1, body:target div.modtime { display: none; }