soheil-mp/Hidden-Markov-Model-POS
Hidden Markov Model Part of Speech (POS) Tagger Project
This project helps natural language processing practitioners automatically identify the grammatical role of each word in a piece of text. You input raw text, and it outputs the same text with each word labeled as a noun, verb, adjective, etc. This is useful for linguists, data scientists working with text, and anyone needing to analyze language for tasks like speech synthesis or information retrieval.
No commits in the last 6 months.
Use this if you need to quickly and accurately determine the part of speech for words in a text corpus to support more advanced language processing tasks.
Not ideal if you are looking for a tool that performs higher-level semantic analysis or directly translates languages.
Stars
8
Forks
9
Language
HTML
License
MIT
Category
Last pushed
Nov 10, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/soheil-mp/Hidden-Markov-Model-POS"
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.