4

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,

user3156386
  • 157
  • 1
  • 6

1 Answers1

0

You can use PHP NLP Tools. It is a library for natural language processing written in php. Its development is driven by your needs for text classification, clustering, tokenizing, stemming etc.

Hamid Ghorashi
  • 1,003
  • 3
  • 14
  • 29