agentile / PHP-Stanford-NLP

PHP interface to Stanford NLP tools (POS Tagger, NER, Parser)
168 stars 51 forks source link

Fix "outputs first sentence only" bug. #16

Closed rraub closed 7 years ago

rraub commented 8 years ago

This addresses https://github.com/agentile/PHP-Stanford-NLP/issues/15 However the output of tag will now have one more dimension of the array returned to account for multiple sentences.

agentile commented 7 years ago

@rraub Thanks, updated.