Domanda

In Ruby, there is this this nice Stanford Core NLP integration gem which simply acts as a bridge to the JVM version. In Python, there is this one, which while slightly more complicated, appears to do basically the same thing.

Does anyone know if there is a way to do this in PHP?

È stato utile?

Soluzione

In a past project, we tried searching for a PHP library that would work well with Core NLP to no avail. We ended up writing our own wrapper by creating methods that would just run an exec command and get us some of the base functionality we needed.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top