Attribute Error: Spacy version 2.3 #11799
Replies: 2 comments 5 replies
-
Sorry you're having trouble with this. Can you give a short sample of code and the full stack trace you're getting? Based on your error, note it looks like you're doing something like Also note that since v0.2.0 medspaCy supports spaCy v3, so I would recommend you upgrade spaCy. |
Beta Was this translation helpful? Give feedback.
-
Thanks @polm for reverting. Perhaps, i found the solution for that, had an issue while creating custom label. Now i have one more query. Here's to the sample code example. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using medspacy with 0.2.0 and spacy 2.3, using for some pattern matching function using regex. Made new component added in pipeline.
Throwing an error on line
""Text = doc.text""
"English" object has no attribute "text"
Same also, "English" object has no attribute "ents".
If anyone could help out, i can also post full code .
Thanks and regards
Beta Was this translation helpful? Give feedback.
All reactions