David Madl
3b63930943
move global Timer to Timer.h
...
Move ResetUserTime(), PrintUserTime(), GetUserTime() to Timer.h
Do not reset timer in StaticData.
2015-11-17 16:15:13 +00:00
MosesAdmin
9643043cb7
daily automatic beautifier
2015-10-20 20:16:07 +01:00
Hieu Hoang
59ceb84fe7
merge
2015-10-20 14:28:22 +00:00
Hieu Hoang
411d0ae003
use booost::unordered_map to store bitmap containers
2015-10-19 17:42:14 +01:00
Hieu Hoang
dd7bf06f95
Revert "share bitmaps"
...
This reverts commit db24036313
.
2015-10-19 17:23:02 +01:00
Hieu Hoang
db24036313
share bitmaps
2015-10-19 13:49:08 +01:00
MosesAdmin
d757346b55
daily automatic beautifier
2015-10-19 00:00:40 +01:00
Hieu Hoang
f7839c42d5
beautify
2015-10-18 13:30:02 +01:00
Hieu Hoang
55698d15bc
templatize Comparer for unordered maps/set
2015-10-18 01:02:38 +01:00
Hieu Hoang
9209101292
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2015-10-16 19:16:14 +00:00
Hieu Hoang
7d21af8c9b
use util::StringStream
2015-10-16 19:03:22 +00:00
MosesAdmin
35ab0dfee7
daily automatic beautifier
2015-10-16 19:16:59 +01:00
Hieu Hoang
786258cb28
beautify
2015-10-16 13:53:33 +01:00
Ulrich Germann
fc10ad4afb
Code reorganization for better session management in Moses server. Clients can now close sessions.
2015-08-04 01:59:28 +01:00
Hieu Hoang
5173b9f617
beautify. Add sed for trailing spaces
2015-05-13 11:29:16 +01:00
Hieu Hoang
cc8c6b7b10
beautify
2015-05-02 11:45:24 +01:00
Matthias Huck
34d1d3a904
sentence-bleu-nbest
2015-04-30 19:44:29 +01:00
Jeroen Vermeulen
eca5824100
Remove trailing whitespace in C++ files.
2015-04-30 12:05:11 +07:00
Kenneth Heafield
0698da8b0f
log(1 + ...) -> log1p(...)
2015-04-08 10:08:05 -04:00
Ulrich Germann
8ed69fb56a
Some #defines were redefines when using IRSTLM. Now #undef-ing them prior to redefining them to avoid compiler warnings.
2015-02-09 23:04:17 +00:00
Hieu Hoang
05ead45e71
beautify
2015-01-14 11:07:42 +00:00
Ales Tamchyna
e864a8d8df
another utility function
2015-01-06 15:19:34 +01:00
Ales Tamchyna
c6f9a332f7
minor
2015-01-06 10:57:38 +01:00
Ales Tamchyna
416c819f79
minor
2015-01-06 10:55:11 +01:00
Nicola Bertoldi
e4eb201c52
merged master into dynamic-models and solved conflicts
2014-12-13 12:52:47 +01:00
Matthias Huck
0f9e8aec91
verbosity macros
2014-12-04 19:13:42 +00:00
Matthias Huck
24a8a6a511
PhraseOrientationFeature
2014-12-03 20:04:26 +00:00
Hieu Hoang
3da8415095
add OutputNBest() as abstract method to BaseManager. Tighten up framework
2014-12-02 19:09:10 +00:00
Hieu Hoang
79e1c12c1c
make GetParam() a const method with no side effect
2014-11-28 17:15:01 +00:00
Hieu Hoang
8306de019c
make GetParam() a const method with no side effect
2014-11-27 23:02:41 +00:00
Hieu Hoang
b70c34a083
make GetParam() a const method with no side effect
2014-11-27 17:49:08 +00:00
Hieu Hoang
33ed15ef19
move misc common functions into moses/
2014-09-30 14:22:38 +01:00
Hieu Hoang
c40faed0d6
separate out class TranslationTask into it's on file
2014-09-30 12:25:36 +01:00
Ulrich Germann
4d41211c2c
Major overhaul of Mmsapt. Reorganization of old and addition of new features in phrase tables. Many critical bug fixes.
2014-07-09 02:41:28 +01:00
Nicola Bertoldi
bd83999264
beautify
2014-01-15 16:42:02 +01:00
Nicola Bertoldi
47bece6eac
code cleanup; fixings to others' code/test
2014-01-15 16:16:37 +01:00
Hieu Hoang
f13d0c8244
UTIL_THROW_IF -> UTIL_THROW_IF2
2013-11-22 20:27:46 +00:00
Hieu Hoang
c2ffc022ea
replace CHECK with UTIL_THROW_IF in Moses
2013-11-19 18:52:15 +00:00
Hieu Hoang
17887a2796
replace nth_element() with macro that execute sort() instead for gcc 4.8.1 & 4.8.2
2013-11-15 10:55:38 +00:00
Nicola Bertoldi
16e4220f17
functions to handle with Document-Level Translation tags
2013-08-14 12:20:51 +02:00
Hieu Hoang
cb46bd3c00
beautify
2013-07-18 17:00:44 +01:00
Hieu Hoang
415c5ab693
tokenize only first occurence of = char for key=value. Allow paths with = chars
2013-07-18 14:01:08 +01:00
Hieu Hoang
6249432407
beautify
2013-05-29 18:16:15 +01:00
Rico Sennrich
908c006e32
online combination of multiple phrase tables
...
- creates a virtual phrase table at decoding time based on a vector of component models and a combination algorithm
- linear interpolation or instance weighting
- two possible component model types supported so far: 0 (in-memory) or 12 (compact)
- weights can be set in config, and overriden on a sentence-level through mosesserver API
- online optimization (perplexity minimization) using dlib and xmlrpc-c call
2013-04-22 13:21:59 +02:00
Christian Buck
bb5d70fc7c
integrated xml passthrough handling (by Nicola Bertoldi)
2013-04-12 19:43:53 +01:00
Hieu Hoang
5e3ef23cef
move moses/src/* to moses/
2012-11-12 19:56:18 +00:00