improved generation of BNC dictionaries ; now called TopDictionary for clarity

This commit is contained in:
aarne
2014-04-10 13:07:05 +00:00
parent d9f4c1598c
commit d7ef5d8c0b
2 changed files with 3 additions and 1 deletions

View File

@@ -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"

View File

@@ -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")