vseloved / cl-nlp

Common Lisp NLP toolset
Other
219 stars 28 forks source link

Fixed a bug in wn #33

Open patchyderm2 opened 5 years ago

patchyderm2 commented 5 years ago

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 being fixed.

This is my suggested fix, though there could be better ways to do it. Happy to hear any suggestions.

Also made some minor fixups in the wordnet download function - those should be pretty uncontroversial?