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
doc._.coref_clusters returned from doc=nlp('Who ate the cake? Was it the cat?') is [the cake: [the cake, it]], with the default greedyness value of 0.5. For larger values, the correct reference to "who" still can't be returned.
What're some possible ways to fix this kind of problem? Thanks!
The text was updated successfully, but these errors were encountered:
doc._.coref_clusters
returned fromdoc=nlp('Who ate the cake? Was it the cat?')
is[the cake: [the cake, it]]
, with the default greedyness value of 0.5. For larger values, the correct reference to "who" still can't be returned.What're some possible ways to fix this kind of problem? Thanks!
The text was updated successfully, but these errors were encountered: