Alex
Alex
Tokenizer from #15 had issues like not splitting a dot at the end of a sentence as a separate token ``` 40006,40007c40017 < community < . --- > community. 41148,41149c41158...
`nnpy` install fails with the following traceback ``` $ sudo pip install nnpy Downloading/unpacking nnpy Downloading nnpy-1.3.tar.gz Running setup.py (path:/tmp/pip_build_root/nnpy/setup.py) egg_info for package nnpy Traceback (most recent call last): File...
On test case completion all modifications to loggers levels are reversed. Fixes #60
If I pass logger name to caplog.set_level like this ``` caplog.set_level(logging.ERROR, logger='package.utils') ``` then for all following test cases that logger will have level set to ERROR, which is not...
Limit number of tags per docker repository
In my case it's needed for ScrapyRT - we are using custom Crawler class there. I started working on this PR before I noticed #1147, so now I have doubts...