AMontgomerie/bulgarian-nlp
POS tagging and NER for Bulgarian
This helps computational linguists and data scientists automatically understand Bulgarian text by identifying parts of speech and named entities. You input Bulgarian sentences, and it outputs a structured breakdown of words with their grammatical roles (like noun or verb) and recognized entities (like locations or organizations). This is ideal for anyone working with Bulgarian language data for analysis or processing.
No commits in the last 6 months.
Use this if you need to programmatically extract grammatical information or identify key entities like names, places, and organizations from Bulgarian text.
Not ideal if you need highly accurate identification of product names or event types, as it has known limitations in those areas.
Stars
8
Forks
2
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 28, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/AMontgomerie/bulgarian-nlp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dnanhkhoa/python-vncorenlp
A Python wrapper for VnCoreNLP using a bidirectional communication channel.
datquocnguyen/RDRPOSTagger
A fast and accurate POS and morphological tagging toolkit (EACL 2014)
OpenSextant/SolrTextTagger
A text tagger based on Lucene / Solr, using FST technology
ankane/informers
Fast transformer inference for Ruby
bentrevett/pytorch-pos-tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.