Named Entity Recognition using Wikipedia API
Project description
Entity Recognition using Wikipedia API
This project uses Wikipedia's API to search a given keyword in the database. It resolves the keyword to its categories. A relevant snippet/ brief description about the subject is also returned.
Setup
pip install WikipediaCategoryResolver
Usage
from WikipediaCategoryResolver import Wiki
wiki = Wiki()
wiki.get_category('AWS')
#Example
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for WikipediaCategoryResolver-1.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 985ae31d4accda73b182eedd2a9de21f490611bba7efb168c0a2446c60d6f76d |
|
MD5 | 00684c3b849fc2cf0969c65ba9ea9baf |
|
BLAKE2b-256 | 0054bf3e5a67efe20c5dbc44b208006389b1d8d213db43ed37c847bece4f1d4e |