gregversteeg / corex_topic

Hierarchical unsupervised and semi-supervised topic models for sparse count data with CorEx
Apache License 2.0
626 stars 119 forks source link

pip install #12

Closed ryanjgallagher closed 6 years ago

ryanjgallagher commented 6 years ago

Should be able to install CorEx topic via pip now (test before accepting pull request): pip install corextopic

Note: package is corextopic now instead of corex_topic and the main code has to be called as from corextopic import corextopic as ct.

Example notebook needs to be updated to reflect the new loading of the package.