Segment Alignment » History » Version 2
Prokopis Prokopidis, 2016-02-16 12:34 PM
1 | 1 | Prokopis Prokopidis | # Segment Alignment |
---|---|---|---|
2 | 1 | Prokopis Prokopidis | |
3 | 1 | Prokopis Prokopidis | |
4 | 1 | Prokopis Prokopidis | It uses maligna aligner for identifying segment pairs from each detect document pair. It generates a TMX file for each cesAlign file (e.g. eng-12_ell-18_x.tmx for eng-12_ell-18_x.xml). |
5 | 1 | Prokopis Prokopidis | |
6 | 1 | Prokopis Prokopidis | ``` |
7 | 2 | Prokopis Prokopidis | java -Dlog4j.configuration=file:/opt/ilsp-fc/log4j.xml \ |
8 | 2 | Prokopis Prokopidis | -jar /opt/ilsp-fc/ilsp-fc-2.2.2-jar-with-dependencies.jar \ |
9 | 1 | Prokopis Prokopidis | -align -lang "eng;lv" -xslt -oxslt \ |
10 | 1 | Prokopis Prokopidis | -i (fullpath of dir with the generated cesAlign) \ |
11 | 1 | Prokopis Prokopidis | -oft (fullpath of file with paths of generated TMX) \ |
12 | 1 | Prokopis Prokopidis | -ofth (fullpath of file with paths of generated transformed TMX) \ |
13 | 1 | Prokopis Prokopidis | &>"/var/www/tests/eng-ita/log-align_www_esteri_it_eng-ita" |
14 | 1 | Prokopis Prokopidis | ``` |
15 | 1 | Prokopis Prokopidis | |
16 | 1 | Prokopis Prokopidis | -align : for segment alignment |
17 | 1 | Prokopis Prokopidis | |
18 | 1 | Prokopis Prokopidis | -oft : fullpath of text file containing a list with fullpaths of the generated TMX files |
19 | 1 | Prokopis Prokopidis | |
20 | 1 | Prokopis Prokopidis | -ofth : fullpath of HTML file containing a list of links pointing to generated transformed TMX files |