spaCy 1.5.0 发布了,spaCy 是一个 Python 和 CPython 的 NLP 自然语言文本处理库。
主要改进:
NEW: Alpha support for Swedish tokenization.
NEW: Alpha support for Hungarian tokenization.
Update language data for Spanish tokenization.
Speed up tokenization when no data is preloaded by caching the first 10,000 vocabulary items seen.
软件详情:https://github.com/explosion/spaCy/releases
下载地址:https://github.com/explosion/spaCy/archive/v1.5.0.zip
来自:开源中国社区

