Andrea Sterbini
Andrea Sterbini
I mean the normal table produced by pytest-profiling at the end, listing the slowest functions executed I think it's produced by the pytest_terminal_summary method of the Profiling pytest plugin ```...
After some rough paches I am able to start neuralcoref with spacy 3 but I obviously get the error ''Trying to read a Model that was created with an incompatible...
I was starting to look for a way to export the neuralcoref model in spacy2 as text, and try to load it in spacy3 :) From your words this seems...
But why the neuralcoref models should depend on the spacy3 models implementation? From a cursory glance to the NeuralCoref annotator class it seems to me that it reads only properties...
I'm just updating spacy-wordnet to spacy 3... Wait
Yes, please do some tests. I've tried Italian in spacy3 and English both on spacy3 and spacy2
are there any new?
I have temporarily fixed it (badly, I am sure a better solution exists) by changing file baron/splitter.py at line 56 from > for section in (string.ascii_letters + "_" + "1234567890",...
+1 for me also