-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES
63 lines (42 loc) · 1.61 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
* v0.2.5
- improved opus-cat
- po2opus/multipo2opus conversion tools added
- bugfix in opus-merge (missing end tag of linkGrp)
- added multitsv2opus script for converting multi-parallel data
- added options to tsv2opus for setting field order
- add option to specify origin in tsv files for tsv2opus
* v0.2.4
- handle tsv files in moses2opus
- new version of opus-pivoting
* v0.2.3
- opus2bitext added (more efficient conversion)
- various minor bug fixes
- opus2bitext can also be used for counting
- admin scripts: opus-countwords and opus-bitextsize
* v0.2.2
- opus2tmx and bitext2tmx added
- opus-split-align and opus-merge-align added
- tmx2opus, tmx2moses and tsv2opus added
- opus-pivoting added for pivoting between bitexts
- new option to store XCES Align files in opus2moses
- opus2text added; can handle tokenized and untokenized corpus files
- xml2opus added (simple conversion from XML to XML with <s> tags
- various bugfixing
* v0.2.1
- fixed opus2multi error when using intralingual links
* v0.04
- opus-read can read from zip files
- opus-cat added
- moses2opus added (added perl module dependencies!)
- opus-website for the new release style
* v0.03 Mon Jul 3 22:59:29 EEST 2017
- opus-udpipe added (requires UDPipe perl bindings)
- use utf-8 as default in opus-index
- opus2multi can handle intralingual links (for OpenSubtitles)
- opus-udpipe can handle additional XML tags
* v0.02 Tue Jun 27 11:24:58 EEST 2017
- renamed opusread to opus-read and opusindex to opus-index
- copies various helper scripts
- fixed problem with option -r on tokenized text
* v0.01 Thu Nov 7 20:30:15 CET 2013
- initial release