fxsjy / jieba

结巴中文分词

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问这个库的授权

felixonmars opened this issue · comments

是GPL GPLv3 MIT 还是其他协议?
希望能指出, 谢谢!

此外如果dict.txt的来源有不同授权, 也希望能指出.

jieba准备用MIT License,足够简单,限制少。

dict.txt的来源是网上搜索来的语料拼成的杂烩,包括1998人民日报,msr语料,此外我还训练了一些小说,用ictclas免费版分词后存成txt,然后在用python统计词频。

Copyright (C)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

多谢 :)
我做了个简单的打包放在AUR上: https://aur.archlinux.org/packages.php?ID=63271

x谢谢,问下这个的使用手册是否还可以做详细点?