Commit Graph

9583 Commits

Author SHA1 Message Date
phikoehn
3a7f4f776a minor 2013-03-13 17:54:29 +00:00
phikoehn
5ba153806b fixed kneserNey phrase probability smoothing bug reported by Česlav Przywara <ceslav@przywara.cz> 2013-03-13 17:52:24 +00:00
Hieu Hoang
21c51194fa add -print-alignment-info 2013-03-13 12:12:33 +00:00
Kenneth Heafield
7b1c062cdc Update Boost install link 2013-03-12 02:03:44 -04:00
Ian Johnson
35b3957896 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-03-11 13:04:19 +00:00
Ian Johnson
13b6973cee Fixed GIZA++ installation directory name. 2013-03-11 13:04:10 +00:00
Barry Haddow
5f1be3217b bugifx format of extract file for instance weighting 2013-03-07 21:40:43 +00:00
Lane Schwartz
b968eae629 Take hypothesis recombination into account
when outputting phrase-based lattice as hypergraph
2013-03-07 15:42:26 -05:00
Lane Schwartz
fe5e737589 Subtract prior scores when outputting phrase-based hypergraph arcs. 2013-03-07 15:42:26 -05:00
Ian Johnson
3e73ac29b2 Added the RPM installer builder to contrib. 2013-03-06 14:53:45 +00:00
Ian Johnson
f2536cddff Added arrow based Moses training pipeline demonstration program to contrib. 2013-03-06 13:37:41 +00:00
Lane Schwartz
0afd06cdbd Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder 2013-03-05 09:40:28 -05:00
Lane Schwartz
45f0057b54 Fixed bug in outputing search lattice as hypergraph 2013-03-04 17:02:16 -05:00
Phil Williams
6fa279fadb filter-rule-table.py: change default pruning count from 1 to 0
Change the default pruning threshold from 1 to 0 to allow for
Hiero-style fractional counts.
2013-03-04 21:02:50 +00:00
Lane Schwartz
cf94b96afa Try to ensure that lattice nodes are output in topological order 2013-03-04 14:20:01 -05:00
Lane Schwartz
ec69acf3d4 Don't open all hypergraph output files at once. 2013-03-04 12:07:37 -05:00
Christian Buck
63e78e3b52 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-03-04 15:31:18 +00:00
Christian Buck
26bf04df5d added unbuffered mode for casers (using -b) 2013-03-04 15:29:13 +00:00
Lane Schwartz
8573a66da0 Close hypergraph output files. 2013-03-04 09:15:46 -05:00
Hieu Hoang
3013227385 output an empty line in align file even if no best hypo 2013-03-04 10:19:50 +00:00
Hieu Hoang
349dffd750 Fix for incorrect alignment from moses_chart 2013-03-02 17:58:33 +00:00
Hieu Hoang
68dbe85545 Merge pull request #28 from amittai/amittai
three small things
2013-02-27 07:33:52 -08:00
amittai
7ca271b200 fixed typo 2013-02-26 19:47:44 -08:00
amittai
1f82a43837 where'd the edit go? 2013-02-26 11:37:31 -08:00
amittai
5cdf65ba33 Revert "Revert "let's be consistently case-insensitive with respect to the xml tags""
This reverts commit 8b6e98c633.
2013-02-26 11:32:29 -08:00
amittai
225feafb9e Merge remote-tracking branch 'upstream/master' into amittai 2013-02-26 11:23:33 -08:00
amittai
1fb51dc674 use 'gunzip -c' instead of 'zcat' for better cross-platform compatibility
zcat is identical to "gunzip -c", but Mac OS X doesn't ship with zcat.
2013-02-26 11:19:33 -08:00
Hieu Hoang
1ee365e0d7 WIP. Fix for incorrect alignment from moses_chart 2013-02-26 18:27:55 +00:00
Hieu Hoang
1bba58b134 eclipse project files 2013-02-26 11:01:01 +00:00
amittai
8b6e98c633 Revert "let's be consistently case-insensitive with respect to the xml tags"
This reverts commit 2eb0c5e11d.
2013-02-24 18:10:19 -08:00
amittai
2eb0c5e11d let's be consistently case-insensitive with respect to the xml tags 2013-02-24 18:07:11 -08:00
Lane Schwartz
4adeb7e338 Output feature weights to a separate file when producing hypergraph 2013-02-22 16:28:48 -05:00
Lane Schwartz
285661fec7 Deleted stale commented code 2013-02-22 16:28:48 -05:00
Lane Schwartz
764ce06726 More work on outputting search graph as hypergraph 2013-02-22 16:28:48 -05:00
Lane Schwartz
04f107fbb0 Add flag to output search graph in Kenneth's hypergraph format. 2013-02-22 16:28:48 -05:00
Lane Schwartz
e7563111de More work on outputting HTK lattice format 2013-02-22 16:28:47 -05:00
Lane Schwartz
e106e04dc3 More work on outputting HTK SLF.
Now, each arc emits exactly one word.
2013-02-22 16:28:47 -05:00
Lane Schwartz
774ed64f2e Work to allow output search graph in HTK standard lattice format 2013-02-22 16:28:47 -05:00
Hieu Hoang
5844fb21a7 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-02-20 16:56:54 +00:00
Hieu Hoang
101c719695 add word alignment for OOV too. Exist for pb but not hiero model 2013-02-20 16:56:36 +00:00
Barry Haddow
0327a8cfcd Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-02-20 11:14:31 +00:00
marcinj
10c1785226 Added missing function call to for sort order check 2013-02-20 11:03:57 +01:00
Barry Haddow
9ca364fb22 Implement brevity penalty smoothing for PRO
As in Nakov et al (Coling 2012)
2013-02-18 11:11:20 +00:00
Lane Schwartz
2e6b5e7a23 Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder 2013-02-14 12:03:35 -05:00
Kenneth Heafield
8ef095e8fa Update incremental search, cuts runtime by a third 2013-02-14 13:11:53 +00:00
marcinj
10012fac15 Fixed missing last source phrase and added workaround for single key cmph hash functions 2013-02-14 13:22:19 +01:00
Lane Schwartz
f9a46adc31 Specify -start-translation-id to tell Moses the line number of the first sentence 2013-02-13 15:52:40 -05:00
Hieu Hoang
07cd76136a distinct nbest works the old way 2013-02-13 14:02:22 +00:00
Hieu Hoang
b84112a4b7 distinct nbest works the old way 2013-02-13 14:01:50 +00:00
Hieu Hoang
1a8cd20b51 -print-id for christian buck and phi 2013-02-11 18:01:33 +00:00