Skip to content

kho/mr-mira

Repository files navigation

mr-mira is an learning framework for machine translation and structured prediction problems.

Building from a downloaded archive

Instructions:

./configure
make

You will need the following software:

  • Boost C++ libraries (version 1.44 or later)
    • If you build your own boost, you must install it using bjam install.
    • Older versions of Boost may work, but problems have been reported with command line option parsing on some platforms with older versions.
  • GNU Flex
  • [Google Log (todo)]

Building from a git clone

In addition to the standard cdec third party requirements, you will additionally need the following software:

Instructions:

autoreconf -ifv
./configure
make

Further information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published