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
I managed to isolate a reproducible test case (at least I hope you can reproduce it), where "everybody" does not get expanded to "everybody has". There may be other words in this category and when I find them, I will post further:
const str = `We're somewhere now with everything that everybody's creating, and we're trying to get the question answered: What's next?`
const doc = nlp(str);
doc.debug();
As you can see "everybody's" is not expanded. I have tested other sentences and that word does get expanded, but I have not figured out what it is about sentences like the one above that are the source of the problem.
The text was updated successfully, but these errors were encountered:
I managed to isolate a reproducible test case (at least I hope you can reproduce it), where "everybody" does not get expanded to "everybody has". There may be other words in this category and when I find them, I will post further:
I get this as output for the
debug()
command:As you can see "everybody's" is not expanded. I have tested other sentences and that word does get expanded, but I have not figured out what it is about sentences like the one above that are the source of the problem.
The text was updated successfully, but these errors were encountered: