douwojiao5919 2013-04-28 23:32
浏览 88
已采纳

在PHP中使用Stanford Core NLP?

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?

  • 写回答

1条回答 默认 最新

  • duanguo7021 2013-04-28 23:56
    关注

    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.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?