-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Is your feature request related to a problem? Please describe.
Gensim apparently causes quite some issues on installation and in some widgets.
It is used is:
- Corpus and Preprocessing:
gensim.corpora.Dictionary - BOW:
gensim.models.TfidfModel - in util:
Sparse2CorpusSliceable - Topic Modeling:
GensimWrapper
Describe the solution you'd like
- Write own Dictionary (or copy from Gensim)
- Use sklearn.feature_extraction.text.TfidfTransformer
- Figure out Sparse2Corpus (minor)
- Use LDA and other decomposition methods from sklearn.
Describe alternatives you've considered
SpaCy could also be used for TM and similar.
Metadata
Metadata
Assignees
Labels
No labels