cl-nlp
cl-nlp copied to clipboard
Common Lisp NLP toolset
When I try to load cl-nlp on LispWorks 7, I get the following: ``` CL-USER 1 > (ql:quickload :cl-nlp) To load "cl-nlp": Load 1 ASDF system: cl-nlp ; Loading "cl-nlp"...
I haven't been able to use wn:synsets etc from outside that package, it had been initially been returning weird cached values, which I eventually traced to the default package not...
## For v.1.0 * [x] Sort out all exports * [x] Restore GREEN status in Travis (some API have changed and made some tests obsolete), write more tests * [x]...
Cover the following in the initial developer documentation: 1. Introduction to CL-NLP, refer to README.md for introductory articles. 2. Set up. 3. Travis CI integration and running tests, with current...
dict-lemmatizer fails to build Error below Kindly resolve most urgently -------------------------------------------------------------------------------------------------------------- ;;; Error: ;;; in file dict-lemmatizer.lisp, position 709 ;;; at (DEFMETHOD LEMMATIZE ...) ;;; * The macro form (DEFMETHOD...