The dependency parse result is different between displacy and local environment. #10855
-
Hello! import spacy
nlp = spacy.load("en_core_web_sm") # or "en_core_web_md"
doc = nlp("Save Mary Jane")
spacy.displacy.serve(doc, style="dep")
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As visible in your screenshot, the online demo is using 3.1.0, which is why it's different from your local 3.3.0 output. |
Beta Was this translation helpful? Give feedback.
As visible in your screenshot, the online demo is using 3.1.0, which is why it's different from your local 3.3.0 output.