This is CL-WNBROWSER version 3.0. It is currently running at http://wn.mybluemix.net/
See also the OpenWordnet-PT project: https://github.com/own-pt/openWordnet-PT
- SBCL (tested up to 1.3.0) or CCL (tested with 1.10);
- For easier/faster setup, quicklisp is highly recommended.
See the file LICENSE for details.
-
This package uses Hunchentoot. To start the server, switch to the
CL-WNBROWSER
package and execute(START-SERVER port)
. See that function for more details. -
It is recommended that you run Hunchentoot under a proxy.
-
If lisp files changed, you can try loading them again. This may not work, given the dependencies between the different files. The safest option is to simply reload the application.
-
If only templates changed, you can safely update the application by switching to the
CL-WNBROWSER
package and executing the(SETUP-TEMPLATES)
method.