All Versions
7
Latest Version
Avg Release Cycle
75 days
Latest Release
2753 days ago
Changelog History
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- ๐ Caching all regular expression compilations for performance optimizations
- ๐ Updated documentation to satisfy
go lint
- A+ score on goreportcard: https://goreportcard.com/report/github.com/neurosnap/sentences
-
v1.0.0 Changes
- ๐ Initial release