Identifying Cataphora and Anaphora using the Stanford Parser
Can the Stanford Parser find instances of cataphora and anaphora in a given set of sentences?
Are there a开发者_如何学Pythonny alternative open-source (or proprietary) software packages that are capable of coreference resolution?
The Stanford Parser can't do this, but the coreference resolution system packaged in Stanford's CoreNLP can.
精彩评论