vseloved / cl-nlp

Common Lisp NLP toolset
Other
219 stars 28 forks source link

can't load using quicklisp #2

Closed arademaker closed 11 years ago

arademaker commented 11 years ago

I had the following problem after clone the repo and tried to load it using quicklisp:

failed to find the TRUENAME of /Users/arademaker/quicklisp/local-projects/cl-nlp/src/corpora/util.lisp: No such file or directory [Condition of type SB-INT:SIMPLE-FILE-ERROR]

In fact, the util.lisp is not in the corpora directory. Any idea?

vseloved commented 11 years ago

Thanks for the report. Added the missing file and fixed system definition.