yanyiwu
|
45809955f5
|
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
|
91b7f9af63
|
v4.8.1
|
2016-07-23 00:11:02 +08:00 |
|
yanyiwu
|
ec848581b2
|
fix issue #70
|
2016-06-10 21:49:31 +08:00 |
|
yanyiwu
|
c0afac2598
|
update changelog
|
2016-05-09 22:52:42 +08:00 |
|
yanyiwu
|
e4e1b4e953
|
update readme
|
2016-05-09 21:23:05 +08:00 |
|
yanyiwu
|
a778d47046
|
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 |
|
yanyiwu
|
d9e8cdac36
|
v4.7.0
|
2016-04-21 14:28:02 +08:00 |
|
yanyiwu
|
9ebc906d3f
|
update README
|
2016-04-19 16:04:44 +08:00 |
|
yanyiwu
|
6fa843b527
|
override Cut functions, add location information into Word results;
|
2016-04-17 23:39:57 +08:00 |
|
yanyiwu
|
e7a45d2dde
|
remove LevelSegment
|
2016-04-17 22:23:00 +08:00 |
|
yanyiwu
|
4b97c57bb2
|
v4.6.0
|
2016-03-26 23:34:40 +08:00 |
|
yanyiwu
|
c19736995c
|
Add KeywordExtractor::Word and add more overrided KeywordExtractor::Extract
|
2016-03-26 22:12:40 +08:00 |
|
yanyiwu
|
e6a2b47b87
|
hange the return value of KeywordExtractor::Extract from bool to void
|
2016-03-26 01:16:44 +08:00 |
|
yanyiwu
|
5a8a0fae7a
|
v4.5.3
|
2016-03-18 16:17:57 +08:00 |
|
yanyiwu
|
3ef005275a
|
Upgrade limonp to v0.6.0
|
2016-03-18 16:14:48 +08:00 |
|
yanyiwu
|
81c35dde01
|
v4.5.2
|
2016-03-18 14:32:52 +08:00 |
|
yanyiwu
|
92fdf009cb
|
Upgrade limonp to v0.5.6 to fix hidden trouble.
|
2016-03-18 14:05:18 +08:00 |
|
yanyiwu
|
f446ecf2ed
|
v4.5.1
|
2016-02-19 16:29:59 +08:00 |
|
yanyiwu
|
9d7da4864a
|
v4.5.0
|
2016-02-18 16:21:15 +08:00 |
|
yanyiwu
|
14e09290c2
|
change Rune type from uint16_t to uint32_t to support more chinese word
|
2016-02-18 14:54:03 +08:00 |
|
yanyiwu
|
239d025cd8
|
delete HashMap, use unordered_map instead
|
2016-02-16 20:24:28 +08:00 |
|
yanyiwu
|
e6454fef77
|
use HashMap in Trie, and remove the base array of trie root node, see details in Changelog
|
2016-02-12 01:37:39 +08:00 |
|
yanyiwu
|
2d3c51dba7
|
upgrade limonp and use limonp::HashMap in Trie
|
2016-02-04 23:43:26 +08:00 |
|
yanyiwu
|
6f303ee843
|
v4.4.1
|
2016-01-29 10:14:40 +08:00 |
|
yanyiwu
|
8496f41e5d
|
update changelog.md
|
2016-01-29 00:49:29 +08:00 |
|
yanyiwu
|
721b34f1bd
|
fix bug, see details in ChangeLog.md
|
2016-01-29 00:30:38 +08:00 |
|
yanyiwu
|
446c21851d
|
v4.4.0
|
2016-01-21 22:19:10 +08:00 |
|
yanyiwu
|
34668aa379
|
remove server, see details in ChangeLog.md
|
2016-01-21 01:07:31 +08:00 |
|
yanyiwu
|
963bf516a6
|
v4.3.3
|
2016-01-20 12:21:08 +08:00 |
|
yanyiwu
|
4493c604b9
|
Yet Another Incompatibility Problem Repair: Upgrade [limonp] to version v0.5.3, fix incompatibility problem in Windows
|
2016-01-20 12:06:56 +08:00 |
|
yanyiwu
|
c34c8f3082
|
v4.3.2
|
2016-01-16 01:44:28 +08:00 |
|
yanyiwu
|
0482ec2b6c
|
[limonp] to version v0.5.2, fix incompatibility problem in Windows
|
2016-01-16 01:34:18 +08:00 |
|
yanyiwu
|
eb12813194
|
v4.3.1
|
2016-01-13 00:43:11 +08:00 |
|
yanyiwu
|
193e717d22
|
override constructor in KeywordExtractor
|
2016-01-13 00:40:46 +08:00 |
|
yanyiwu
|
a6c6e8df8c
|
v4.3.0
|
2016-01-11 15:02:09 +08:00 |
|
yanyiwu
|
b41cb0e2ee
|
fix compile error
|
2016-01-11 14:50:14 +08:00 |
|
yanyiwu
|
3c5ad24260
|
source code layout change:
1. src/ -> include/cppjieba/
2. src/limonp/ -> deps/limonp/
3. server/husky -> deps/husky/
4. test/unittest/gtest -> deps/gtest
|
2016-01-11 14:25:02 +08:00 |
|
yanyiwu
|
fb5d989dc6
|
v4.2.1
|
2015-12-12 21:26:45 +08:00 |
|
yanyiwu
|
bcb112a4b1
|
upgrade basic functions
|
2015-12-12 21:25:57 +08:00 |
|
yanyiwu
|
8482bef442
|
change multi user dicts seperator from ':' to '|;'
|
2015-12-09 00:01:27 +08:00 |
|
yanyiwu
|
b3868cdf78
|
v4.1.2
|
2015-12-02 01:20:18 +08:00 |
|
yanyiwu
|
8dc01ae614
|
add Jieba::Locate function to get word location of cutted sentence
|
2015-12-02 01:19:23 +08:00 |
|
yanyiwu
|
a7df45df70
|
v4.1.1
|
2015-11-26 00:53:31 +08:00 |
|
yanyiwu
|
60ca5093a9
|
add Jieba::Tag
|
2015-11-26 00:47:16 +08:00 |
|
yanyiwu
|
c6ae23ec1f
|
update changelog.md, version v4.1.0
|
2015-10-29 15:31:17 +08:00 |
|
yanyiwu
|
8fe4de404e
|
add SetQuerySegmentThreshold in Jieba
|
2015-10-29 15:28:10 +08:00 |
|
yanyiwu
|
c3fd357a6d
|
[QuerySegment] add SetMaxWordLen,GetMaxWordLen, and filter the english sentence in secondary Cut
|
2015-10-29 14:23:01 +08:00 |
|
yanyiwu
|
087f3248f8
|
update changelog.md
|
2015-10-29 12:40:38 +08:00 |
|