Neutrino
67fa2e36e7
Update README.md update paddle link. ( #817 )
5 years ago
fxsjy
1e20c89b66
fix setup.py in python2.7
5 years ago
fxsjy
5704e23bbf
update version: 0.42
5 years ago
fxsjy
aa65031788
fix file mode
5 years ago
fxsjy
2eb11c8028
fix issue #810
5 years ago
JesseyXujin
d703bce302
paddle coredump exception fix ( #807 )
...
* paddle_null_point_fix
* add core expception note
* delete yield
* modify test paddle for supporting enable_paddle()
5 years ago
vissssa
dc2b788eb3
refactor: improvement check_paddle_installed ( #806 )
5 years ago
fxsjy
0868c323d9
update version in __init__.py
5 years ago
fxsjy
eb37e048da
update version to 0.41
5 years ago
JesseyXujin
381b0691ac
Add enable_paddle interface to install paddle and import packages ( #802 )
...
* enable_paddle_interface
* Add enable_paddle interface to install paddle and import packages
* Add enable_paddle interface to install paddle and import packages
* add posseg lcut for paddle mode
* fix vocabulary
5 years ago
fxsjy
97c32464e1
fix issue #798
5 years ago
Tim Gates
0489a6979e
Fix simple typo: vocabuary -> vocabulary ( #797 )
...
Closes #796
5 years ago
JesseyXujin
30ea8f929e
Simplify Paddle import check ( #795 )
5 years ago
JesseyXujin
0b74b6c2de
add jieba upgrade not in README.md and change import imp to import importlib in _compat.py ( #794 )
5 years ago
Sun Junyi
2fdee89883
Update README.md
5 years ago
JesseyXujin
17bab6a2d1
修改paddle版本检测报错机制 ( #790 )
5 years ago
Sun Junyi
80947ff843
Update Changelog
5 years ago
fxsjy
68ce6955b7
update version to 0.40
5 years ago
fxsjy
d47e14e5b3
update version
5 years ago
pkpk
27910094ac
Fix bugs in Paddle seg and Paddle postag ( #789 )
...
* fix bugs in paddle seg and paddle postag
* fix compat in checking paddle
5 years ago
Sun Junyi
9dc8e6d992
Update README.md
5 years ago
fxsjy
478c3b9bb4
lazy import paddle
5 years ago
JesseyXujin
5b3bb4b7f2
加入paddle分词和词性标注功能 ( #788 )
...
* paddle cut release
* 修改README.md,提示用户安装paddlepaddle.tiny
* 删除两个init.py文件中utf头文件
* 修改readme细节
5 years ago
Hongxiang Lin
38134ee20f
修复suggest_freq中add_word指向的bug ( #723 )
6 years ago
Paul Meng
3645a5bb5d
Update README.md ( #745 )
6 years ago
Sun Junyi
8212b6c572
Update README.md
6 years ago
Sun Junyi
843cdc2b7c
Merge pull request #582 from hosiet/pr-fix-typo-codespell
...
Fix typos found by codespell
6 years ago
Sun Junyi
68f2a64f7e
Merge pull request #663 from JimCurryWang/patch-1
...
Fix __init__ "-" symbol issue
6 years ago
Sun Junyi
4c8479cfa6
Merge pull request #667 from ZhengZixiang/patch-1
...
fix the error about importing ChineseAnalyzer
6 years ago
imzhengzx
ca444fb4da
fix the error about imoprting ChineseAnalyzer
...
Because of the interface change about ChineseAnlayzer , the code 'from jieba.analyse import Chinese Analyzer' in this test file would report an ImportError like 'cannot import name 'ChineseAnalyzer'. Just change import code to 'from jieba.analyse.analyzer import ChineseAnalyzer' can fix it.
6 years ago
CY Wang
36a27302ce
Fix __init__ "-" symbol issue
...
Solving "-" symbol can't be analyze issue .
For example,
In keyword , chap-EX喬沛詩 , SK-II ...etc
the present version will show "chap", "-", "EX喬沛詩" , "SK", "-", "II"
After the modify,
The new version will show "chap-EX","喬沛詩" , "SK-II"
ps: I have used the jieba.load_userdict() , and added "chap-EX" , "喬沛詩", "SK-II" in the userdict.txt.
7 years ago
Sun Junyi
7653db2e33
Update README.md
7 years ago
Boyuan Yang
17ef8abba3
Fix typos found by codespell
7 years ago
fxsjy
cb0de2973b
version change 0.39
8 years ago
sunjunyi01
b4dd5b58f3
bug fix, issue: #511 , #512
8 years ago
Sun Junyi
4eef868338
Merge pull request #455 from OOCZC/master
...
Update README.md
8 years ago
OOC
b485ae916c
Update README.md
8 years ago
OOC
ee0ce32bbd
Update
8 years ago
Sun Junyi
8ba26cf97e
Merge pull request #382 from huntzhan/master
...
Bugfix for HMM=False in parallelism.
9 years ago
huntzhan
60acefd9b1
Bugfix for HMM=False in parallelism.
9 years ago
Sun Junyi
03cd4b5fb6
Merge pull request #367 from yanyiwu/patch-1
...
Update README.md
9 years ago
Yanyi Wu
76ae798137
Update README.md
9 years ago
Sun Junyi
0243d568e9
Merge pull request #351 from gumblex/master
...
fix del_word
9 years ago
Dingyuan Wang
12b2b17741
fix del_word
9 years ago
fxsjy
1d5ea9f061
version change 0.38
9 years ago
Sun Junyi
e5c9af78e2
Merge pull request #315 from gumblex/master
...
命令行分词支持词性标注
9 years ago
Dingyuan Wang
87734d3785
support POS tagging in __main__
9 years ago
Sun Junyi
3d29b0c8e8
Merge pull request #310 from gumblex/master
...
Fix compatibility problem with `with` statememt
9 years ago
Dingyuan Wang
1fcd3a417c
fix compatibility problem with `with` statememt
9 years ago
Sun Junyi
093980647b
Merge pull request #303 from jerryday/master
...
add a withFlag param to extract_tags
9 years ago