web64/php-nlp-client
PHP Client for NLP Server
This tool helps web developers working with PHP applications to easily integrate various natural language processing (NLP) capabilities. It takes raw text or web content (like articles from a URL) and outputs structured information such as detected languages, extracted entities (people, organizations), sentiment scores, or summarized text. A PHP developer building content management systems, marketing tools, or data analysis applications would find this useful.
No commits in the last 6 months.
Use this if you are a PHP developer needing to add multilingual text analysis features like entity extraction or sentiment analysis to your web application without implementing complex NLP algorithms from scratch.
Not ideal if you need deep customization of NLP models or prefer to work directly with Python or Java NLP libraries.
Stars
74
Forks
16
Language
PHP
License
MIT
Category
Last pushed
Jun 14, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/web64/php-nlp-client"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yooper/php-text-analysis
PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language...
VisualText/nlp-engine
NLP engine code
kolloldas/EasyNLU
Simple embedded NLU for mobile apps
proycon/LaMachine
LaMachine - A software distribution of our in-house as well as some 3rd party NLP software -...
web64/laravel-nlp
Laravel wrapper for common NLP tasks