CKIP CoreNLP
Project description
CKIP CoreNLP Toolkit
Features
Sentence Segmentation
Word Segmentation
Part-of-Speech Tagging
Named-Entity Recognition
Constituency Parsing
Coreference Resolution
Git
PyPI
Documentation
Online Demo
Contributers
Wei-Yun Ma at CKIP (Maintainer)
Installation
Requirements
Python 3.6+
TreeLib 1.5+
CkipTagger 0.2.1+ [Optional, Recommended]
CkipClassic 1.0+ [Optional, Recommended]
TensorFlow / TensorFlow-GPU 1.13.1+ [Required by CkipTagger]
Driver Requirements
Driver |
Built-in |
CkipTagger |
CkipClassic |
---|---|---|---|
Sentence Segmentation |
✔ |
||
Word Segmentation† |
✔ |
✔ |
|
Part-of-Speech Tagging† |
✔ |
✔ |
|
Constituency Parsing |
✔ |
||
Named-Entity Recognition |
✔ |
||
Coreference Resolution‡ |
✔ |
✔ |
✔ |
† These drivers require only one of either backends.
‡ Coreference implementation does not require any backend, but requires results from word segmentation, part-of-speech tagging, constituency parsing, and named-entity recognition.
Installation via Pip
No backend (not recommended): pip install ckipnlp.
With CkipTagger backend (recommended): pip install ckipnlp[tagger] or pip install ckipnlp[tagger-gpu].
With CkipClassic Parser Client backend (recommended): pip install ckipnlp[classic].
With CkipClassic offline backend: Please refer https://ckip-classic.readthedocs.io/en/latest/main/readme.html#installation for CkipClassic installation guide.
Detail
See https://ckipnlp.readthedocs.io/ for full documentation.
License
Copyright (c) 2018-2023 CKIP Lab under the GPL-3.0 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ckipnlp-1.0.3.tar.gz
.
File metadata
- Download URL: ckipnlp-1.0.3.tar.gz
- Upload date:
- Size: 59.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84db6746ccd6a5a5e85c5abf52a096288596741010940bed3342469c6dc3f002 |
|
MD5 | 8b6b80c36b4c05d42877b246a07847dc |
|
BLAKE2b-256 | 579e1c7bd502277c0afada57fa7f45d11722b06b81c9717ef65e962f96556dd1 |
File details
Details for the file ckipnlp-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: ckipnlp-1.0.3-py3-none-any.whl
- Upload date:
- Size: 70.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c780ac44d437571a60256a34e59017218ece53786016730474e177cc1bf20f72 |
|
MD5 | 76476fa2af7cf49bfe170b28bad3ef56 |
|
BLAKE2b-256 | 9c2d96cc85efb0b41448dc913d4fac4188e4d0fd598e714ce0b925c9fac7c2c8 |