Coder Social home page Coder Social logo

android_external_openfst's Introduction

OpenFst - Release 1.3

OpenFst is a library for constructing, combining, optimizing, and
searching weighted finite-state transducers (FSTs).

REQUIREMENTS:
  This version is known to work under Linux, MacOS, and Solaris using 
  g++ (>= 4.1). Expected to work wherever adequate POSIX (dlopen, ssize_t, 
  basename), c99 (snprintf, strtoll, <stdint.h>), and tr1 (<tr1/ordered_set>, 
  <tr1/ordered_map>) support are available.
  	
INSTALLATION:
  Follow the generic GNU build system instructions in ./INSTALL.  We
  recommend configuring with --enable-static=no for faster
  compiles. 

  Optional features:
  --enable-bin             Build fst::script and command-line binaries (def: yes)
  --enable-compact-fsts    Enable all CompactFst classes (def: no)
  --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)

  Configuring with --enable-bin=no gives very fast compiles, but
  excludes the command line utilities.

  Compiling with '-Wall -Wno-sign-compare' under g++ should give no
  warnings from this library.

USAGE:
  Assuming you've installed under the default /usr/local, the FST
  binaries are found on /usr/local/bin. To use in your own program,
  include <fst/fstlib.h> and compile with '-I /usr/local/include'. 
  Link against /usr/local/lib/libfst.so and -ldl. Set your
  LD_LIBRARY_PATH (or equivalent) to contain /usr/local/lib. The
  linking is, by default, dynamic so that the Fst and Arc type DSO
  extensions can be used correctly if desired. Any extensions will
  be found under /usr/local/include/fst/extensions and /usr/local/lib/fst.

DOCUMENTATION: 
  See www.openfst.org for general documentation.
  See ./NEWS for updates since the last release.

android_external_openfst's People

Contributors

danalbert avatar agutkin avatar pszc avatar

Watchers

James Cloos avatar Gouwa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.