summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2014-04-10 13:07:05 +0000
committeraarne <aarne@chalmers.se>2014-04-10 13:07:05 +0000
commitd7ef5d8c0b6c04ef1113fde3ea8002818e6036ac (patch)
treee947797fb80ed39c83bad6d8112272d07dfab7ed
parentd9f4c1598c79260275b8fb3d2e9fff70be1c388b (diff)
improved generation of BNC dictionaries ; now called TopDictionary for clarity
-rw-r--r--examples/app/MkApp.hs2
-rw-r--r--src/www/js/wc.js2
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/app/MkApp.hs b/examples/app/MkApp.hs
index 02bc89f96..582441b6f 100644
--- a/examples/app/MkApp.hs
+++ b/examples/app/MkApp.hs
@@ -1,4 +1,6 @@
-- update the import list of every language
+-- the new files are produced in ./tmp/
+-- usage: runghc MkApp.hs
langs = words "Bul Chi Eng Fin Fre Ger Hin Ita Spa Swe"
appCnc lang = "App" ++ lang ++ ".gf"
diff --git a/src/www/js/wc.js b/src/www/js/wc.js
index 595394efb..7577f2785 100644
--- a/src/www/js/wc.js
+++ b/src/www/js/wc.js
@@ -1,5 +1,5 @@
var wc={}
-wc.cnl="Phrasebook" // try this controlled natural language first
+//wc.cnl="Phrasebook" // try this controlled natural language first
wc.f=document.forms[0]
wc.o=element("output")
wc.e=element("extra")