Closed Zera97 closed 4 years ago
@Zera97 , Check out the wiki article https://github.com/yooper/php-text-analysis/wiki/Entity-Extraction-with-PHP
Thank you for your Response!
I installed the jar and classifier manually according to the Wiki, since i couldnt figure out, how to use the command. I also tested the jar with the shell which was working.
If you could give me a some advice on how to use the shell command, i would try to install the NER files this way.
@Zera97 , I will reach out to you later today with a write up, on how to make it work.
Cheers,
I'm about to install the jar and classifier manually myself, according to the Wiki. is there something additional I will need to know? : )
Here's a fix for your directions:
php textconsole pta:package:install stanford_ner_tagger
should be:
php textconsole pta:install:package stanford_ner_tagger
and you need to be in the ./vendor/yooper/php-text-analysis directory.
Hopefully this helps someone else.
Hey,
i've started working with your wrapper for the "Stanford Named Entity Extraction", but all i get returned is an empty array. Also there are no error messages.
This is my Code: