aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlexander Gutkin <agutkin@google.com>2012-09-12 18:11:43 +0100
committerAlexander Gutkin <agutkin@google.com>2012-09-12 18:11:43 +0100
commitdfd8b8327b93660601d016cdc6f29f433b45a8d8 (patch)
tree968ec84b8e32ad73ec18d74334930f36b7471906 /README
parentf4c12fce1ee58e670f9c3fce46c40296ba9ee8a2 (diff)
downloadopenfst-dfd8b8327b93660601d016cdc6f29f433b45a8d8.tar.gz
Updated OpenFST version to openfst-1.3.2-CL32004048 from Greco3.
Change-Id: I19b0db718256b35c0e3e5a7315f1ed6335e6dcac
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index a4643d7..aff9e2f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-OpenFst - Release 1.2
+OpenFst - Release 1.3
OpenFst is a library for constructing, combining, optimizing, and
searching weighted finite-state transducers (FSTs).
@@ -11,7 +11,7 @@ REQUIREMENTS:
INSTALLATION:
Follow the generic GNU build system instructions in ./INSTALL. We
- recommend configuring with =--enable-static=no= for faster
+ recommend configuring with --enable-static=no for faster
compiles.
Optional features:
@@ -20,8 +20,8 @@ INSTALLATION:
--enable-const-fsts Enable all ConstFst classes (def: no)
--enable-far Enable FAR (FST Archive) extension (def: no)
--enable-lookahead-fsts Enable LookAheadFst classes (def: no)
+ --enable-ngram-fsts Enable NGramFst classes (def: no)
--enable-pdt Experimental push-down transducer extensions (def: no)
- --with-icu Use ICU to provide unicode support (def: no)
Configuring with --enable-bin=no gives very fast compiles, but
excludes the command line utilities.