Olamilekan Wahab
Olamilekan Wahab
Added headers to urllib. Detailed in the issue [here](https://github.com/chiphuyen/lazynlp/issues/11)
Hi, Thanks for this great tool. I noticed urllib fails with a `Forbidden Request` error when I call `download_page` on some links. You can reproduce the error by trying the...
Made some little changes to the UI. Removed the featured poll section and added it as a url on its own.
I removed the ONMT folder and added it to the requirements.txt
Took sometime to rework the corpus module. Major changes: 1. Introduced a corpus and corpus path getter. 2. A simple yaml file for keeping tracks of available datasets.
Thinking about including a tokenizer class in the project. I'm thinking the API could look like: ```python from iranlowo.tokenizer import Tokenizer text = "some text" word_tokens = Tokenizer(text).word_tokenize() sentence_tokens =...
I had some free time this week and I was able to pen down some features I'm hoping we'll be able to include. These are: 1. A class for handling...
I'm proposing a language identification helper module that can: 1. Be used to build language id models using any of the rule based or learning algorithm available for doing this....
**Describe the bug** I have a simple docker container where I run zelt. For some reason (the error log is not really clear), I get a `NoneType` error. **Zelt version**...