forked from Lainports/freebsd-ports
technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization". It was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy. WWW: http://software.wise-guys.nl/libtextcat/
11 lines
378 B
Text
11 lines
378 B
Text
--- src/Makefile.in.orig Thu May 22 13:39:52 2003
|
|
+++ src/Makefile.in Sat Nov 18 22:55:18 2006
|
|
@@ -126,7 +126,7 @@
|
|
|
|
WARNS = -W -Wall -Wshadow -Wpointer-arith
|
|
IFLAGS =
|
|
-FLAGS = -g -O3 -funroll-loops -D_THREAD_SAFE -D_GNU_SOURCE
|
|
+FLAGS = -g -funroll-loops -D_THREAD_SAFE -D_GNU_SOURCE
|
|
VERBOSE = -DVERBOSE
|
|
AM_CFLAGS = $(IFLAGS) $(VERBOSE) $(WARNS) $(FLAGS)
|
|
AM_LDFLAGS = -g
|