nlsplit

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

commit f1c495db6a734ee02187c7636a830d36f3beccb8
parent 8ceee76d1ace90d8763211f623933c4b5abdf9e9
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 29 Nov 2011 17:10:22 +0100

gcc -O2

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ .PHONY:all -CC = gcc -Wall -Wextra -g +CC = gcc -Wall -Wextra -O2 all: nlsplit nlsplit_test