Adds sentence segmenting.
Improves code style.
Officially leaving a non-semantic versioning scheme.
Added benchmarking test.
Replaced RSpec with Minitest
Fixed bug in NlpPure::Segmenting::DefaultWord
where leading ellipses could produce extra segmented words.
Fixed bug in NlpPure::Segmenting::DefaultWord
where ellipses without spaces would not segment.
Fixed bug in NlpPure::Segmenting::DefaultWord
where double hyphens and spaced dashes would segment as empty words.
Added NlpPure::Segmenting::DefaultWord
module for segmenting text into words.
Repository created February 14, 2015.