资 源 简 介
Chinese Natural Language Statistical Toolkit, CNLSTK
本研究的目的在建立中文自然語言統計處理工具(Chinese Natural Language Statistical Toolkit, CNLSTK)。針對中文語言研究所需,將純文字標記檔案,處理成可支援各項中文語言研究的語料庫,並且在語料庫之上,開發方便的檢索、探勘、分析等工具,以建立一個專門針對中文自然語言處理的研究資源。
The python package, cnlstk, is a natural language processing search tool for character-based texts, such as Chinses, Japanese, Korean, etc.
最新消息 / News
2001/12/08 update cnlstk-0.1.0-py2.6.egg (patch-01)
2001/12/08 update cnlstk-0.1.0.zip
安裝 / Install
download the latest version of cnlstk egg files. (cnlstk-0.1.0-py2.6.egg)
easy_install cnlstk-0.1.0-py2.6.egg
Python easy_install links:
Chinese: http://ez2learn.com/index.php/python-tutorials/advance-tutorials/175-easyinstall
English: http://packages.python.org/distribute/easy_install.html
移除 / Uninstall
remove cnlstk from site-packages/
使用範例 / How