Search for 'other' peoples names also mentioned in article?

By pagetribe

Is there a way to search an entire article to return peoples names mentioned in that article? I would like to add a list of peoples names mentioned in an article and the bottom of the article eg. "Article on A", mentions "Person, A, B & C"

 

Filed Under:

article_getTopics

pagetribe,

The API article_getTopics returns you the topics mentioned in the article.

You can use one of the following 2 values as an input to the article_id parameter for this call:

  • url -- The exact URL to the article that was published by the source in their RSS feed.
  • article_id -- the daylife article id

Plus, you can filter for types of topics say (only people and organization) by using include_topic_type=person&include_topic_type=organization . The valid topic types for the system are listed here - http://cookbook.daylife.com/node/101

-- Vineet

 

 

Not all peoples names show up under topics

I have been testing the above and noticed that some 'persons' are often not shown. For example from: article_id: 069A1IKcQX6g1 returns only: PLACE Sydney and no PEOPLE

excerpt from article: "Associate Professor Paul Goldwater from the Women's and Children's Hospital...Dr Karen Waters from Sydney's Westmead Hospital says..."

I cant seem to see these two people in the returned PEOPLE variable?

Are the only people returned from article_getTopics people that are also linked in your database and not people's names in general?

not all names are topics

pagetribe,

 

Not all names are topics in our system.

 

Vineet

 

Great! that worked.

Thanks.