Hieu Hoang
7eb5e41ea1
Merge pull request #41 from neubig/check-processphrasetable-width
...
Prevented segfault on print non-existant alignment string
2013-07-09 04:28:57 -07:00
Nadir Durrani
418abf42fa
Merge branch 'nadir_osm'
2013-07-09 11:44:14 +01:00
Hieu Hoang
310b26f989
beautify
2013-07-08 20:52:14 +01:00
Hieu Hoang
3eba5782c2
beautify
2013-07-08 20:25:47 +01:00
Marcin Junczys-Dowmunt
d3b4c11be2
Fixed queryPhraseTableMin, added warnings for compacting phrase tables qithout alignment
2013-07-08 09:58:02 +02:00
Graham Neubig
0cde047e6e
Merge branch 'master' of github.com:neubig/mosesdecoder into check-processphrasetable-width
2013-07-05 12:38:31 +09:00
Graham Neubig
6c25048d20
Prevented segfault on print non-existant alignment
...
In processPhraseTable, there is an option to print alignments.
When this is selected, processPhraseTable will print the 4th
column in the phrase table, but the check for the phrase table
width only currently goes to the 3rd column. This patch makes
sure that the phrase table must have 4 columns when alignments
are being printed, and 3 otherwise.
2013-07-05 12:21:01 +09:00
Marcin Junczys-Dowmunt
bc904ff61f
Deleted stray "cerr << .."
2013-07-05 00:15:27 +02:00
Hieu Hoang
6e56a9aed5
beautify
2013-07-04 20:29:05 +01:00
Hieu Hoang
f35750bc08
beautify
2013-07-04 20:19:51 +01:00
Nadir Durrani
389b7762e8
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-07-04 12:05:00 +01:00
Nadir Durrani
e402714d2b
Getting Rid of feature-path
2013-07-04 12:04:29 +01:00
Nadir Durrani
33a167ac9d
Merge branch 'nadir_osm'
2013-07-02 13:24:21 +01:00
Nadir Durrani
c05317dd82
Future-Cost
2013-07-02 13:19:55 +01:00
Hieu Hoang
d203f2bb6e
single threaded build compiles & passes regression
2013-07-01 17:37:24 +01:00
Nadir Durrani
582d31cb16
No SRILM
2013-07-01 13:10:58 +01:00
Nadir Durrani
ba72c70c6e
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-07-01 11:07:21 +01:00
Nadir Durrani
6a915253e1
Bug Fix
2013-07-01 11:06:55 +01:00
Kenneth Heafield
51c0b6ae43
Unbreak build by disabling OSM without SRI.
...
TODO(nadir): remove (or make optional) your dependence on SRILM then undo this commit and remove the if statement from the Jamfile.
2013-06-30 13:08:12 +01:00
Hieu Hoang
fa4b92fc0a
Merge branch 'master' into nadir_osm
2013-06-28 14:19:30 +01:00
Nadir Durrani
8c19c2ba8a
KenLM
2013-06-28 14:16:41 +01:00
Ulrich Germann
c963338476
Feature values are now returned as log probabilities.
2013-06-27 17:55:16 +01:00
Hieu Hoang
efc2c6145e
beautify
2013-06-26 17:19:09 +01:00
Hieu Hoang
771e792bb4
Merge branch 'master' into dynamic-phrase-tables
2013-06-26 17:13:36 +01:00
Hieu Hoang
3833d67ec0
merge with master
2013-06-26 17:12:22 +01:00
Hieu Hoang
352e36334a
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-06-26 11:54:12 +01:00
Ulrich Germann
2f6ca0c0b8
Merge branch 'master' into dynamic-phrase-tables
...
Conflicts:
moses/Hypothesis.cpp
moses/StaticData.cpp
moses/TargetPhrase.cpp
moses/TranslationModel/BilingualDynSuffixArray.cpp
moses/TranslationModel/BilingualDynSuffixArray.h
moses/TranslationModel/PhraseDictionary.h
moses/TranslationModel/PhraseDictionaryDynSuffixArray.cpp
moses/TranslationModel/PhraseDictionaryDynSuffixArray.h
2013-06-26 03:00:27 +01:00
Nadir Durrani
4335587698
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-06-25 17:09:15 +01:00
Nadir Durrani
7aecb78d76
merge
2013-06-25 17:09:06 +01:00
Hieu Hoang
eefd94edb1
don't pollute namespace
2013-06-25 17:08:15 +01:00
Nadir Durrani
f66bbdd1f1
merge
2013-06-25 17:00:28 +01:00
Nadir Durrani
4f7a55e247
KenLM
2013-06-25 16:54:41 +01:00
Hieu Hoang
546d0add94
merge
2013-06-25 16:53:41 +01:00
Hieu Hoang
4b881dd74f
don't pollute namespace
2013-06-25 16:51:56 +01:00
Nadir Durrani
537210b010
KenLM
2013-06-25 16:27:41 +01:00
Hieu Hoang
493d713075
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-06-25 10:52:00 +01:00
Hieu Hoang
d43c174dcd
merge
2013-06-25 10:50:26 +01:00
Hieu Hoang
e15a4fc882
add phrase penalty feature function
2013-06-25 06:54:23 +01:00
Nadir Durrani
456ae0a033
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-06-24 20:00:30 +01:00
nadir
a243431d7a
OSM-Feature
2013-06-24 19:46:33 +01:00
Hieu Hoang
fad7f3933f
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-06-24 16:30:49 +01:00
Hieu Hoang
8af9102831
Merge branch 'master' into nadir_osm
2013-06-24 16:14:29 +01:00
nadir
524653ae2b
z
2013-06-24 16:13:27 +01:00
Hieu Hoang
ea0c7b63e7
fix argument parsing in PhraseDictionaryALSuffixArray
2013-06-24 16:10:22 +01:00
Hieu Hoang
cf00e966e4
call ReadParameters()
2013-06-24 15:34:25 +01:00
Hieu Hoang
2e1ba1d102
minor compile error
2013-06-24 15:29:26 +01:00
Hieu Hoang
9fe9b69c35
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-06-24 15:27:46 +01:00
Hieu Hoang
19ce008c66
add plumbing for osm feature
2013-06-24 15:25:23 +01:00
Kenneth Heafield
14a970ec92
Get things to compile. Less header pollution.
2013-06-24 15:09:10 +01:00
Hieu Hoang
69acbfa1d3
compiles, but only on eclipse
2013-06-24 14:45:20 +01:00