874 Commits

Author SHA1 Message Date
张家麟
1089dcdcd3
Update demo.cpp
多了个分号~ 虽然影响不大~
2018-01-29 10:12:38 +00:00
Yanyi Wu
6aff1f637c Merge pull request #96 from wangzhe258369/master
减少Visual Studio编译器警告
2017-06-28 00:02:16 +08:00
Wangzhe
e7602afaac 减少Visual Studio编译器警告 2017-06-27 23:00:31 +08:00
yanyiwu
dabe502bb4 fix travis compiler 2017-04-03 23:14:59 +08:00
Yanyi Wu
d42602c12d Merge pull request #88 from stphnlyd/readme
mention the Perl 5 binding for CppJieba
2017-04-03 22:56:58 +08:00
Stephan Loyd
3d04caa1b1 mention Perl 5 binding for CppJieba 2017-04-03 22:37:04 +08:00
Yanyi Wu
472a584487 Merge pull request #87 from jonnywang/patch-2
增加php扩展版本链接
2017-03-31 10:38:40 +08:00
星期八
27dbfb8146 增加php扩展版本链接 2017-03-31 10:24:39 +08:00
Yanyi Wu
e5d9eb8816 Merge pull request #79 from royguo/master
Add Unicode offset/length support for `Word`
2016-10-18 23:02:01 +08:00
Roy Guo
f74d716570 Add Unicode offset/length support for Word 2016-10-16 13:05:56 +08:00
Roy Guo
a2f75a00d3 Add Unicode offset/length support for Word 2016-10-16 12:52:50 +08:00
yanyiwu
45809955f5 v5.0.0 v5.0.0 2016-09-11 21:44:51 +08:00
yanyiwu
74c70c70cd create keyword_extract in Jieba 2016-09-11 21:42:53 +08:00
yanyiwu
4a755dff6a may be more friendly for compiler 2016-08-11 00:00:20 +08:00
yanyiwu
53bc279dea fix compiler warning 2016-07-23 20:49:27 +08:00
yanyiwu
91b7f9af63 v4.8.1 v4.8.1 2016-07-23 00:11:02 +08:00
yanyiwu
0984c9ed3f update user dict loading method about word weight, and add unit tests 2016-07-22 23:53:49 +08:00
Yanyi Wu
e45ac012cb Merge pull request #74 from npes87184/master
fix second element parse error in dict
2016-07-22 13:40:55 +08:00
npes87184
0c3cf04b43 fix second element parse error in dict 2016-07-22 10:19:28 +08:00
Yanyi Wu
e3e5f93ca3 Merge pull request #73 from bigelephant29/user-dict-tag-bug-fix
fix user dict tag bug : wrong buf index assigned
2016-07-21 12:26:16 +08:00
bigelephant29
986106a553 change stoi to atoi 2016-07-21 10:54:08 +08:00
bigelephant29
2e1b6e0443 user dict support user weight and user tag 2016-07-21 10:38:46 +08:00
bigelephant29
b82acaf71e fix user dict tag bug : wrong buf index assigned 2016-07-21 10:06:24 +08:00
Yanyi Wu
8b75bf14a3 Merge pull request #72 from t-k-/master
增加 LookupTag 函数来对单个的 token 进行 tag 查询
2016-07-07 11:15:59 +08:00
t-k-
e40270ca86 Avoid using `initializer lists' from C++0x. 2016-07-06 13:48:18 -06:00
t-k-
5775a40bee Add LookupTag function for single token tag lookup. 2016-07-06 02:44:56 -06:00
Yanyi Wu
667acdeb7b Merge pull request #71 from jaiminpan/master
add tag capbility for each segments
2016-07-03 20:10:49 +08:00
Jaimin Pan
ce8cafe54a add tag capbility for each segments 2016-06-27 18:10:42 +08:00
yanyiwu
ec848581b2 fix issue #70 2016-06-10 21:49:31 +08:00
Yanyi Wu
0bf9341dd6 Merge pull request #69 from vsooda/master
fix unittest cmake macro bug
2016-06-08 11:01:47 +08:00
sooda
7d503e4b13 fix unittest cmake macro bug 2016-06-08 10:38:20 +08:00
yanyiwu
c0afac2598 update changelog 2016-05-09 22:52:42 +08:00
yanyiwu
c425bcc49f add Jieba::ResetSeparators api and unittest 2016-05-09 22:49:51 +08:00
yanyiwu
6e3ecec599 improve readability 2016-05-09 22:09:57 +08:00
yanyiwu
e4e1b4e953 update readme 2016-05-09 21:23:05 +08:00
Yanyi Wu
02df433f73 Merge pull request #65 from questionfish/master
增加了TextRank关键词提取
2016-05-04 20:02:07 +08:00
Yanyi Wu
00b2eb13c6 Merge pull request #2 from yanyiwu/patch-1
Patch 1
2016-05-04 19:33:37 +08:00
yanyiwu
b355e9f487 update unittest to pass 'make test' 2016-05-04 19:33:05 +08:00
yanyiwu
0a23d6b268 merge questionfish/master 2016-05-04 19:27:05 +08:00
mayunyun
d5a52a8e7b 1. remove stopword from span windows
2. update unittest
2016-05-04 17:52:30 +08:00
yanyiwu
5c739484ae merge the latest codes in master branch, and update unittest cases to pass ci 2016-05-03 23:20:03 +08:00
questionfish
04c176de08 Merge pull request #1 from yanyiwu/patch-1
Update TextRankExtractor.hpp: use yanyiwu's correction
2016-05-03 21:46:01 +08:00
yanyiwu
f253db0133 use map/set instead of unordered_map/unordered_set to make result stable 2016-05-03 21:24:40 +08:00
yanyiwu
39316114c5 correct unittest case 2016-05-03 20:49:47 +08:00
yanyiwu
a1ea1d0757 add textrank unittest into cmake 2016-05-03 20:01:44 +08:00
Yanyi Wu
6d105a864d Update TextRankExtractor.hpp
remove unused function which using c++11 keyword `auto`
2016-05-03 19:53:40 +08:00
mayunyun
0f66a923b3 1.增加单元测试
2.增加了构造函数的重载,增加了提取函数的重载
2016-05-03 18:06:14 +08:00
mayunyun
f2de41c15e code layout change: tab -> space 2016-05-03 09:03:16 +08:00
yanyiwu
a778d47046 v4.8.0 v4.8.0 2016-05-02 17:15:38 +08:00
yanyiwu
5ac9e48eb0 rewrite QuerySegment, make Jieba::CutForSearch behaves the same as [jieba] cut_for_search api
remove Jieba::SetQuerySegmentThreshold
2016-05-02 16:18:36 +08:00