78 Commits

Author SHA1 Message Date
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
yanyiwu
f17c2d10e2 [code style] uppercase function name 2015-10-29 12:30:47 +08:00
yanyiwu
1a9a37aa64 update changelog 2015-10-29 12:27:37 +08:00
yanyiwu
ecacf118e6 [code style] lower case namespace 2015-10-08 21:13:11 +08:00
yanyiwu
4d56be920b support optional user word freq weight 2015-10-08 20:05:27 +08:00
yanyiwu
9b60537b40 update changelog.md 2015-09-25 16:25:11 +08:00
yanyiwu
9de513f1d5 new feature: loading multi user dict, path is split by : 2015-09-25 16:20:06 +08:00
yanyiwu
9f359f3783 v3.2.1 2015-09-24 12:03:04 +08:00
yanyiwu
b68afb0db2 v3.2.0 2015-09-14 12:44:49 +08:00
yanyiwu
f517601c29 changelog 2015-09-13 17:38:14 +08:00
yanyiwu
f98e94869c add optional argument: hmm 2015-09-13 17:28:49 +08:00
yanyiwu
710ddacd38 add Jieba.hpp 2015-09-13 00:28:40 +08:00
yanyiwu
001a69d8c6 增加MPSegment的细粒度分词功能。 2015-08-30 01:04:30 +08:00
yanyiwu
0a6b01c374 update chaneglog.md 2015-08-11 00:53:43 +08:00
yanyiwu
83222918cc 更新ChangeLog 2015-07-21 11:26:33 +08:00
yanyiwu
6e723c2c58 v3.1.0 2015-06-27 13:19:26 +08:00
yanyiwu
e0db070529 开放insertUserWord接口;增加cut的默认参数,默认切词算法为Mix 2015-06-26 12:22:11 +08:00
yanyiwu
ee255baf56 v3.0.1 提升兼容性,修复在某些特定环境下的编译错误问题。 2015-06-24 16:01:41 +08:00
yanyiwu
e3c57c0ba1 提升兼容性,修复在某些特定环境下的编译错误问题。 2015-06-08 15:01:59 +08:00
yanyiwu
acd01bda99 v3.0.0 2015-06-06 11:47:04 +08:00
yanyiwu
3528b6296a 修改 cjserver 服务,可以通过http参数使用不同切词算法进行切词。
修改 make install 的安装目录,统一安装到同一个目录 /usr/local/cppjieba
2015-06-05 21:59:16 +08:00
yanyiwu
45588b75cc 增加 Application 这个类,整合了所有CppJieba的功能进去,以后用户只需要使用这个类即可。 2015-06-05 16:00:32 +08:00
yanyiwu
c04b2dd0d4 增加更详细的错误日志,在初始化过程中合理使用LogFatal。 2015-05-07 20:03:19 +08:00
yanyiwu
31400cee17 update changelog 2015-05-06 23:02:57 +08:00
yanyiwu
b3d928a450 rename aszxqw -> yanyiwu 2015-02-11 17:11:37 +08:00
yanyiwu
4e72d4a06f KeywordExtractor 支持自定义词典(可选参数)。 2015-01-24 15:34:34 +08:00
yanyiwu
a406c0f8cc 2.4.4 2015-01-06 15:29:21 +08:00
wyy
5858fe29a2 update changelog.md 2014-12-16 12:45:29 +08:00
wyy
e9cbec02c2 增加两条词性标注的规则,针对连续英文和数字。 2014-11-29 12:45:11 +08:00
wyy
9d5359fc34 update changelog.md 2014-11-13 01:32:38 +08:00
wyy
b9736ee132 update trie and dag , make cut faster . see details in changelog.md 2014-11-05 15:31:09 +08:00
wyy
11de561332 支持 docker 2014-10-25 14:47:20 +08:00
wyy
22f5e06715 docker 2014-10-25 11:21:27 +08:00
wyy
6a8ebae344 支持自定义词性 2014-09-28 13:22:37 +08:00
wyy
23aee266c3 update changelog.md 2014-09-16 23:41:43 +08:00
wyy
12befefe4e update changelog.md 2014-08-16 00:14:20 +08:00
wyy
269fee6f2c v2.4.2 2014-08-16 00:10:16 +08:00
wyy
e317f25d94 update changelog.md 2014-08-15 22:12:02 +08:00
wyy
40eb40288d compatiable with -std=c++0x 2014-08-15 22:09:21 +08:00
wyy
d6f114cd73 update changelog.md 2014-07-08 23:39:02 -07:00