GithubHelp home page GithubHelp logo

201402407 / irstlm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from irstlm-team/irstlm

0.0 1.0 0.0 3.52 MB

License: GNU Lesser General Public License v3.0

CMake 0.56% Makefile 0.34% M4 0.72% Shell 4.23% Perl 5.00% C 5.92% C++ 83.22%

irstlm's Introduction

irstlm

IRSTLM Toolkit

CONTENT:

  • src: source code
  • scripts: supporting scripts
  • doc: documentation (in Latex) and in pdf (to be generated)
  • bin: binaries (to be generated) and scripts
  • lib: libraries (to be generated)
  • readme: this file

DOCUMENTATION

A User Manual is available under https://sourceforge.net/projects/irstlm The data for the examples described in the User Manual are available under http://sourceforge.net/projects/irstlm/files/irstlm/sampledata/

HOW TO INSTALL WITH AUTOMAKE

Step 0:

$> sh regenerate-makefiles.sh [--force]

Set parameter force to the value "--force" if you want to recreate all links to the autotools

Step 1:

$> ./configure [--prefix=/path/where/to/install] ...

Run "configure --help" to get more details on the compilation options

If your g++ compiler does not support '-std=c++0x', please add parameter '--disable-cxx0'. To check whether g++ complier does support '-std=c++0x', please run the following command:

$> echo | g++ -E -x c++ -std=c++0x -dM - >& /dev/null ; echo $?

If it returns 0, g++ complier does support '-std=c++0x'; otherwise, it does not, and hence please use '--disable-cxx0'

To enable/disable assert for debugging purpose, please add parameter '--enable-assert' (default) or '--disable-assert'

To modify debugging level, please add parameter '--with-tracelevel=' (default is 0)

Step 2:

$> make

Step 3:

$> make install

These steps will generate the irstlm library and commands, respectively, under the specified path where to install.

HOW TO INSTALL WITH CMAKE

Step 0:

$> cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="/path/where/to/install"

Note: If your g++ compiler does not support '-std=c++0x', please add parameter '-DCXX0:BOOL=OFF'. To check whether g++ complier does support '-std=c++0x', please run the following command:

$> echo | g++ -E -x c++ -std=c++0x -dM - >& /dev/null ; echo $?

If it returns 0, g++ complier does support '-std=c++0x'; otherwise, it does not, and hence please use '-DCXX0:BOOL=OFF'

To enable/disable assert for debugging purpose, please add parameter '-DASSERT:BOOL=ON' (default) or '-DASSERT:BOOL=OFF'

To modify debugging level, please add parameter '-DTRACE_LEVEL=' (default is 0)

Step 2:

$> make

Step 3:

$> make install

HOW TO CONTRIBUTE

If you wish to contribute to the Open Source IRSTLM toolkit just tell us!

Marcello Federico FBK, Trento, ITALY email: federico AT fbk DOT eu

irstlm's People

Contributors

nicolabertoldi avatar marcellofederico avatar cidermole avatar 201402407 avatar

Watchers

James Cloos 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.