The Helsinki Finite-State Transducer toolkit is intended for processing natural language morphologies. The toolkit is demonstrated by wide-coverage implementations of a number of languages of varying morphological complexity.
11 lines
277 B
C++
11 lines
277 B
C++
--- tools/src/hfst-commandline.cc.orig 2014-07-04 18:13:51.000000000 +0400
|
|
+++ tools/src/hfst-commandline.cc 2014-07-04 18:14:35.000000000 +0400
|
|
@@ -21,6 +21,7 @@
|
|
# include <config.h>
|
|
#endif
|
|
|
|
+#define _WITH_GETLINE
|
|
#include <cassert>
|
|
#include <climits>
|
|
#include <cmath>
|