1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-05 00:32:51 +08:00

Commit Graph

  • 142b90f76a updated REAMD.md, fixed a small bug in textrank Wang Bin 2015-02-28 14:55:32 +08:00
  • c7ac8a7096 small tweak, map stopWords' value are not used, no need to be string Wang Bin 2015-02-27 18:07:23 +08:00
  • 00fae2358d unify Cut method, return channel instead of array Wang Bin 2015-02-27 17:56:26 +08:00
  • 43480db509 unify Cut method, return channel instead of array Wang Bin 2015-02-27 17:30:45 +08:00
  • c03b3eac1c unify Cut method, return channel instead of array Wang Bin 2015-02-27 17:15:23 +08:00
  • d76fbfb017 unify Cut method, return channel instead of array Wang Bin 2015-02-27 17:04:50 +08:00
  • 76b9df8511 change cut method to return a channel string, not []string Wang Bin 2015-02-27 11:37:55 +08:00
  • 87fe3a19f8 refactor, removed duplicated codes Wang Bin 2015-02-26 18:03:08 +08:00
  • dd7e4ec802 refactor, removed duplicated codes Wang Bin 2015-02-26 17:59:34 +08:00
  • ed0bc44921 removed third party dependency Wang Bin 2015-02-26 17:45:59 +08:00
  • f6c298fc65 small refactor for function names Wang Bin 2015-02-26 17:38:26 +08:00
  • 2bda0be7c5 small refactor, updated REAMDE Wang Bin 2015-02-26 17:27:04 +08:00
  • f7fdb9749d rename GetDAG to DAG Wang Bin 2015-02-26 16:56:18 +08:00
  • aa9ad48b1c refactor variable name Wang Bin 2015-02-26 16:07:08 +08:00
  • ecf2da12f4 code refactor, newTire method now only return errors Wang Bin 2015-02-26 15:53:44 +08:00
  • 55751ed04d tiny code refactor Wang Bin 2015-02-26 15:34:58 +08:00
  • c2abc24083 small refactor Wang Bin 2015-02-26 14:59:14 +08:00
  • 35094877da small refactor Wang Bin 2015-02-26 14:42:16 +08:00
  • 60b2c9f763 small refactor, put parse dictionary function in seperate gile Wang Bin 2015-02-26 14:22:29 +08:00
  • 95a27da5cf small refactor, rename files Wang Bin 2015-02-26 11:12:05 +08:00
  • c7218ce886 small refactor Wang Bin 2015-02-26 10:29:17 +08:00
  • c076a14f76 fixed the tests failure issue Wang Bin 2015-02-26 10:14:35 +08:00
  • 67216a8a7d use only one dict to store words and prefixes, this corresponding to jieba commit #f808ea0ebba7056fa1b55081b474329e556933a8 Wang Bin 2015-02-25 18:27:24 +08:00
  • 08ac49d10b small refactor, don't compile regular expression every time, corresponding to jieba commit #32a0e92a09614cf5c72f87b1a59a5c4369200516 Wang Bin 2015-02-25 16:32:28 +08:00
  • 5702495bf6 removed MinFreq, correpsonding to jieba commit #caae26fbfafd75062742823a23e1cc81368b1451 Wang Bin 2015-02-25 16:01:39 +08:00
  • 2515d2e5a0 removed unused idx parameter from Calc function, this is correpsonding to jieba commit #8a2e7f0e7ed205429ae545f5b875af4eaa8490d1 Wang Bin 2015-02-25 12:18:24 +08:00
  • 73cb677aca added test for load cutomized stop words file Wang Bin 2015-02-25 12:04:09 +08:00
  • e60dcd3e9e fixed the bug of textrank, updated tests Wang Bin 2015-02-17 12:04:06 +08:00
  • 74dbb7d525 added simple implemention of textrank, corresponding to jieba commit #4030d8ed86dd3ff54e215ebe88c141b2a8345eda Wang Bin 2015-02-04 18:23:47 +08:00
  • 70a8da2687 ExtractTags not return words with weight, instead of words, this is correpsonding to jieba commit #f5ca87e0884ec6f013b4f9c4119aa47d44e090fe Wang Bin 2015-02-04 16:05:23 +08:00
  • 0f7c56b4ef small code refactor Wang Bin 2015-02-04 14:47:59 +08:00
  • c3dce0d4a1 fixed the trie dump/load issue Wang Bin 2015-02-04 14:34:12 +08:00
  • 9ee7ba2c13 use github.com/deckarep/golang-set instead of Trie, to reduce memory usage and improve performance, this is corresponding to jieba commit #4a93f21918a26083c039970edb9457c589c3a0ab Wang Bin 2015-02-03 15:20:30 +08:00
  • 9b2e9d29df fixed the spell mistakes in posseg_test.go Wang Bin 2015-02-03 11:31:31 +08:00
  • 5e01cf47a3 small refactor, move stopwords to a seperate file Wang Bin 2015-01-26 18:34:19 +08:00
  • b828b25f67 fix performance problem of extrag_tags, corresponding to jieba commit #eb98eb92484d3d302cd96049be43c224fe45414a Wang Bin 2015-01-26 18:31:10 +08:00
  • 2b15490388 make tests more readable Wang Bin 2015-01-26 17:10:54 +08:00
  • 2981f336d1 make test more readable Wang Bin 2015-01-26 16:50:45 +08:00
  • af7fefc5fa make tests more readable Wang Bin 2015-01-26 16:20:42 +08:00
  • 052c571015 allow user to manually set idf file and stop words file, corresponding to jieba commit 16d626d3477c8649d42094d7d7d4ae7c619783de Wang Bin 2014-08-14 12:05:29 +08:00
  • d2acf94693 code refactor, simplfied trie model, also added cache for dictionary file Wang Bin 2014-08-13 18:21:41 +08:00
  • ad077fcb06 updated README.md, using bufio.Scanner instead of NewReader, added travis build status image Wang Bin 2014-08-11 16:45:34 +08:00
  • c8d195143d using bufio.Scanner to reading files, this the recommended way since Go v1.1 Wang Bin 2014-08-11 16:44:40 +08:00
  • b51ae37771 fixed the bug cause random testing failure, the Less() function was wrong Wang Bin 2014-08-11 16:44:26 +08:00
  • bd12e7682d using bufio.Scanner to reading files, this the recommended way since Go v1.1 Wang Bin 2014-08-11 16:43:38 +08:00
  • b46a8dd73d fixed the test failure problem, any tests that required load user data must put to the bottom of all other tests Wang Bin 2014-08-09 00:51:45 +08:00
  • e2d61242c2 fixed jieba issue #137, added test Wang Bin 2014-08-08 18:42:58 +08:00
  • 385abf0a34 updated dict.txt, corresponding to jieba commit dafc73425e (diff-d41d8cd98f00b204e9800998ecf8427e) Wang Bin 2014-08-08 18:41:19 +08:00
  • a70a2af95d updated travis configuration file Wang Bin 2014-08-08 18:02:27 +08:00
  • 3d685f1980 fixed the bug from issue #132 from original jieba issue track Wang Bin 2014-08-08 17:59:49 +08:00
  • 08cb04815c updated .travis.yml, set go version to 1.1 Wang Bin 2013-12-02 22:18:45 +08:00
  • c5061d17c7 added .travis.yml Wang Bin 2013-12-02 22:11:56 +08:00
  • 0cb70d4890 added tokenize function Wang Bin 2013-11-04 14:28:18 +08:00
  • c00cc35314 update README.md, added performance data Wang Bin 2013-11-04 07:53:36 +08:00
  • 1104d62912 updated README.md Wang Bin 2013-11-01 17:17:06 +08:00
  • 3cc6dd7d1e removed cache, added tests for LoadUserDict Wang Bin 2013-11-01 10:31:12 +08:00
  • c214203325 Merge branch 'master' of github.com:wangbin/jiebago Wang Bin 2013-10-31 18:20:41 +08:00
  • 8c785ad36a initial commit Wang Bin 2013-10-31 18:20:04 +08:00
  • a945418202 Initial commit wangbin 2013-10-30 21:43:12 -07:00