Stanford Parser and NLTK

后端 未结 18 2349
既然无缘
既然无缘 2020-11-22 01:32

Is it possible to use Stanford Parser in NLTK? (I am not talking about Stanford POS.)

18条回答
  •  梦如初夏
    2020-11-22 02:27

    A new development of the Stanford parser based on a neural model, trained using Tensorflow is very recently made available to be used as a python API. This model is supposed to be far more accurate than the Java-based moel. You can certainly integrate with an NLTK pipeline.

    Link to the parser. Ther repository contains pre-trained parser models for 53 languages.

提交回复
热议问题