Skip to content

Commit

Permalink
Merge remote branch 'joshua-main/devel' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeorland committed Jun 6, 2012
2 parents 3e235fa + 7340d62 commit 645fd76
Show file tree
Hide file tree
Showing 9 changed files with 405 additions and 549 deletions.
40 changes: 38 additions & 2 deletions CHANGELOG
@@ -1,5 +1,41 @@
3.2 (stable)
=================================
== 4.0 (June 3, 2012) ===========================================

The main features of this release are described in

"Joshua 4.0: Packing, PRO, and Paraphrasing."
Juri Ganitkevitch, Yuan Cao, Jonny Weese, Matt Post, and Chris Callison-Burch.
NAACL Workshop on Statistical Machine Translation, June, 2012.

They include:

- Improved documentation (both user and developer)

See doc/html/index.html

- Synchronous parsing

Joshua will compute the best synchronous derivation over a pair of
sentences. Pass the sentences in in the form

source sentence ||| target sentence

and set the parameter "parse = true" (either from the config file or
command-line).

- PRO implementation

We include an implementation of Pairwise Ranking Optimization (PRO,
Hopkins & May, EMNLP 2011). It can be activated by passing "--tuner
pro" to the pipeline script.

- Grammar packing

We include an efficient grammar representation that can be used to
greatly reduce the memory footprint of large grammars.

- Numerous bugfixes

== 3.2 (February 17, 2012) ======================================

- Pop-limit pruning.

Expand Down
241 changes: 0 additions & 241 deletions INSTALL.txt

This file was deleted.

0 comments on commit 645fd76

Please sign in to comment.