yooper/php-text-analysis
PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language
Provides modular NLP pipelines with pluggable components—tokenizers (General, PennTreeBank), stemmers (Porter, Morph), and classifiers (Naive Bayes)—plus specialized algorithms like RAKE for keyword extraction and VADER for sentiment analysis. The library uses functional helper methods wrapping object-oriented implementations, allowing quick prototyping via shortcuts like `tokenize()`, `stem()`, and `rake()` while supporting custom parameter injection for advanced use cases. Installable via Composer and designed for text mining workflows ranging from corpus analysis to document classification.
531 stars. No commits in the last 6 months.
Stars
531
Forks
91
Language
PHP
License
MIT
Category
Last pushed
Dec 28, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yooper/php-text-analysis"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
kolloldas/EasyNLU
Simple embedded NLU for mobile apps
web64/php-nlp-client
PHP Client for NLP Server
VisualText/nlp-engine
NLP engine code
proycon/LaMachine
LaMachine - A software distribution of our in-house as well as some 3rd party NLP software -...
anuragmishra1/alter-nlu
Natural language understanding library for chatbots with intent recognition and entity extraction.