-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
ParseError: no element found: line 45, column 0 #1496
Comments
i also meet this error, have you already fixed it? |
@xurannlpr yes, I do fixed the error. It is due to my error download package. Please download the package exactly as the document in gensim. It may help. Thanks. |
Looks like the issue is that "multistream" isn't supported. Seems this has confused other people too... https://groups.google.com/forum/#!msg/gensim/vA97TdOkljk/ty1YPuZWAQAJ |
menshikh-iv
pushed a commit
that referenced
this issue
Sep 18, 2017
* Add comment explaining lack of multistream support See #1496, looks like this has confused some people. -POLM * Add file patterns to documentation
Resolved in #1515 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I downloaded data from https://dumps.wikimedia.org/enwiki/20170701/enwiki-20170701-pages-articles-multistream.xml.bz2
and I run code as:
and I got
Is there any thing wrong with my method?
The text was updated successfully, but these errors were encountered: