izuna385/jel
Japanese Entity Linker.
This tool helps analyze Japanese text by identifying key entities like organizations or locations and linking them to their most likely Wikipedia entries. You input a Japanese sentence, and it returns recognized entities along with a ranked list of potential matches from Wikipedia, giving you context and disambiguation. This is ideal for researchers, analysts, or anyone working with large volumes of Japanese text who needs to accurately identify and understand specific mentions.
No commits in the last 6 months. Available on PyPI.
Use this if you need to automatically identify and link specific named entities in Japanese text to canonical entries like Wikipedia, helping to disambiguate terms and enrich your data.
Not ideal if your primary need is general text translation or if you are working with languages other than Japanese.
Stars
11
Forks
1
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 25, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/izuna385/jel"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chakki-works/seqeval
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)
Hironsan/anago
Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
jbesomi/texthero
Text preprocessing, representation and visualization from zero to hero.
hamelsmu/ktext
Utilities for preprocessing text for deep learning with Keras
asahi417/tner
Language model fine-tuning on NER with an easy interface and cross-domain evaluation. "T-NER: An...