Hierarchical unsupervised and semi-supervised topic models for sparse count data with CorEx
Stars
639
Forks
118
Watchers
639
Open Issues
13
Overall repository health assessment
No package.json found
This might not be a Node.js project
34
commits
26
commits
8
commits
3
commits
1
commits
1
commits
Add option for weighting anchor word MI by anchor_strength when ranking words for topics
a355ab8View on GitHubChange output of get_topics() so that it's explicit whether the presence or absence of word is more informative
a213671View on GitHubUpdated interface that calls networkx. To get the nodes as a list, I replace g.node with g._node.
cacbfd6View on GitHubswitch to joblib from sklearn.externals.joblib (deprecated in 0.21, removed in 0.23)
574abb0View on GitHubFix anchor preprocessing when an anchor doesn't appear in the vocabulary. #23 should be fully fixed now. Updated setup.py for pip
bb0598fView on GitHub