|
|
Subject:
Coreference finding in Perl
Category: Computers > Programming Asked by: dave544-ga List Price: $50.00 |
Posted:
04 Oct 2006 15:16 PDT
Expires: 03 Nov 2006 14:16 PST Question ID: 770837 |
I would like a perl module (even if it's just a wrapper) to identify what pronouns refer to (entity recognition). Eg: The car belongs to Billy because he's the guy who painted it. It would work out that "he" refers to Billy, "it" refers to the car and perhaps "the guy" referring to Billy too. I'm aware there's a few alternatives available for this in Java like GATE, JavaRAP but I need something I can control from my perl code. |
|
There is no answer at this time. |
|
Subject:
Re: Coreference finding in Perl
From: frankcorrao-ga on 04 Oct 2006 20:07 PDT |
perhaps the lingua::LinkParser can do it for you? I can't see what link types are defined in lingua::LinkParser::Defintions, but if a pronoun linkage is defined, perhaps this will work. Worst case, you can use Inline::Java http://search.cpan.org/~patl/Inline-Java-0.51/Java.pod It is very straightfoward. |
Subject:
Re: Coreference finding in Perl
From: frankcorrao-ga on 04 Oct 2006 20:08 PDT |
oops, forgot lingua link: http://search.cpan.org/src/DBRIAN/Lingua-LinkParser-1.09/README |
Subject:
Re: Coreference finding in Perl
From: dave544-ga on 05 Oct 2006 22:55 PDT |
Interesting module. At first look it doesn't seem to want to help me here. It outputs the same for The car belongs to Billy because he's the guy who painted it. and The car belongs to Billy because John's the guy who painted it. But I'll look into it further. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |