Skip to content

MultiEL v0.4

Compare
Choose a tag to compare
@wannaphong wannaphong released this 29 Jun 11:29
· 12 commits to main since this release

MultiEL

Multilingual Entity Linking model by BELA model

This project want to create easy-to-use Multilingual Entity Linking model by BELA model.

Origin Project

Install

pip install multiel

Usage

from multiel import BELA

bela_run = BELA(device="cuda")

print(bela_run.process_batch(["นายกประยุทธ์ประกาศจัดการเลือกตั้ง"]))

Full Changelog: 0.3...0.4