Foma is a compiler, programming language, and C library for constructing finite-state automata and transducers for various uses. It has specific support for many natural language processing applications such as producing morphological analyzers. Although NLP applications are probably the main use of foma, it is sufficiently generic to use for a large number of purposes. ok jeremy@ pirofti@
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
$OpenBSD: patch-flookup_c,v 1.1.1.1 2012/10/20 04:34:32 bentley Exp $
|
|
--- flookup.c.orig Wed Oct 10 03:07:37 2012
|
|
+++ flookup.c Wed Oct 10 03:07:53 2012
|
|
@@ -21,6 +21,7 @@
|
|
#include <limits.h>
|
|
#include <getopt.h>
|
|
#include <unistd.h>
|
|
+#include <netinet/in.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <arpa/inet.h>
|