• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

scripts/H03-May-2022-2,0551,379

src/H03-May-2022-22,19414,637

CopyrightH A D15-Apr-20111,018 2216

Makefile.amH A D12-Oct-2012216 114

READMEH A D23-Sep-20111.1 KiB4125

RELEASEH A D29-Apr-20138 21

config.h.inH A D26-Oct-20121.6 KiB6342

configure.inH A D07-Mar-20134 KiB145111

regenerate-makefiles.shH A D26-Apr-20121.1 KiB5933

README

1IRSTLM Toolkit
2
3CONTENT:
4
5- src: source code
6- scripts: supporting scripts
7- doc: documentation (in Latex) and in pdf (to be generated)
8- bin: binaries (to be generated) and scripts
9- lib: libraries (to be generated)
10- readme: this file
11
12DOCUMENTATION
13
14A User Manual is available under https://sourceforge.net/projects/irstlm
15The data for the examples described in the User Manual are available under http://sourceforge.net/projects/irstlm/files/irstlm/sampledata/
16
17HOW TO INSTALL
18
19step 0: sh regenerate-makefiles.sh [--force]
20# set parameter force to the value "--force" if you want to recreate all links to the autotools
21
22step 1: ./configure [--prefix=/path/where/to/install] ...
23# run "configure --help" to get more details on the compilation options
24
25step 2: make
26
27step 3: make install
28
29These steps will generate the irstlm library and commands, respectively,
30under the specified path where to install.
31
32
33HOW TO CONTRIBUTE
34
35If you wish to contribute to the Open Source IRSTLM toolkit just tell us!
36
37Marcello Federico
38FBK-irst, Trento, ITALY
39email: federico AT fbk DOT eu
40
41