https://github.com/luispedro/irstlm
Fork of IRSTLM
https://github.com/luispedro/irstlm
Last synced: about 1 year ago
JSON representation
Fork of IRSTLM
- Host: GitHub
- URL: https://github.com/luispedro/irstlm
- Owner: luispedro
- Created: 2010-01-25T22:22:30.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-15T03:21:35.000Z (over 16 years ago)
- Last Synced: 2025-04-09T17:05:10.745Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 8.28 MB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
IRSTLM Toolkit
CONTENT:
- example: examples of tutorial
- src: source code
- bin: binaries (to be generated) and scripts
- lib: libraries (to be generated)
- readme: this file
DOCUMENTATION
A User Manual is available under http://hlt.fbk.eu/en/irstlm
HOW TO INSTALL
1. Run the following commands
./configure [--prefix=/path/to/install]
make
make install
It will generate the irstlm library and commands, respectively,
under the directories ./lib and ./bin.
It will also create a tarball only including executables, and examples
HOW TO CONTRIBUTE
If you wish to contribute to the Open Source IRSTLM
toolkit just tell me and I will be happy to give you writing
permission to the respective svn repositories.
Marcello Federico
FBK-irst, Trento, ITALY
email: federico AT fbk DOT eu