Closed remimorvan closed 2 years ago
Fixed in v.0.3.2.
Seems to be back in v 0.6.0
Seems to be back in v 0.6.0
It works fine on my computer. Have you run knowledge init
after installing knowledge-clustering ?
Solved by downloading manually two nltk package
import nltk
nltk.download('punkt')
nltk.download('averaged_perceptron_tagger')
Ah yeah i did not run init my bad
If the notion file contains a notion with a scope, e.g.
then calling
knowledge cluster
will produce the errorThis bug seems to only exist since v.0.3 : v.0.2.4 works fine.