8b86aa0005
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.
11 lines
389 B
C
11 lines
389 B
C
--- fomalib.h.orig 2012-11-17 13:46:43.000000000 +0400
|
|
+++ fomalib.h 2014-05-07 18:16:20.000000000 +0400
|
|
@@ -298,7 +298,7 @@
|
|
FEXPORT int save_defined();
|
|
FEXPORT int save_stack_att();
|
|
FEXPORT int write_prolog(struct fsm *net, char *filename);
|
|
-FEXPORT int foma_net_print(struct fsm *net, gzFile *outfile);
|
|
+FEXPORT int foma_net_print(struct fsm *net, gzFile outfile);
|
|
|
|
/* Lookups */
|
|
|