You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
{
|
|
|
|
|
"name": "fukuball/jieba-php",
|
|
|
|
|
"type": "library",
|
|
|
|
|
"description": "結巴中文分詞(PHP 版本):做最好的 PHP 中文分詞、中文斷詞組件",
|
|
|
|
|
"keywords": ["Jieba", "PHP"],
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"version": "0.33",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "fukuball",
|
|
|
|
|
"email": "fukuball@gmail.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">= 5.3"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "4.4.1",
|
|
|
|
|
"satooshi/php-coveralls": "dev-master",
|
|
|
|
|
"squizlabs/php_codesniffer": "1.5.6"
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"files": [
|
|
|
|
|
"src/class/Jieba.php",
|
|
|
|
|
"src/class/JiebaAnalyse.php",
|
|
|
|
|
"src/class/Finalseg.php",
|
|
|
|
|
"src/class/Posseg.php",
|
|
|
|
|
"src/vendor/multi-array/MultiArray.php",
|
|
|
|
|
"src/vendor/multi-array/Factory/MultiArrayFactory.php"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|