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
import en_core_web_lg
import neuralcoref
nlp = en_core_web_lg.load()
neuralcoref.add_to_pipe(nlp)
text ="""
Donald Trump was released from Walter Reed Hospital.
He is back to being careless as usual.
Doctors at Walter Reed can't do anything about it. """
doc = nlp(text)
The text was updated successfully, but these errors were encountered:
Shortest code to replicate:
The text was updated successfully, but these errors were encountered: