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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
"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"
]
}
}