Skip to content

Instantly share code, notes, and snippets.

@techtangents
Created November 23, 2012 23:57
Show Gist options
  • Save techtangents/4137760 to your computer and use it in GitHub Desktop.
Save techtangents/4137760 to your computer and use it in GitHub Desktop.
Thesaurus
return
loggedUnit("Initializing thesaurus from file: " + zipFile)
.anonBindStrict(setLicense())
.anonBind(loadFromZipF(zipFile))
.appendLogIfNone("Unable to intialise Thesaurus.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment