python nlp开源工具包摸索(5)spacy

github:https://github.com/explosion/spaCy

主页:https://spacy.io/

  • 1、nlp能力

https://spacy.io/usage/linguistic-features#section-named-entities

POS Tagging

Dependency Parse

Named Entities

Tokenization

Sentence Segmentation

Rule-based Matching

  • 2、貌似可以训练模型
  • 3、准确率好像不错的样子

你可能感兴趣的:(文本)