You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to test with a simple example this package but it gave me some problems.
In particular i use python=3.7.13
and i run this on colab: ! pip install scrubadub ! pip install scrubadub_spacy import scrubadub import scrubadub_spacy
On the last line in import there is an error: NameError: name 'spacy' is not defined
I try to install spacy but the problem still remain
The text was updated successfully, but these errors were encountered:
I wanted to test with a simple example this package but it gave me some problems.
In particular i use python=3.7.13
and i run this on colab:
! pip install scrubadub ! pip install scrubadub_spacy import scrubadub import scrubadub_spacy
On the last line in import there is an error: NameError: name 'spacy' is not defined
I try to install spacy but the problem still remain
The text was updated successfully, but these errors were encountered: