Fernando Sar

Results 17 comments of Fernando Sar

I have noticed a few weird (incorrect) changes after upgrading from `2.0.18` to `2.2.4`. Should I report those here? For example, the sentence `make me a sandwich`. I guess this...

> @fersarr: It's useful to have these kinds of results here, thanks! Imperatives are a case where the provided models often perform terribly because there are very few imperatives in...

just FYI, another regression below. However, this one seems to only have happened after 2.2.0 because the [spacy visualizer demo (2.2.0)](https://explosion.ai/demos/displacy?text=we%20add%202%20to%204&model=en_core_web_sm&cpu=1&cph=1) shows it correctly v.2.0.18 ![Screen Shot 2020-04-24 at 5...

I am having the same issue with a very simple html page: ``` $ python Python 3.7.0 (default, Jun 28 2018, 07:39:16) >>> import requests; import newspaper >>> from newspaper...

this breaks a lot of tests for us as well. Very similar use case as @rsheftel. The strict mode that raises exceptions would work for us too.

Hi Merlin, nice to hear you are using PT! For your points 1 & 2 (Non-python files triggering full test run & Can't ignore specific tests), I think this might...

> From a few lines below in that file it looks like `.md` files are being ignored by default Perhaps `NO_TESTS_EXTENSIONS` isn't working as expected. It looks like there are...

pip works fine, but we build external packages from source... in a conda-recipes style.

Hi! Thanks for the help. I thank that will definitely improve it. I was looking for something like the usual `--format "...."` where you can specify everything, like the format...