PyCKIP
中研院中文斷詞系統 Python API
Install / Use
/learn @ComposeAI/PyCKIPREADME
pyCKIP - 中研院中文斷詞系統 Python API
提供 中研院中文斷詞系統 <http://ckipsvr.iis.sinica.edu.tw/>_ 的 Python API 綁定
安裝
.. code-block:: bash
$ pip install ckip
使用方式
.. code-block:: python
from ckip import CKIP
client = CKIP('username', 'password')
# Return list of list of tuples, where each list item represents a sentence
# and each tuple having the format of (term, POS).
client.Segment('台新金控12月3日將召開股東臨時會進行董監改選。')
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Related Skills
node-connect
339.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
