jieba-php/composer.json at master - GitHub
文章推薦指數: 80 %
"結巴"中文分詞:做最好的PHP 中文分詞、中文斷詞組件。
/ "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the best PHP Chinese word ...
Skiptocontent
{{message}}
fukuball
/
jieba-php
Public
Notifications
Fork
245
Star
1.2k
Code
Issues
22
Pullrequests
2
Actions
Projects
0
Wiki
Security
Insights
More
Code
Issues
Pullrequests
Actions
Projects
Wiki
Security
Insights
Permalink
master
Branches
Tags
Couldnotloadbranches
Nothingtoshow
{{refName}}
default
Couldnotloadtags
Nothingtoshow
{{refName}}
default
jieba-php/composer.json
Gotofile
Gotofile
T
Gotoline
L
Copypath
Copypermalink
Thiscommitdoesnotbelongtoanybranchonthisrepository,andmaybelongtoaforkoutsideoftherepository.
Cannotretrievecontributorsatthistime
33lines(33sloc)
933Bytes
Raw
Blame
OpenwithDesktop
Viewraw
Viewblame
ThisfilecontainsbidirectionalUnicodetextthatmaybeinterpretedorcompileddifferentlythanwhatappearsbelow.Toreview,openthefileinaneditorthatrevealshiddenUnicodecharacters.
LearnmoreaboutbidirectionalUnicodecharacters
Showhiddencharacters
{
"name":"fukuball/jieba-php",
"type":"library",
"description":"結巴中文分詞(PHP版本):做最好的PHP中文分詞、中文斷詞組件",
"keywords":["Jieba","PHP"],
"license":"MIT",
"version":"0.33",
"authors":[
{
"name":"fukuball",
"email":"[email protected]"
}
],
"minimum-stability":"dev",
"require":{
"php":">=5.3"
},
"require-dev":{
"phpunit/phpunit":"~5.7|~6.0",
"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"
]
}
}
Copylines
Copypermalink
Viewgitblame
Referenceinnewissue
Go
Youcan’tperformthatactionatthistime.
Yousignedinwithanothertaborwindow.Reloadtorefreshyoursession.
Yousignedoutinanothertaborwindow.Reloadtorefreshyoursession.
延伸文章資訊
- 1GitHub - fukuball/jieba-php: "結巴"中文分詞
"結巴"中文分詞:做最好的PHP 中文分詞、中文斷詞組件。 / "Jieba" (Chinese for "to stutter") Chinese text segmentation: bui...
- 2fukuball jieba-php - ReleaseEye
結巴"中文分詞:做最好的PHP 中文分詞、中文斷詞組件。 / "Jieba" (Chinese for "to stutter") Chinese text segmentation: buil...
- 3Jieba-php by fukuball - "結巴"中文分詞
只要將字典切換為big 模式即可! "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the b...
- 4jieba繁體Jieba-PHP - QUEMDX
jieba繁體Jieba-PHP. 到了繁簡體轉換全部成為了雞肋。 詞庫較大。 結巴分詞是面向全體漢字分組的,先下載,C++,基於jieba 0.39,jieba.cut分詞三種模式jieba....
- 5PHP + Jieba (结巴)中文分词-菜鸟文章 - IT菜鸟
PHP + Jieba (结巴)中文分词. ... 设置PHP运行占用内存(最少500M) ... require_once "/path/to/your/vendor/multi-array/...