BIDS-projects / topic-modeling

Categorization of various data science institutions into several different topics
Apache License 2.0
1 stars 0 forks source link

still having trouble with textmining #7

Closed don-han closed 8 years ago

don-han commented 8 years ago

Installing our distribution of textmining gives

"FileNotFoundError: [Errno 2] No such file or directory: '/Users/donhan/anaconda/envs/lda/lib/python3.5/site-packages/textmining/data/names_male.txt'"

The default one with pip throws "ImportError: No module named 'stemmer'" error

don-han commented 8 years ago

Had to manually comment out import stemmer from /Users/donhan/anaconda/envs/lda/lib/python3.5/site-packages/textmining/__init__.py