nai-php/NaiPosTagger
A part of speech tagger written in PHP.
This tool helps developers integrate natural language understanding into their PHP applications. It takes plain text input, like user messages, and identifies the grammatical role of each word (e.g., noun, verb, adjective). This output can then power features like chatbots, personal assistants, or keyword extraction, allowing applications to better interpret user input.
No commits in the last 6 months.
Use this if you are a PHP developer building applications that need to understand the grammatical structure of English text, especially for tasks like chatbots or keyword extraction.
Not ideal if you need a solution for a language other than English, require advanced machine learning-based natural language processing, or are not working in PHP.
Stars
14
Forks
2
Language
PHP
License
MIT
Category
Last pushed
Sep 16, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/nai-php/NaiPosTagger"
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.