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
In sentences like I'm gonna send an invitation spacy recognizes gonna as an adverb. This messes up dependency parsing. Stanford instead tokenizes gonna as two tokens (gon=VBG, na=TO), so its behaves like going to. I found this behaviour more appropriate.
The text was updated successfully, but these errors were encountered:
In sentences like
I'm gonna send an invitation
spacy recognizesgonna
as an adverb. This messes up dependency parsing. Stanford instead tokenizesgonna
as two tokens (gon=VBG, na=TO), so its behaves likegoing to
. I found this behaviour more appropriate.The text was updated successfully, but these errors were encountered: