-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Problem with get_wiki (I think because of possible changes to wiki_extractor) #44
Comments
@muralits98 hey, I'm encountering the same error. Did you manage to solve it? |
okay i got it to work. I installed the package via pip and commented the line |
@prats0599 I have done your suggestions, yet I have the same error: No such file or directory: '/root/.fastai/data/frwiki/text/AA/wiki_00' any other hints? |
I also faced the same problem with ru language: |
Hi mates, this one should work. We need to update the options when call WikiExtractor at get_wiki(path,lang) function, in nlputils.py file: This is due to the argument update at https://github.com/attardi/wikiextractor/blob/master/wikiextractor/WikiExtractor.py I have make a PR at #55 |
I am trying to rerun the https://github.com/fastai/course-nlp/blob/master/nn-vietnamese.ipynb Vietnamese notebook and am getting the file not found error at
get_wiki(path,lang)
This seems to be the case with any language. A manual check revealed that the text directory did not have an AA\wiki_00.
I don't know what the problem here is.
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\\.fastai\data\viwiki\text\AA\wiki_00'
The text was updated successfully, but these errors were encountered: