musyoku/unsupervised-pos-tagging
教師なし品詞タグ推定
This helps computational linguists and natural language processing researchers automatically identify the grammatical function of words in text without needing pre-labeled examples. You provide raw text in languages like English or Japanese, and it outputs each word tagged with its part-of-speech (e.g., noun, verb, adjective). This is for those who analyze large text corpora and need to understand linguistic structure.
No commits in the last 6 months.
Use this if you need to analyze the grammatical structure of text but lack the time or resources to manually label data for training, especially for research into new languages or domains.
Not ideal if you already have access to large, labeled datasets for part-of-speech tagging or if you need highly precise results for common languages where supervised models excel.
Stars
16
Forks
2
Language
C++
License
—
Category
Last pushed
Mar 22, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/musyoku/unsupervised-pos-tagging"
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.