搜狗分词工具
Project description
搜狗分词工具
python版(有node版)
安装
pip install sougou_fenci
command-line
$ sougou_fenci 武汉市长江大桥 -> 武汉市 n 长江 n 大桥 n
code
import sougou_fenci
resp = sougoou_fenci.get_fenci("武汉市长江大桥")
for result_item in resp.result:
print(row_format.format(result_item[0], result_item[1]))
# 结 果
# 武汉市 n
# 长江 n
# 大桥 n
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sougou_fenci-1.1.5.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file sougou_fenci-1.1.5.tar.gz
.
File metadata
- Download URL: sougou_fenci-1.1.5.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.13.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c17b91beb5e5c2bc366ae2b8cd4482fe53083ccf1900cf640c79c6dd8e38e2c7 |
|
MD5 | 278685e905cb1d81b6c44bd2b34e494c |
|
BLAKE2b-256 | 41ef5b6bb62eef0fce63213f4edf3e738c1b5b3a61fbedb1d94f91e00bb40c48 |
File details
Details for the file sougou_fenci-1.1.5-py3-none-any.whl
.
File metadata
- Download URL: sougou_fenci-1.1.5-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.13.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24bfc6b93335b6d58de7e1e37bab215deafb6f2c37b8427db26e6eecfd6f6c6a |
|
MD5 | 65b1769592a77eceb1b55638ad8c3869 |
|
BLAKE2b-256 | 7e4ae2dbca3d21e089de098fcb791f504e2b976c5ec7f6ee86e7e23171192a5e |