Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for topic models by wrapping gensim #71

Open
johann-petrak opened this issue Jun 15, 2018 · 1 comment
Open

Add support for topic models by wrapping gensim #71

johann-petrak opened this issue Jun 15, 2018 · 1 comment
Assignees

Comments

@johann-petrak
Copy link
Collaborator

This will need an even simpler "corpus representation" for text (list of tokens) only.

@johann-petrak johann-petrak self-assigned this Aug 3, 2018
@johann-petrak johann-petrak changed the title Add support for topic models by wrapping gesim Add support for topic models by wrapping gensim Aug 4, 2018
@johann-petrak
Copy link
Collaborator Author

A quicker way and easier to use may be to use Mallet's LDA module. This requires a different Mallet Corpus Representation (based on FeatureSequences and no targets) and may not scale as well as using an OOM representation with a GenSim backend, but would not need any additional software installed and automatically port to Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant