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

Training on dataset without categories #5

Open
gabrer opened this issue May 2, 2017 · 3 comments
Open

Training on dataset without categories #5

gabrer opened this issue May 2, 2017 · 3 comments

Comments

@gabrer
Copy link

gabrer commented May 2, 2017

Hi!
I have a corpus of documents without categories, and I would generate topics without adding this kind of information. However, it seems that this code is only oriented to corpus with categories.
Is there any straight way to do this?

@askerlee
Copy link
Owner

askerlee commented May 3, 2017

It supports corpus without categories. If you don't specify "-s" for topicExp.py, it does inference by assuming all documents sharing the same set of topic embeddings, i.e., no category information is used.

@gabrer
Copy link
Author

gabrer commented May 6, 2017

Ok, brilliant!
So, I don't need to make any changes. I will try and let you know.

Thank you for your prompt reply! :)

@gabrer
Copy link
Author

gabrer commented May 16, 2017

By the way, it worked!
Thank you! :)

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

2 participants