All Versions
7
Latest Version
Avg Release Cycle
75 days
Latest Release
2609 days ago

Changelog History

  • v1.0.6 Changes

    March 06, 2017
    • 📦 :package: Ignore command line dependencies from go vendoring
  • v1.0.5 Changes

    March 05, 2017
    • 📜 :bug: Sentence tokenizer would incorrectly parse a spaced ellipsis ". . ." as multiple sentences 16
  • v1.0.4 Changes

    March 04, 2017
    • 🛠 :bug: Fixed regression that caused text that didn't end in punctuation to get cropped 75af2bb
  • v1.0.3 Changes

    March 04, 2017
    • 🛠 :bug: Fixed issue where the WordTokenizer would crop off the last word 15
  • v1.0.2 Changes

    April 15, 2016
    • Word Tokenizer: iterate over string by runes in word tokenizer
    • 📦 Use gopkg.in instead of github package for the english package
    • ➕ Added a few more tests
  • v1.0.1 Changes

    February 27, 2016
  • v1.0.0 Changes

    • 🎉 Initial release