A lightweight library for entity linking in Greek.
Project description
Lightweight entity linking solution for Greek language.
Please consider citing our works if you use code from this repository. Also, we recommend using a Colab T4 GPU for faster results.
Main dependencies
- python>=3.10
- numpy==1.26.4
- SPARQLWrapper==2.0.0
- sentence_transformers==3.1.1
- aiohttp==3.9.5
- openai==1.55.3
- httpx==0.28.1
- beautifulsoup4==4.12.2
- nest_asyncio==1.5.8
Example & Usage
from linking import main
# Your API token which can be found here (https://github.com/marketplace/models/azure-openai/gpt-4o)
api_token = "YOUR_API_TOKEN"
main.EL(api_token=api_token,
sentence="Χάρη στην ΕΦΓ, μια μηχανή μπορεί να 'καταλάβει' το περιεχόμενο των εγγράφων, συμπεριλαμβανομένων των αποχρώσεων του πλαισίου των της γλώσσας σε αυτά.",
mention="ΕΦΓ",
single="No",
combination="No",
embedding_model="intfloat/multilingual-e5-large-instruct")
The correct entity for 'ΕΦΓ' is:
Wikipedia: https://el.wikipedia.org/wiki/Επεξεργασία_φυσικής_γλώσσας
Wikidata: https://www.wikidata.org/wiki/Q30642
DBpedia: http://dbpedia.org/resource/Natural_language_processing
Execution Time: 00:00:29
Parameters
- api_token: Your API token from here. (Required)
- sentence: A Greek text. (Required)
- mention: The mention you want to perform the linking, the mention should be from inside the provided sentence. (Required)
- single: Usually used for difficult mentions, it searches each word of the mention individually, (deafult="No"), (Values: "Yes", "No"). (Optional)
- combination: Usually used for difficult mentions, it makes combinations for each word of the mention, (deafult="No"), (Values: "Yes", "No"). (Optional)
- embedding_model: A sentence-transformers model to perform text similarity, (deafault="intfloat/multilingual-e5-large-instruct"), (Values: str of the name of any sentence-transformers model that supports Greek). (Optional)
Licence
This library is licensed under the CC-BY-NC 4.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_entity_linking_el-0.1.8.tar.gz.
File metadata
- Download URL: py_entity_linking_el-0.1.8.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
611166065ccb10c5fadd6fa07af11e8824b1c692518ac34562ea01c02634f481
|
|
| MD5 |
3876b6a8d8a86807394a2f02dd9017b8
|
|
| BLAKE2b-256 |
4e4142ba1a87f5f39c051d7445dd0991636b69182520baf8b2b5ff353b2292e8
|
File details
Details for the file py_entity_linking_el-0.1.8-py3-none-any.whl.
File metadata
- Download URL: py_entity_linking_el-0.1.8-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d12043fa7a3583cc3444b7d9667af1a071a25ff67c1b45d8f1ae404d8241d300
|
|
| MD5 |
db9a65a53f348ab38ccbd0085b6936a9
|
|
| BLAKE2b-256 |
ff5eb0a60cebb1bbb94e44d2672fd2508d144eba49bf132ea7396b320add967b
|