I am building a web application in php and I want to use natural language processing tools. I found the OpenNLP library but it is all java and I really have no experience with java.
I would like to use OpenNLP as a web service where I can deliver text and recieve the founded named-entities. Do I need to learn java or is their something out that I can use? I can't find it and I am looking for hours now.
Thanks in advance,