Download the PHP package agentile/php-stanford-nlp without Composer
On this page you can find all versions of the php package agentile/php-stanford-nlp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package php-stanford-nlp
PHP-Stanford-NLP
PHP interface to Stanford NLP Tools (POS Tagger, NER, Parser)
This library was tested against individual jar files for each package version 3.8.0 (english).
It was NOT built for use with the Stanford CoreNLP.
Installation
This library requires PHP 5.3 or later.
It is available via Composer as agentile/php-stanford-nlp.
You may also clone this repository, then require or include its autoload.php file.
POS Tagger
https://nlp.stanford.edu/software/tagger.html#Download
Mimicks http://nltk.org/_modules/nltk/tag/stanford.html#StanfordTagger
Example Usage
See examples here
NER Tagger
https://nlp.stanford.edu/software/CRF-NER.shtml#Download
Mimicks http://nltk.org/_modules/nltk/tag/stanford.html#StanfordTagger
Example Usage
Parser
https://nlp.stanford.edu/software/lex-parser.shtml#Download