Skip to main content

Package for Entity Linking using WikiPedia

Project description

Entity Linking via WikiPedia

This package is used to perform Entity Linking based on Wikipedia based on user's input sentence.

Check out below github page for more details:

https://github.com/Soumyadipta-Maiti/Package-Creation

Installation of Package

pip install entitylinking-wikipedia

Sample Coding using this Package

from entitylinking_wikipedia import *

import pandas as pd

final_out = pd.DataFrame()

final_out = Entity_Linking_via_Wikipedia('I work at IBM in Kolkata in India.')

print(final_out)

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

entitylinking_wikipedia-0.0.8.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

entitylinking_wikipedia-0.0.8-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page