nlsplit

split natural language text in chunks at reasonable language boundaries
git clone https://a3nm.net/git/nlsplit/
Log | Files | Refs | README

commit 27953c203db72f7ddba2d2718668c41b9504f66e
parent 31e2c0eac393b0799afc37cd69ad614d3ad2c314
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 10 Oct 2011 00:16:34 +0200

add info in readme

Diffstat:
README | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -88,3 +88,7 @@ character. However, as long as you are using ASCII whitespace regularly enough, these splits should be favoured and that bad situation should not happen. +nlsplit keeps whitespace at the beginning or at the end of chunks to +avoid losing any information. Depending on your application, you might +prefer to trim it. +