forked from joshua-decoder/joshua
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
32 lines (22 loc) · 859 Bytes
/
CHANGELOG
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
3.1.1
-----
- Fixed race condition in checking for new sentences in translateAll()
- Added removal of unary abstract rules to grammar filtering steps
(important since Joshua does not at the moment properly handle unary
chains when decoding)
3.1
---
- Fixed multithreading. Use -threads N from the command line or
configuration file to spawn N parallel decoding threads.
- Configuration file parameters can now be overridden from the command
line. The format is
-parameter value
Among these must be the configuration file itself, which can be
referred to with -config, or -c for short.
3.0
---
- Added the highly parameterizable Hadoop-based Thrax grammar
extractor, which extracts both Hiero and SAMT grammars.
- Incorporated a black-box pipeline script at
$JOSHUA/scripts/training/pipeline.pl
- Moved development to github.com.