I am working on a ML problem for which I need list of all the "anchor text"s whose link points to a particular wikidata entity.
for example : For desired entity "Federal Reserve"(Q2044983). Links to this entity may appear in many pages(other entity descriptions) in Wikipedia. And these links may have different anchor text like below-
- 'U.S. Federal Reserve Board'
- 'Fed'
- 'U.S. Federal Reserve System'
- 'Federal Reserve Bank' etc.
I need to extract the above anchor texts.
Current Progress : I am currently trying with wikidata to get these, but have not been successful. Any help is much appreciated.