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
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