I'm developing tool for text processing using OpenNLP. I want to know if
OpenNLP provide library to do 'anaphora resolution'.
I've read documentation provided by apache but none of them about
anaphora resolution.
What package should I use and what step I should do so that I can
produce output like the following sample?
My sample sentence is "If *we* don't do *it* now, Australia is going to
be in deficit and debt into the next century."
I need to replace *we* and *it* in sentence to become "If *Australia*
don't do *spending cuts* now, Australia is going to be in deficit and
debt into the next century."
Thanks.
Khairul Fahmi
- Anaphora Resolution in OpenNLP Khairul Fahmi
-