mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
improved generation of BNC dictionaries ; now called TopDictionary for clarity
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user