get key words from chinese content
Project description
iyake_cn
@Seon_Pan
get key words from chinese content
Example
from iyake_cn import get_S_t, get_key_words
txt = '这是一段简单的中文文本,可以从此提取出关键词,也可以换成其他文本,试试吧!'
df = get_S_t(txt)
words = get_key_words(df)
print(words)
More Detail: https://blog.csdn.net/zohan134
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
iyake_cn-0.5.5.tar.gz
(18.5 kB
view hashes)
Built Distribution
iyake_cn-0.5.5-py3-none-any.whl
(19.3 kB
view hashes)