mediacloud / cliff-api-client

A Python client for the CLIFF geoparsing tool
MIT License
5 stars 5 forks source link

experiment with person disambiguation from "entity-linking" literature #2

Closed rahulbot closed 6 years ago

rahulbot commented 6 years ago

We only disambiguate places right now, even though we turn other entity types as well. I ran into this recent paper on SWAT - A System for Detecting Salient Wikipedia Entities in Texts, which tries to identify salient entities by linking them to Wikipedia entries (and lots more after that). While the live demo of SWAT didn't work well for me in terms of the salience aspect of news articles, we should check out some of the "entity linking" tools it links to.

I couldn't find links for the other two "salience" tools they mention: CMU-Google and SEL. Maybe those were just internal projects without public-facing APIs / code?

rahulbot commented 6 years ago

moved to the correct repo: https://github.com/mitmedialab/CLIFF/issues/57