759 Commits

Author SHA1 Message Date
wyy
f9857a9ad0 ci changelog.md v2.3.3 2014-03-11 12:45:54 +08:00
wyy
e3b58d6ddc use map in extract to fix a unordered bug in different environment , by the way, it improves 1/6 speed 2014-03-11 10:43:06 +08:00
wyy
90d2280002 use map as DagType to fix a unordered bug in different environment , by the way, it improves 1/6 speed 2014-03-11 10:28:10 +08:00
wyy
485383c669 static const char * -> const char* const 2014-03-09 20:02:03 -07:00
wyy
df9f47eb47 add ut case 2014-03-09 04:49:47 -07:00
wyy
7e09667004 fix bug and add simple pos_tagger v2.3.2 2014-03-07 04:36:07 -08:00
wyy
a7f4e18027 ci TKeywordExtractor.cpp to fix bug which test in x64 and x86 not the same 2014-03-07 18:35:14 +08:00
wyy
c74ca2b458 Merge branch 'master' into dev 2014-03-06 23:36:34 -08:00
wyy
6fcaad6514 fix bug in BLACK_LIST definition 2014-03-06 23:35:32 -08:00
wyy
220066d159 fix bug in postagger.hpp 2014-02-27 13:17:00 +08:00
wyy
664ded109a modify cmakelist 2014-02-27 12:13:08 +08:00
Yanyi Wu
2159798685 Merge pull request #21 from aholic/dev
add part of speech
2014-02-27 12:05:18 +08:00
wyy
ce472622de ci 2014-02-25 20:08:46 -08:00
aholic
275a3779e5 add Part of Speech without viterbi.... 2014-02-25 21:20:48 +08:00
aholic
31e3d4fc12 Merge https://github.com/aszxqw/cppjieba into dev 2014-02-25 18:50:24 +08:00
wyy
497a3957d9 modify readme 2014-02-22 23:52:26 +08:00
wyy
15d4eb4531 ci readme.md 2014-02-13 23:19:09 +08:00
wyy
e15aa735fd ci readme.md 2014-02-13 23:17:31 +08:00
wyy
9d6ffc4de4 add new tag v2.3.1 in changelog.md v2.3.1 2014-02-11 14:10:54 +08:00
wyy
7ec17a2cd6 fix bug for install server to linux (using start-stop-daemon) 2014-02-11 14:03:53 +08:00
wyy
b54afeb5a3 modify readme : move some content into wiki 2014-02-11 13:08:24 +08:00
wyy
bb1e7e717b modify changelog.md v2.3.0 2014-02-10 11:33:56 +08:00
wyy
b7c93f196c add keyword_demo into readme.md 2014-02-10 11:30:38 +08:00
wyy
eff8d45267 fix bug: cmp function pair<string, uint> -> pair<string, double> 2014-02-10 11:16:24 +08:00
wyy
31bcaeb11e fix bug: cmp function pair<string, uint> -> pair<string, double> 2014-02-10 11:08:26 +08:00
wyy
5cf310f445 modify test for keywordextractor 2014-02-10 00:38:38 +08:00
wyy
0cfe54df3a add test/keyword_demo.cpp 2014-02-10 00:26:41 +08:00
wyy
8804f193a3 modify readme.md 2014-02-10 00:08:58 +08:00
wyy
2596cc5708 add changelog.md 2014-02-10 00:08:10 +08:00
aholic
e6ce8e23f0 Merge https://github.com/aszxqw/cppjieba into dev 2014-02-08 17:56:02 +08:00
wyy
5f96dcf09a add filter singword in keywordextractor. 2014-02-07 17:51:08 +08:00
wyy
440b168d8b ci 2014-02-02 13:53:58 +08:00
wyy
18f73f1c30 add dict/readme.md 2014-02-02 13:14:14 +08:00
wyy
f64c11c57e add blacklist 2014-01-31 17:37:40 +08:00
wyy
41a33747f4 use InitOnOff 2014-01-30 01:06:32 +08:00
wyy
d5bb4e48ec use InitOnOff 2014-01-29 20:37:26 +08:00
wyy
259b296b71 int -> uint for avoid warning 2014-01-29 20:20:24 +08:00
wyy
f1093d6cbc use mit license 2014-01-29 20:13:26 +08:00
aholic
8e2c726a8c Merge branch 'dev' of https://github.com/aszxqw/cppjieba into dev 2014-01-27 01:54:01 +08:00
aholic
e23a3f555b add hmm model files for pos tagging 2014-01-27 01:00:06 +08:00
wyy
453d4a143f add 依赖软件 in readme 2014-01-26 12:37:01 +08:00
Yanyi Wu
69a82cdbc6 Merge pull request #20 from aholic/dev
fix bug for md5File
2014-01-25 20:27:41 -08:00
aholic
ca3eddfb1e Merge https://github.com/aszxqw/cppjieba into dev 2014-01-24 00:01:52 +08:00
aholic
abb016f16a fix bug for md5File 2014-01-23 23:58:58 +08:00
Yanyi Wu
2f8821f699 Merge pull request #17 from aholic/dev
Dev
2014-01-22 04:32:06 -08:00
Yanyi Wu
fba34e1ace Merge pull request #16 from dlackty/tweak-cmake
Tweak main CMakeLists
2014-01-17 18:00:29 -08:00
Richard Lee
8ab4daf669 Tweak main CMakeLists 2014-01-18 05:58:14 +08:00
Yanyi Wu
18c205f596 Merge pull request #15 from dlackty/fix-osx-compiling
Fix OS X 10.9 compiling issues
2014-01-17 03:33:46 -08:00
Yanyi Wu
0b99454f73 Merge pull request #14 from dlackty/build-gitignore
Put build folder to gitignore
2014-01-17 03:33:21 -08:00
Richard Lee
af7fedd3ef Fix OS X 10.9 compiling issues 2014-01-17 19:11:39 +08:00