Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] POSTagger: Specify which adj relate to which nouns

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

Re: [Illinois-ml-nlp-users] POSTagger: Specify which adj relate to which nouns


Chronological Thread 
  • From: "Sammons, Mark" <mssammon AT illinois.edu>
  • To: Sean Dunagan <dunagan5887 AT gmail.com>, "illinois-ml-nlp-users AT cs.uiuc.edu" <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: Re: [Illinois-ml-nlp-users] POSTagger: Specify which adj relate to which nouns
  • Date: Tue, 15 May 2012 20:01:00 +0000
  • Accept-language: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Hi, Sean.

That kind of information comes from parsers -- e.g. dependency parsers like Easy-First
(http://www.cs.bgu.ac.il/~yoavg/software/easyfirst/).  Constituency parsers give similar information but use a different representation; Stanford's parser (http://nlp.stanford.edu/software/lex-parser.shtml) has both constituency and dependency modes; the Berkeley parser (http://code.google.com/p/berkeleyparser/) is reported to be the best-performing constituency parser. 

Regards,

Mark


From: illinois-ml-nlp-users-bounces AT cs.uiuc.edu [illinois-ml-nlp-users-bounces AT cs.uiuc.edu] on behalf of Sean Dunagan [dunagan5887 AT gmail.com]
Sent: Tuesday, May 15, 2012 2:44 PM
To: illinois-ml-nlp-users AT cs.uiuc.edu
Subject: [Illinois-ml-nlp-users] POSTagger: Specify which adj relate to which nouns

I am wondering if there is a way to inspect which adjectives/verbs relate to which nouns?

For example, take the following sentence:

Sean programs a green circle.

Is there a way to get the POS tagger to indicate that "programs" relates to "Sean" and "green" relates to "circle" in this sentence?

Thanks,
Sean



Archive powered by MHonArc 2.6.16.

Top of Page