Name | entity-linking-alpha JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | A library for entity linking |
upload_time | 2024-11-25 09:30:03 |
maintainer | None |
docs_url | None |
author | Nikolas |
requires_python | ==3.11 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Lightweight entity linking solution.
**Please consider citing our works if you use code from this repository.**
## Main dependencies
* python==3.11
* numpy==1.26.4
* SPARQLWrapper==2.0.0
* sentence_transformers==3.1.1
* aiohttp==3.9.5
* openai==1.54.2
* beautifulsoup4==4.12.2
* fake-useragent==1.5.1
## Examples & Usage
```
from main import navia
# Your API token which can be found here (https://github.com/marketplace/models/azure-openai/gpt-4o)
api_token = "YOUR_API_TOKEN"
EL(api_token=api_token, sentence="We used PCA and FA for our experiments.", mention="PCA", single="No", combination="No", disambiguation="No", embedding_model="Lajavaness/bilingual-embedding-large")
```
```
Wikipedia: https://en.wikipedia.org/wiki/Principal_component_analysis
Wikidata: https://www.wikidata.org/wiki/Q2873
DBpedia: http://dbpedia.org/resource/Principal_component_analysis
Execution Time: 00:00:18
```
## Licence
This library is licensed under the CC-BY-NC 4.0 license.
Raw data
{
"_id": null,
"home_page": null,
"name": "entity-linking-alpha",
"maintainer": null,
"docs_url": null,
"requires_python": "==3.11",
"maintainer_email": null,
"keywords": null,
"author": "Nikolas",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/dd/7a/99c66cc3ce9dca94a069e16045322b259f02cd4bd5f62e96cb08c6ae1856/entity_linking_alpha-0.0.1.tar.gz",
"platform": null,
"description": "Lightweight entity linking solution.\r\n\r\n**Please consider citing our works if you use code from this repository.**\r\n\r\n## Main dependencies\r\n* python==3.11\r\n* numpy==1.26.4\r\n* SPARQLWrapper==2.0.0\r\n* sentence_transformers==3.1.1\r\n* aiohttp==3.9.5\r\n* openai==1.54.2\r\n* beautifulsoup4==4.12.2\r\n* fake-useragent==1.5.1\r\n\r\n## Examples & Usage\r\n\r\n```\r\nfrom main import navia\r\n\r\n# Your API token which can be found here (https://github.com/marketplace/models/azure-openai/gpt-4o)\r\napi_token = \"YOUR_API_TOKEN\"\r\n\r\nEL(api_token=api_token, sentence=\"We used PCA and FA for our experiments.\", mention=\"PCA\", single=\"No\", combination=\"No\", disambiguation=\"No\", embedding_model=\"Lajavaness/bilingual-embedding-large\")\r\n```\r\n\r\n```\r\nWikipedia: https://en.wikipedia.org/wiki/Principal_component_analysis\r\n\r\nWikidata: https://www.wikidata.org/wiki/Q2873\r\n\r\nDBpedia: http://dbpedia.org/resource/Principal_component_analysis\r\n\r\nExecution Time: 00:00:18\r\n```\r\n\r\n## Licence\r\nThis library is licensed under the CC-BY-NC 4.0 license.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A library for entity linking",
"version": "0.0.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "15357351b2988d29738b99bb477cfa62bbd21adb140e19ce93d6d51a5026f9b2",
"md5": "e6ad8953c94386e6b210d08e72b9a0fb",
"sha256": "48b286fe1e58081ef8ca8ae874f31b5bad97b3eed8ee75c3007c55432d9d446c"
},
"downloads": -1,
"filename": "entity_linking_alpha-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e6ad8953c94386e6b210d08e72b9a0fb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "==3.11",
"size": 13766,
"upload_time": "2024-11-25T09:30:01",
"upload_time_iso_8601": "2024-11-25T09:30:01.910890Z",
"url": "https://files.pythonhosted.org/packages/15/35/7351b2988d29738b99bb477cfa62bbd21adb140e19ce93d6d51a5026f9b2/entity_linking_alpha-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dd7a99c66cc3ce9dca94a069e16045322b259f02cd4bd5f62e96cb08c6ae1856",
"md5": "25b147c816b516455e5caf4eaacea98d",
"sha256": "d92ae1cab9f40d11579e26f507a9bebf3ef0509a8c6edb9348f980f3bf91ad6f"
},
"downloads": -1,
"filename": "entity_linking_alpha-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "25b147c816b516455e5caf4eaacea98d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "==3.11",
"size": 13352,
"upload_time": "2024-11-25T09:30:03",
"upload_time_iso_8601": "2024-11-25T09:30:03.226719Z",
"url": "https://files.pythonhosted.org/packages/dd/7a/99c66cc3ce9dca94a069e16045322b259f02cd4bd5f62e96cb08c6ae1856/entity_linking_alpha-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-25 09:30:03",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "entity-linking-alpha"
}