Phil Williams
2975e7a0d3
Minor refactoring in moses/Syntax
2015-01-30 11:56:08 +00:00
Nicola Bertoldi
fa00c99aa3
fixings to the IRSTLM interface for textual input; code cleanup
2015-01-26 18:24:12 +01:00
Nicola Bertoldi
18eaf62ce3
fixings to the IRSTLM interface for textual input
2015-01-26 15:51:08 +01:00
Matthias Huck
db655a09e5
Revert "improved interface towards IRSTLM"
...
This reverts commit 8316ca5948
.
Moses did not compile with the current release version of IRSTLM (irstlm-5.80.06)
2015-01-20 19:23:12 +00:00
Nicola Bertoldi
95a88a17c5
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2015-01-18 14:25:40 +01:00
Hieu Hoang
05ead45e71
beautify
2015-01-14 11:07:42 +00:00
Phil Williams
866f746f98
s2t decoder: fix scoring
...
Restore scoring function that was commented out in commit 465b4756...
2015-01-12 08:47:33 +00:00
Jun-ya NORIMATSU
832b725c59
clean.
2015-01-12 13:20:38 +09:00
Jun-ya NORIMATSU
39799188a0
check LanguageModelDALM finished.
2015-01-12 13:05:27 +09:00
Rico Sennrich
8c99625fac
compilation fix
2015-01-10 10:50:54 +00:00
Ales Tamchyna
4dd2ec652b
Merge branch 'master' of github.com:moses-smt/mosesdecoder into vw_integration
2015-01-09 14:00:24 +01:00
Nicola Bertoldi
39c55a891f
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2015-01-08 20:32:33 +01:00
Matthias Huck
52eac4058f
DALMWrapper log output
2015-01-08 18:41:46 +00:00
Matthias Huck
05ee9b848d
deactivate LanguageModelDALM::EvaluateWhenApplied(const ChartHypothesis& hypo, ...)
...
until authors update it wrt. feature score deltas in the chart decoder
2015-01-08 14:49:51 +00:00
Nicola Bertoldi
b67b1632d9
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2015-01-08 15:09:39 +01:00
Ales Tamchyna
93702844e5
Merge branch 'master' of github.com:moses-smt/mosesdecoder into vw_integration
2015-01-08 12:13:57 +01:00
Hieu Hoang
e195bdf6d9
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2015-01-08 02:37:01 +04:00
Matthias Huck
3e1ddaf719
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2015-01-07 18:41:36 +00:00
Rico Sennrich
60cae6418f
avoid Assign() in EvaluateWhenApplied (in preparation for Matthias' changes)
2015-01-07 17:10:26 +00:00
Matthias Huck
465b475664
score deltas in chart decoding
2015-01-07 14:25:43 +00:00
Hieu Hoang
3b3f11365d
delete UserMessage. Too difficult to police
2015-01-07 10:01:10 +04:00
Marcin Junczys-Dowmunt
18691c19a3
second attempt at new feature hook, needs review of constness etc.
2015-01-06 13:56:13 +01:00
Marcin Junczys-Dowmunt
f932058af4
Added new feature function hook: EvaluateWithSourceContextCollecton(...)
2015-01-06 10:46:31 +01:00
Nicola Bertoldi
8316ca5948
improved interface towards IRSTLM
2015-01-04 22:47:46 +01:00
Rico Sennrich
71756cca40
make config parameters more consistent with training / other LMs
...
(target_ngrams=4 source_ngrams=9 is now order=5 source_window=4)
2014-12-17 17:37:38 +00:00
Rico Sennrich
710b4bf817
cleanup
2014-12-17 16:42:22 +00:00
Rico Sennrich
d36bfa471b
fix target-side order in BilingualLM (hiero models)
2014-12-17 14:15:34 +00:00
Nicola Bertoldi
d0cddf0f2d
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2014-12-16 17:35:47 +01:00
Rico Sennrich
9c9d3aeb0c
fix source alignment for hiero decoding. corner cases may still have bugs.
2014-12-16 15:20:24 +00:00
Rico Sennrich
de7237c9de
null padding
2014-12-15 16:44:33 +00:00
Rico Sennrich
5d633b8381
fix BOS padding
2014-12-15 16:44:27 +00:00
Nicola Bertoldi
4e77665d30
better handling of cache-based models with inconsistent parameters
2014-12-15 17:42:41 +01:00
Nicola Bertoldi
dfd6cd2dd7
changes to make Moses compliant with the most recent version (5.80.06) of IRSTLM
2014-12-15 12:25:10 +01:00
Nicola Bertoldi
e4eb201c52
merged master into dynamic-models and solved conflicts
2014-12-13 12:52:47 +01:00
Hieu Hoang
c52f4d3e75
uninitialised variable
2014-12-05 14:19:55 +00:00
Paul Baltescu
4eaf58f100
Integrate OxLM tree models.
2014-11-27 01:34:22 +00:00
XapaJIaMnu
6be776bcd1
Implement a TODO
2014-11-26 12:31:47 +00:00
XapaJIaMnu
5b00eb6509
Throw an exception in case no alignemnt is found in BilingualLM
2014-11-24 14:19:55 +00:00
Paul Baltescu
a1e7ed8217
Cache OxLM queries when loading the phrase table.
2014-11-22 19:03:43 +00:00
Rico Sennrich
6748f4106f
compatibility with NPLM 0.3 (breaks earlier versions of NPLM)
2014-11-17 18:08:42 +00:00
Paul Baltescu
35401f7dd3
Merge branch 'bilingual-lm' of github.com:moses-smt/mosesdecoder into bilingual-lm
2014-11-14 12:39:02 +00:00
Paul Baltescu
fefd2b0ada
Fix merge errors.
2014-11-13 16:52:24 +00:00
XapaJIaMnu
2028b86642
BilingualNPLM requries specific source and target vocabulary lists
2014-11-13 16:14:17 +00:00
Rico Sennrich
9b161dc888
floor score of bilingualNPLM
2014-11-13 16:14:16 +00:00
XapaJIaMnu
b254fcea99
moses/LM/BilingualLM.cpp
2014-11-13 16:14:16 +00:00
XapaJIaMnu
f6c64adb92
Remove unnecessary const gimmicks
2014-11-13 16:14:16 +00:00
XapaJIaMnu
18a6d12cb0
Rework lookup and greatly speedup decoding (2x+)
2014-11-13 16:14:16 +00:00
XapaJIaMnu
cf3fe60cf6
Backoff to null token in hiero
2014-11-13 16:14:16 +00:00
XapaJIaMnu
493f05eb97
Remove old unused code from BilingualLM
2014-11-13 16:14:16 +00:00
Paul Baltescu
211878c9d3
Make OxLM extensions compile.
2014-11-13 16:14:16 +00:00
XapaJIaMnu
8e4ff790a7
Add null word support for hiero.
2014-11-13 16:14:16 +00:00
Paul Baltescu
0578a31799
Flag for setting OxLM models to unnormalized.
2014-11-13 16:14:16 +00:00
XapaJIaMnu
5851a2c2bb
Prevent realocation of vectors
2014-11-13 16:13:38 +00:00
Paul Baltescu
2705a47876
Fix OxLM.
2014-11-13 16:13:38 +00:00
XapaJIaMnu
02c375ef78
Refactor the BilingualLM for chart to make it faster. Untested
2014-11-13 16:13:04 +00:00
Paul Baltescu
32c169c25f
Optional back-off to POS tags in OxLM.
2014-11-13 16:12:19 +00:00
Paul Baltescu
86d64b65e2
Correctly map the source unknown token.
2014-11-13 16:10:40 +00:00
Paul Baltescu
167e272818
Fix Bilingual OxLM context word order.
2014-11-13 16:10:40 +00:00
Paul Baltescu
5f9d481ee6
Make query cache sentence specific.
2014-11-13 16:10:40 +00:00
Paul Baltescu
248aa4bf8a
Convert moses words to oxlm word ids.
2014-11-13 16:10:40 +00:00
Paul Baltescu
97b632e045
Clean up OxLMMapper.
2014-11-13 16:08:56 +00:00
Paul Baltescu
90ebf13789
Set BilingualLM parameters nicely.
2014-11-13 16:08:10 +00:00
Paul Baltescu
7588c4b8e3
Skeleton for source conditioned OxLM feature.
2014-11-13 16:08:10 +00:00
Paul Baltescu
6f9d59129f
Rename LBLLM -> OxLM.
2014-11-13 16:07:38 +00:00
Paul Baltescu
af28063e3b
Fix compilation errors introduced by new oxlm changes.
2014-11-13 15:54:54 +00:00
Paul Baltescu
4811701277
Fix broken include.
2014-11-13 15:51:48 +00:00
Paul Baltescu
cb7167f088
Fix bugs in BilingualLM for chart based decoding.
2014-11-13 15:51:48 +00:00
Paul Baltescu
3624bd776c
Fix a few bugs in BilingualLM for phrase based decoding.
2014-11-13 15:51:48 +00:00
Paul Baltescu
5f87cf94d8
Move BilingualLM under LM.
2014-11-13 15:51:48 +00:00
XapaJIaMnu
a1a10a9209
Remove unused variable that likely causes crashes
2014-11-13 15:51:48 +00:00
XapaJIaMnu
97b7c766e4
fix vectors not being cleared
2014-11-13 15:51:47 +00:00
XapaJIaMnu
5d1584a3d8
Make it possible to have backend specific parameters.
2014-11-13 15:51:47 +00:00
XapaJIaMnu
c2f0419089
Fix compilation
2014-11-13 15:51:47 +00:00
XapaJIaMnu
0271b451b7
Some file renaming and fixes
2014-11-13 15:51:47 +00:00
XapaJIaMnu
af8ee9da43
Abstract BilingualLM. Working
2014-11-13 15:51:47 +00:00
XapaJIaMnu
bceff44fcb
Abstract BilingualLM to Binlm_NPLM. Doesn't compile
2014-11-13 15:51:47 +00:00
XapaJIaMnu
46d8987635
Start abstracting NPLM from BilingualLM
2014-11-13 15:51:47 +00:00
XapaJIaMnu
e449df548a
Fix a bunch of off by one and silly errors
2014-11-13 15:51:47 +00:00
XapaJIaMnu
38197698e0
Fix silly mistake in getTargetPhraseChart
2014-11-13 15:51:47 +00:00
XapaJIaMnu
ea03722aaa
Fix a stupid mistake in TargetWords
2014-11-13 15:51:47 +00:00
XapaJIaMnu
7e26228fd7
Add support for moses_chart. Cleaning up needed.
2014-11-13 15:51:47 +00:00
Hieu Hoang
f76e1e8a03
compiles on gcc 4.6.3
2014-11-13 15:51:47 +00:00
XapaJIaMnu
62ec653df8
More work, source_ngrams missing
2014-11-13 15:51:47 +00:00
XapaJIaMnu
2979a617a9
int -> size_t
2014-11-13 15:51:47 +00:00
XapaJIaMnu
6e148defba
Rename variable to better represent what it means. Start syntactic decoding
2014-11-13 15:51:47 +00:00
XapaJIaMnu
ea01ede796
Support for POS backoff in factored models. Spaghetti code needs refactoring
2014-11-13 15:51:46 +00:00
XapaJIaMnu
caf797a6a4
GetNeuralLMId requries word instead of factor
2014-11-13 15:51:46 +00:00
XapaJIaMnu
b5e5e12c9f
Make some parameters of neuralLM optional
2014-11-13 15:51:46 +00:00
XapaJIaMnu
59ab036eb5
Get state, correct
2014-11-13 15:51:46 +00:00
XapaJIaMnu
4309903d6e
State, almost correct or correct
2014-11-13 15:51:46 +00:00
XapaJIaMnu
c225fb27d1
Fix small indexing error
2014-11-13 15:51:46 +00:00
XapaJIaMnu
19a11b854d
Fast version. Needs some cleanup, but works
2014-11-13 15:51:46 +00:00
XapaJIaMnu
1d1972330a
State doesn't require whole target phrase
2014-11-13 15:51:46 +00:00
XapaJIaMnu
27ac2e49c7
Full lookup cache
2014-11-13 15:51:46 +00:00
XapaJIaMnu
e333bef6f4
Caching working
2014-11-13 15:51:46 +00:00
XapaJIaMnu
d9177cf75a
Matching scores! And bugfixing
2014-11-13 15:51:46 +00:00
XapaJIaMnu
563f08c1d7
More bugfixes. Still different result from slow and fast
2014-11-13 15:51:46 +00:00
XapaJIaMnu
15a98ceadb
A bunch of bugfixes and initial fast version. Still something wrong
2014-11-13 15:51:46 +00:00
Hieu Hoang
41b207e623
fix Jamfile
2014-11-13 15:51:46 +00:00
Rico Sennrich
00c35fb565
fix LMOOVFeature and implement it for NeuralLMWrapper
2014-11-13 10:36:26 +00:00
Paul Baltescu
d4b76d3945
Allow unnormalized scores in oxlm.
2014-11-12 15:19:45 +00:00
XapaJIaMnu
ca06d05b66
BilingualNPLM requries specific source and target vocabulary lists
2014-11-07 15:28:49 +00:00
Rico Sennrich
3dbf2b556b
floor score of bilingualNPLM
2014-11-06 14:34:05 +00:00
XapaJIaMnu
43a036351c
moses/LM/BilingualLM.cpp
2014-11-05 16:08:34 +00:00
Phil Williams
5240c430ce
Merge s2t branch
...
This adds a new string-to-tree decoder, which can be enabled with the -s2t
option. It's intended to be faster and simpler than the generic chart
decoder, and is designed to support lattice input (still WIP). For a en-de
system trained on WMT14 data, it's approximately 40% faster in practice.
For background information, see the decoding section of the EMNLP tutorial
on syntax-based MT:
http://www.emnlp2014.org/tutorials/5_notes.pdf
Some features are not implemented yet, including support for internal tree
structure and soft source-syntactic constraints.
2014-11-04 13:13:56 +00:00
Nikolay Bogoychev
35a007e232
Merge branch 'master' into bilingual-lm
2014-10-27 11:56:56 +00:00
Rico Sennrich
b42591d585
NPLM could implement shared or thread-local cache; wrapper works with either.
2014-10-16 14:33:35 +01:00
XapaJIaMnu
74e90343d6
Remove unnecessary const gimmicks
2014-10-16 12:36:19 +01:00
XapaJIaMnu
bb06091713
Rework lookup and greatly speedup decoding (2x+)
2014-10-16 11:53:49 +01:00
XapaJIaMnu
250e376036
Backoff to null token in hiero
2014-10-15 17:00:09 +01:00
XapaJIaMnu
c479ccfe89
Remove old unused code from BilingualLM
2014-10-15 13:13:15 +01:00
Paul Baltescu
2d7ae17e2d
Make OxLM extensions compile.
2014-10-14 19:29:46 +01:00
XapaJIaMnu
7b7bfbc8f0
Add null word support for hiero.
2014-10-14 18:22:04 +01:00
Paul Baltescu
8b4ab21324
Flag for setting OxLM models to unnormalized.
2014-10-14 02:09:47 +01:00
XapaJIaMnu
3fdda76e9c
Merge branch 'bilingual-lm' of https://github.com/moses-smt/mosesdecoder into bilingual-lm
2014-10-09 14:19:24 +01:00
XapaJIaMnu
b787ae8d7d
Prevent realocation of vectors
2014-10-09 14:19:11 +01:00
Paul Baltescu
f1a220ede9
Fix OxLM.
2014-10-08 22:53:05 +01:00
Paul Baltescu
8f74ecd8f3
Fix OxLM.
2014-10-08 22:08:42 +01:00
XapaJIaMnu
7306182337
Refactor the BilingualLM for chart to make it faster. Untested
2014-10-08 19:53:31 +01:00
Hieu Hoang
87afd853e5
warn against using SRILM 1.7.1
2014-09-30 10:06:52 +01:00
Paul Baltescu
26ef9fddaa
Optional back-off to POS tags in OxLM.
2014-09-29 17:25:26 +01:00
Paul Baltescu
c5ad6f9839
Correctly map the source unknown token.
2014-09-29 01:05:43 +01:00
Paul Baltescu
edde0324dd
Fix Bilingual OxLM context word order.
2014-09-28 16:53:41 +01:00
Paul Baltescu
c8ac4532ff
Make query cache sentence specific.
2014-09-27 15:28:42 +01:00
Paul Baltescu
822aaa7dae
Convert moses words to oxlm word ids.
2014-09-26 23:20:26 +01:00
Paul Baltescu
5c3b3f6057
Clean up OxLMMapper.
2014-09-26 16:46:04 +01:00
Paul Baltescu
3babd6dbb9
Set BilingualLM parameters nicely.
2014-09-26 16:25:48 +01:00
Paul Baltescu
a36ae66345
Skeleton for source conditioned OxLM feature.
2014-09-26 15:50:25 +01:00
Paul Baltescu
92f03662ec
Rename LBLLM -> OxLM.
2014-09-26 15:18:14 +01:00
Paul Baltescu
30c3616a83
Fix compilation errors introduced by new oxlm changes.
2014-09-26 14:43:16 +01:00
Paul Baltescu
b6fa358427
Fix broken include.
2014-09-26 13:25:06 +01:00
Paul Baltescu
220c95ed9f
Fix bugs in BilingualLM for chart based decoding.
2014-09-26 12:32:18 +01:00
Paul Baltescu
d162c47587
Fix a few bugs in BilingualLM for phrase based decoding.
2014-09-26 12:32:18 +01:00
Paul Baltescu
46b388885a
Move BilingualLM under LM.
2014-09-26 12:32:17 +01:00
XapaJIaMnu
238e79e045
Remove unused variable that likely causes crashes
2014-09-22 13:43:55 +01:00
XapaJIaMnu
7c4301af09
fix vectors not being cleared
2014-09-16 11:24:50 +01:00
XapaJIaMnu
b0e0a6a148
Make it possible to have backend specific parameters.
2014-09-15 15:42:48 +01:00
XapaJIaMnu
920ce9ae1c
Fix compilation
2014-09-13 09:27:46 +01:00
XapaJIaMnu
1d65a74d62
Some file renaming and fixes
2014-09-13 09:13:10 +01:00
XapaJIaMnu
9c41a01102
Abstract BilingualLM. Working
2014-09-13 08:54:58 +01:00
XapaJIaMnu
e6bda71d2e
Abstract BilingualLM to Binlm_NPLM. Doesn't compile
2014-09-12 19:01:10 +01:00
XapaJIaMnu
c8f17dd6f2
Start abstracting NPLM from BilingualLM
2014-09-12 17:11:19 +01:00
XapaJIaMnu
0c6e593c49
Fix a bunch of off by one and silly errors
2014-09-12 10:23:46 +01:00
XapaJIaMnu
52a85e3f22
Fix silly mistake in getTargetPhraseChart
2014-09-10 18:27:44 +01:00
XapaJIaMnu
1235e5bc27
Fix a stupid mistake in TargetWords
2014-09-10 18:04:39 +01:00
XapaJIaMnu
e7afe5701e
Add support for moses_chart. Cleaning up needed.
2014-09-09 17:17:51 +01:00
Hieu Hoang
02b11bfd6d
compiles on gcc 4.6.3
2014-09-02 23:27:16 +01:00
XapaJIaMnu
6d39032a01
More work, source_ngrams missing
2014-09-02 17:05:46 +01:00
XapaJIaMnu
b5070d8d13
int -> size_t
2014-09-02 16:07:18 +01:00
XapaJIaMnu
a15aa1dd1f
Rename variable to better represent what it means. Start syntactic decoding
2014-09-02 16:05:25 +01:00
XapaJIaMnu
dd43c287f6
Support for POS backoff in factored models. Spaghetti code needs refactoring
2014-09-01 16:04:49 +01:00
XapaJIaMnu
6df221966d
GetNeuralLMId requries word instead of factor
2014-09-01 15:36:39 +01:00
XapaJIaMnu
d747543916
Make some parameters of neuralLM optional
2014-09-01 13:57:08 +01:00
XapaJIaMnu
b3ff8005f5
Get state, correct
2014-08-29 19:43:13 +01:00
XapaJIaMnu
310581100e
State, almost correct or correct
2014-08-29 19:32:19 +01:00
XapaJIaMnu
b05a2b8b3a
Fix small indexing error
2014-08-29 18:38:46 +01:00
XapaJIaMnu
0f22a5c54b
Fast version. Needs some cleanup, but works
2014-08-29 17:03:24 +01:00
XapaJIaMnu
1fd72f8546
State doesn't require whole target phrase
2014-08-29 15:28:48 +01:00
XapaJIaMnu
0ae35a60b9
Full lookup cache
2014-08-29 13:43:31 +01:00
XapaJIaMnu
1420a1a593
Caching working
2014-08-28 18:09:47 +01:00
XapaJIaMnu
80c6de1cc0
Matching scores! And bugfixing
2014-08-28 14:46:07 +01:00
XapaJIaMnu
24d0bf71bf
More bugfixes. Still different result from slow and fast
2014-08-27 18:37:34 +01:00
XapaJIaMnu
5b6e8f0f43
A bunch of bugfixes and initial fast version. Still something wrong
2014-08-27 13:00:09 +01:00
Hieu Hoang
8a2ec9c57a
Merge branch 'bilingual-lm' of github.com:moses-smt/mosesdecoder into bilingual-lm
2014-08-26 18:13:24 +01:00
Hieu Hoang
effa3c8964
fix Jamfile
2014-08-26 18:13:20 +01:00
Paul Baltescu
d75c4e1ae5
OxLM integration.
2014-08-08 01:18:05 +01:00
Rico Sennrich
b0fbf80dc0
remove unnecessary code, and floor NPLM scores
2014-07-18 14:39:54 +01:00
Rico Sennrich
eb5336ad9c
thread-safety, precomputation and caching for NeuralLMWrapper
...
doesn't work with default nplm, but with the fork at https://github.com/rsennrich/nplm
2014-07-17 16:50:08 +01:00
Hieu Hoang
69c27a3020
name change
2014-07-16 13:21:51 +01:00
Hieu Hoang
ce014e0b35
cleanup
2014-07-15 17:47:36 +01:00
Hieu Hoang
3b0ab6e6de
scores matches. State info from hash
2014-07-15 17:14:32 +01:00
Hieu Hoang
7cb8ef5933
scores matches for 1st best, but not nbest
2014-07-15 16:46:19 +01:00
Hieu Hoang
53073726d6
compiles with bjam
2014-07-15 15:26:50 +01:00
Hieu Hoang
08be3b6b4f
new LBLLM based on LanguageModel class
2014-07-15 00:13:35 +01:00
Hieu Hoang
dc1cf603de
new LBLLM based on LanguageModel class
2014-07-14 21:33:38 +01:00
Hieu Hoang
7dfe943fb0
new LBLLM based on LanguageModel class
2014-07-14 20:40:33 +01:00
Hieu Hoang
f340ede6b5
new LBLLM based on LanguageModel class
2014-07-14 19:15:20 +01:00
Hieu Hoang
a402523ef5
calculate baseline score without optimisation
2014-07-11 16:26:48 +01:00
Hieu Hoang
8f5dc2b9e7
state info
2014-07-11 12:53:03 +01:00
Hieu Hoang
da825e844b
1st rough sketch. compiles with eclipse
2014-07-11 11:15:06 +01:00
Hieu Hoang
a209d0ed18
compiles with eclipse
2014-07-10 18:48:51 +01:00
Hieu Hoang
3c9e397132
compiles with eclipse
2014-07-10 16:14:22 +01:00
Hieu Hoang
5b2bafde76
compiles with eclipse
2014-07-10 12:16:38 +01:00
Hieu Hoang
e197b110fc
rename Evaluate() to EvaluateWhenApplied()
2014-07-09 23:54:16 +01:00
Hieu Hoang
12a14221e2
rename Evaluate() to EvaluateWhenApplied()
2014-07-09 23:41:08 +01:00
Hieu Hoang
587b5fd716
rename Evaluate() to EvaluateWithSourceContext()
2014-07-09 23:06:54 +01:00
Hieu Hoang
c9bd98fb0f
rename Evaluate() to EvaluateInIsolation()
2014-07-09 22:35:59 +01:00
Nicola Bertoldi
1fe4eb0528
beautify
2014-06-08 09:44:59 +02:00
Nicola Bertoldi
4d75c889f1
merged master into dynamic-models
2014-06-08 09:39:37 +02:00
Jun-ya NORIMATSU
cc71e0ee54
bugfix.
2014-06-05 19:26:27 +09:00
Jun-ya NORIMATSU
0659c31c05
Merge remote-tracking branch 'origin/master'
2014-06-05 14:24:44 +09:00
Jun-ya NORIMATSU
1180f5dd70
bug fix.
2014-06-05 14:24:10 +09:00
Ulrich Germann
9c27dc08e9
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
...
Conflicts:
moses/FF/ConstrainedDecoding.cpp
2014-06-03 18:55:53 +01:00
Jun-ya NORIMATSU
65bf623228
tuning.
2014-06-03 16:13:32 +09:00
Ulrich Germann
249c40ec74
Eliminated factor delimiter from the parameters of
...
Phrase.CreateFromString() and Sentence.CreateFromString(),
as it was never used in those functions anyway ---
Word.CreateFromString() retrieves the factor delimiter
from StaticData directly.
2014-05-31 14:33:31 +01:00
Nicola Bertoldi
2f3cd5e2fe
beautify
2014-05-19 15:34:27 +02:00
Nicola Bertoldi
923305a5d0
made complaint with namespace irstlm recently introduced in IRSTLM package
2014-05-17 21:20:51 +02:00
Hieu Hoang
15566f7fc5
extend FF framework by add StackVec* argument to 2nd Evaluate(). NULL if phrase-based
2014-05-08 17:51:45 +01:00
Nicola Bertoldi
20381cbf89
merged master into dynamic-models and solved conflicts
2014-04-28 19:18:38 +02:00
Kenneth Heafield
c61231fad9
Fix BackwardTest failure which was just compiler-drive differences in floating point precision.
...
BOOST_CHECK_CLOSE's tolerance is proportional to the value on the left, so 0.0 has zero tolerance. Changed to an explicit range.
2014-04-09 10:01:19 -07:00