All Versions
23
Latest Version
Avg Release Cycle
120 days
Latest Release
-

Changelog History
Page 2

  • v0.14.0 Changes

    April 30, 2016
    • ⬆️ upgrade cppjieba -> v4.7.0
    • ➕ add new api: Tokenize for location information of words
    • ➕ add new api: SetCutForSearchThreshold
    • 👉 use Tokenize instead of Cut and SetCutForSearchThreshold(3) in gojieba/bleve
  • v0.13.0 Changes

    April 14, 2016
    • 🆕 NewJieba(...string) support variable arguments
    • 🆕 NewExtractor(...string) support variable arguments
    • ✂ removed example/ and write Example in *_test.go
    • ➕ add some kind of Benchmark, Testing
    • 🛠 fix bug in extractor.go: calling C.free manully to free momery allocated by C.CString
  • v0.12.0 Changes

    April 04, 2016
    • 👌 supported [bleve] custom analyzer by using gojieba.
  • v0.11.1 Changes

    April 01, 2016
    • 🛠 Fix bug: calling C.free manully to free momery allocated by C.CString.
  • v0.11.0 Changes

    • 🔦 Expose new api: Tag
  • v0.10.3 Changes

    ⬆️ Upgrade to fix potential trouble:

    • limonp -> v0.6.0
    • cppjieba -> v4.5.3
  • v0.10.2 Changes

    1. Fix error in go vet ⬆️ 2. Upgrade limonp to v0.5.4 and cppjieba to v4.5.0 to support more unicode character
  • v0.10.1 Changes

    ⬆️ Upgrade:

  • v0.10.0 Changes

    1. 源码布局变动,增加 deps/ 管理外部依赖代码。
    2. 增加 Extractor 关键词抽取功能。 ⬆️ 3. Upgrade [limonp] to version v0.5.1 ⬆️ 4. Upgrade [cppjieba] to version v4.3.1
    3. 分词接口变动 New -> NewJieba
    4. 增加关键词抽取类 NewExtractor
  • v0.9.3 Changes

    1. 修复多余日志输出的问题。