DennisDeSwart/php-stanford-corenlp-adapter
PHP adapter for Stanford CoreNLP
This tool helps PHP developers integrate powerful natural language processing (NLP) capabilities into their applications. It takes raw text as input and produces detailed linguistic annotations, such as part-of-speech tags, named entities, dependency parses, and subject-relation-object tuples. This is useful for backend PHP developers building applications that need to understand and extract information from human language.
No commits in the last 6 months.
Use this if you are a PHP developer who needs to add advanced text analysis features like sentiment analysis, information extraction, or semantic search to your PHP applications.
Not ideal if you are not a PHP developer or if you require an extremely lightweight solution for simple text processing tasks, as it relies on a separate Java-based NLP server.
Stars
26
Forks
5
Language
PHP
License
—
Category
Last pushed
Jan 01, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/DennisDeSwart/php-stanford-corenlp-adapter"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apache/opennlp
Apache OpenNLP
stanfordnlp/CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing,...
dkpro/dkpro-core
Collection of software components for natural language processing (NLP) based on the Apache UIMA...
stanfordnlp/python-stanford-corenlp
Python interface to CoreNLP using a bidirectional server-client interface.
apache/opennlp-sandbox
Apache OpenNLP Sandbox