-
Notifications
You must be signed in to change notification settings - Fork 153
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
getDocumentsPerTopicsProbabilities Undefined offset: 0 #64
Comments
slava-vishnyakov
added a commit
to slava-vishnyakov/php-nlp-tools
that referenced
this issue
Apr 21, 2018
One thing that might be is that it should be returning
|
Closed
Ok, maybe I have figured this out in PR #67 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to follow http://php-nlp-tools.com/posts/introducing-latent-dirichlet-allocation.html
But trying to call
getDocumentsPerTopicsProbabilities
at the end:This results in:
Undefined offset: 0 at
vendor/nlp-tools/nlp-tools/src/NlpTools/Models/Lda.php:243
This probably requires something along the lines of:
also, further down you have a variable
$limit_docs
, which is undefined, maybe the signature of method is incorrectpublic function getDocumentsPerTopicsProbabilities($limit_docs = -1)
, maybe it's$limit_words
there?But, anyways, after running this method on this input:
I get this result:
And I'm not sure how to interpret that... :)
Thanks!
The text was updated successfully, but these errors were encountered: