Skip to content

Commit

Permalink
example files for memory mapped suffix array phrase table by Uli Germann
Browse files Browse the repository at this point in the history
  • Loading branch information
phikoehn committed Jul 22, 2014
1 parent 62b476c commit 36919b5
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/ems/example/config.basic
Expand Up @@ -371,6 +371,11 @@ alignment-symmetrization-method = grow-diag-final-and
#mml-before-wa = "-proportion 0.9"
#mml-after-wa = "-proportion 0.9"

### build memory mapped suffix array phrase table
# (binarizing the reordering table is a good idea, since filtering makes little sense)
#mmsapt = "num-features=9 pfwd=g+ pbwd=g+ smooth=0 sample=1000 workers=1"
#binarize-all = $moses-script-dir/training/binarize-model.perl

### create a bilingual concordancer for the model
#
#biconcor = $moses-bin-dir/biconcor
Expand Down
5 changes: 5 additions & 0 deletions scripts/ems/example/config.factored
Expand Up @@ -391,6 +391,11 @@ alignment-symmetrization-method = grow-diag-final-and
#mml-before-wa = "-proportion 0.9"
#mml-after-wa = "-proportion 0.9"

### build memory mapped suffix array phrase table
# (binarizing the reordering table is a good idea, since filtering makes little sense)
#mmsapt = "num-features=9 pfwd=g+ pbwd=g+ smooth=0 sample=1000 workers=1"
#binarize-all = $moses-script-dir/training/binarize-model.perl

### create a bilingual concordancer for the model
#
#biconcor = $moses-bin-dir/biconcor
Expand Down
5 changes: 5 additions & 0 deletions scripts/ems/example/config.hierarchical
Expand Up @@ -371,6 +371,11 @@ alignment-symmetrization-method = grow-diag-final-and
#mml-before-wa = "-proportion 0.9"
#mml-after-wa = "-proportion 0.9"

### build memory mapped suffix array phrase table
# (binarizing the reordering table is a good idea, since filtering makes little sense)
#mmsapt = "num-features=9 pfwd=g+ pbwd=g+ smooth=0 sample=1000 workers=1"
#binarize-all = $moses-script-dir/training/binarize-model.perl

### create a bilingual concordancer for the model
#
#biconcor = $moses-bin-dir/biconcor
Expand Down
5 changes: 5 additions & 0 deletions scripts/ems/example/config.syntax
Expand Up @@ -375,6 +375,11 @@ alignment-symmetrization-method = grow-diag-final-and
#mml-before-wa = "-proportion 0.9"
#mml-after-wa = "-proportion 0.9"

### build memory mapped suffix array phrase table
# (binarizing the reordering table is a good idea, since filtering makes little sense)
#mmsapt = "num-features=9 pfwd=g+ pbwd=g+ smooth=0 sample=1000 workers=1"
#binarize-all = $moses-script-dir/training/binarize-model.perl

### create a bilingual concordancer for the model
#
#biconcor = $moses-bin-dir/biconcor
Expand Down
5 changes: 5 additions & 0 deletions scripts/ems/example/config.toy
Expand Up @@ -355,6 +355,11 @@ alignment-symmetrization-method = grow-diag-final-and
#mml-before-wa = "-proportion 0.9"
#mml-after-wa = "-proportion 0.9"

### build memory mapped suffix array phrase table
# (binarizing the reordering table is a good idea, since filtering makes little sense)
#mmsapt = "num-features=9 pfwd=g+ pbwd=g+ smooth=0 sample=1000 workers=1"
#binarize-all = $moses-script-dir/training/binarize-model.perl

### create a bilingual concordancer for the model
#
#biconcor = $moses-bin-dir/biconcor
Expand Down

0 comments on commit 36919b5

Please sign in to comment.