nlsplit

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

commit 5082e7a7351ec600c2c53ee2bd42862632103d1c
parent 4a3fa099c3272691f13f096d60de56fa9357da69
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 10 Oct 2011 00:22:32 +0200

add makefile

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

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