Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.17 KB

CHANGES.md

File metadata and controls

38 lines (22 loc) · 1.17 KB

CHANGELOG

v1.0.7 (2021-04-26)

  • ✨ Add fullwidth punctuation to support CJK 23

v1.0.6 (2017-03-05)

  • 📦 Ignore command line dependencies from go vendoring

v1.0.5 (2017-03-05)

  • 🐛 Sentence tokenizer would incorrectly parse a spaced ellipsis ". . ." as multiple sentences 16

v1.0.4 (2017-03-04)

  • 🐛 Fixed regression that caused text that didn't end in punctuation to get cropped 75af2bb

v1.0.3 (2017-03-04)

  • 🐛 Fixed issue where the WordTokenizer would crop off the last word 15

v1.0.2

  • 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

v1.0.0

  • Initial release