KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
php-jieba-ext
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
WiresharkKerberosPKIDissector
:
Wireshark Kerberos PKI Dissector
blog_lyfe
:
No description available.
sticky-navbar-tutorial
:
Tutorial code from rohitdalal.com
lh-metrics-analysis
:
Tools to analyze trends in HTTP Archive's Lighthouse data
hasgo2
:
Hasgo, but with actual generics
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
php-jieba-ext
?
Download (.md)
# 结巴分词 [](https://github.com/limingxinleo/php-jieba-ext/actions/workflows/test.yml) 鸣谢 [yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba) ## 安装 ``` g++ -o libjieba.so -fPIC -c -DLOGGING_LEVEL=LL_WARNING -I./include/ lib/jieba.cpp phpize ./configure make ``` ## 使用 使用方法详见 examples