基本信息
源码名称:Python-jieba3k
源码大小:10.20M
文件格式:.zip
开发语言:Python
更新时间:2023-06-15
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
Python-jieba3k
文件清单
└── jieba-jieba3k
├── Changelog
├── extra_dict
│ ├── dict.txt.big
│ ├── dict.txt.small
│ ├── idf.txt.big
│ └── stop_words.txt
├── jieba
│ ├── analyse
│ │ ├── analyzer.py
│ │ ├── idf.txt
│ │ ├── __init__.py
│ │ └── textrank.py
│ ├── dict.txt
│ ├── finalseg
│ │ ├── __init__.py
│ │ ├── prob_emit.p
│ │ ├── prob_emit.py
│ │ ├── prob_start.p
│ │ ├── prob_start.py
│ │ ├── prob_trans.p
│ │ └── prob_trans.py
│ ├── __init__.py
│ ├── __main__.py
│ └── posseg
│ ├── char_state_tab.p
│ ├── char_state_tab.py
│ ├── __init__.py
│ ├── prob_emit.p
│ ├── prob_emit.py
│ ├── prob_start.p
│ ├── prob_start.py
│ ├── prob_trans.p
│ ├── prob_trans.py
│ └── viterbi.py
├── LICENSE
├── MANIFEST.in
├── README.md
├── setup.py
└── test
├── 2to3.diff
├── auto2to3
├── demo.py
├── extract_tags_idfpath.py
├── extract_tags.py
├── extract_tags_stop_words.py
├── extract_tags_with_weight.py
├── extract_topic.py
├── foobar.txt
├── jiebacmd.py
├── jieba_test.py
├── lyric.txt
├── parallel
│ ├── extract_tags.py
│ ├── test2.py
│ ├── test_cut_for_search.py
│ ├── test_file.py
│ ├── test_pos_file.py
│ ├── test_pos.py
│ └── test.py
├── test_bug.py
├── test_change_dictpath.py
├── test_cutall.py
├── test_cut_for_search.py
├── test_file.py
├── test_multithread.py
├── test_no_hmm.py
├── test_pos_file.py
├── test_pos_no_hmm.py
├── test_pos.py
├── test.py
├── test_tokenize_no_hmm.py
├── test_tokenize.py
├── test.txt
├── test_userdict.py
├── test_whoosh_flie.py
├── test_whoosh_flie_read.py
├── test_whoosh.py
└── userdict.txt
8 directories, 71 files
Python-jieba3k
文件清单
└── jieba-jieba3k
├── Changelog
├── extra_dict
│ ├── dict.txt.big
│ ├── dict.txt.small
│ ├── idf.txt.big
│ └── stop_words.txt
├── jieba
│ ├── analyse
│ │ ├── analyzer.py
│ │ ├── idf.txt
│ │ ├── __init__.py
│ │ └── textrank.py
│ ├── dict.txt
│ ├── finalseg
│ │ ├── __init__.py
│ │ ├── prob_emit.p
│ │ ├── prob_emit.py
│ │ ├── prob_start.p
│ │ ├── prob_start.py
│ │ ├── prob_trans.p
│ │ └── prob_trans.py
│ ├── __init__.py
│ ├── __main__.py
│ └── posseg
│ ├── char_state_tab.p
│ ├── char_state_tab.py
│ ├── __init__.py
│ ├── prob_emit.p
│ ├── prob_emit.py
│ ├── prob_start.p
│ ├── prob_start.py
│ ├── prob_trans.p
│ ├── prob_trans.py
│ └── viterbi.py
├── LICENSE
├── MANIFEST.in
├── README.md
├── setup.py
└── test
├── 2to3.diff
├── auto2to3
├── demo.py
├── extract_tags_idfpath.py
├── extract_tags.py
├── extract_tags_stop_words.py
├── extract_tags_with_weight.py
├── extract_topic.py
├── foobar.txt
├── jiebacmd.py
├── jieba_test.py
├── lyric.txt
├── parallel
│ ├── extract_tags.py
│ ├── test2.py
│ ├── test_cut_for_search.py
│ ├── test_file.py
│ ├── test_pos_file.py
│ ├── test_pos.py
│ └── test.py
├── test_bug.py
├── test_change_dictpath.py
├── test_cutall.py
├── test_cut_for_search.py
├── test_file.py
├── test_multithread.py
├── test_no_hmm.py
├── test_pos_file.py
├── test_pos_no_hmm.py
├── test_pos.py
├── test.py
├── test_tokenize_no_hmm.py
├── test_tokenize.py
├── test.txt
├── test_userdict.py
├── test_whoosh_flie.py
├── test_whoosh_flie_read.py
├── test_whoosh.py
└── userdict.txt
8 directories, 71 files