I am currently installing the ImageJ package for Python=2.7
. I keep getting the error:
from operator import add
---> from ut.ml.sk.feature_extraction.text import TreeTokenizer
from functools import reduce
ImportError: No module named ut.ml.sk.feature_extraction.text
.
I have Googled and used conda search ut to find this module, and I haven't been able to dig up any information on it. Does anyone know where I can find more information on this module, or even better, know how to install it using pip/conda? Thank you all so much!