Andrei Paraschiv

Results 154 comments of Andrei Paraschiv

Hi! The file ends up having size 0 , so it's completely lost. I should mention that this happens on my Windows 7 desktop, and "autoSaveInterval": 0 in nteract.json Without...

Did you switch colab to tensorflow 1? I do not think that CRF from keras-contrib works in TF2 `%tensorflow_version 1.x `

Hi all, i forked the project and fixed some bugs. I plan to keep this useful project alive for the community [https://github.com/AndyTheFactory/newspaper4k](https://github.com/AndyTheFactory/newspaper4k)

Hi @inspectorG4dget - i have forked the project and fixed this issue (and some additional ones) . You can check it out https://github.com/AndyTheFactory/newspaper4k `pip install newspaper4k`

Hi @aleksandar-devedzic , i forked newspaper3k and in the next version your suggestions are implemented (code is at the moment in the work-0.9.2 branch, but if you need it, you...

the cache folder is ANCHOR_DIRECTORY https://github.com/codelucas/newspaper/blob/f622011177f6c2e95e48d6076561e21c016f08c3/newspaper/settings.py#L48 normally it would be ``` /tmp/.newspaper_scraper/feed_category_cache ```

@johnbumgarner I have read your very good documentation! your great work inspired me to keep this software alive as a new package https://github.com/AndyTheFactory/newspaper4k there were a lot of problems and...

you can achieve this with some minor changes. 1. the cleaners class must be fixed (it removes itemprop containing articleBody if it is not exactly "articleBody") see https://github.com/codelucas/newspaper/pull/953 2. extend...

**Comment by [andho](https://github.com/andho)** _Thu Nov 1 15:52:21 2018_ ---- Just for clarity `` is the correct way for line break in HTML5. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/br

by errors you mean the output does not match to what's written as example? or is there any exception triggered? Also, the code example was updated to match the preferred...