Hieu Hoang
e22b68e2fd
roll back change in mosesserver. Doesn't work with xmlrpc-c v. 1.16.33 - ie very old lib on Ubuntu 12.04
2014-04-17 20:15:06 +01:00
Hieu Hoang
46cef770b7
add header allowOrigin *
2014-04-12 17:20:34 +02:00
Ulrich Germann
1a380b9a8a
Fixed typo
2014-04-11 12:29:32 +01:00
Ulrich Germann
b1b9f6cfa2
Additions / changes to Moses server so that it can be used for Moses tuning.
2014-04-03 20:38:14 +01:00
Ulrich Germann
f1d39b50fc
Added support for Mmsapt.
2014-03-21 11:03:45 +00:00
Kenneth Heafield
c4ec78b817
Remove a CHECK
2014-01-02 11:24:49 -05:00
Rico Sennrich
155e10b05a
mosesserver and multimodel: identify multimodel phrase table by name (instead of assuming it's first table in config)
2014-01-02 13:38:39 +01:00
Rico Sennrich
58ed19ce6a
remove hacks for phrase penalty from MultiModel phrase type.
2014-01-02 12:29:38 +01:00
Hieu Hoang
a1584c608f
compile error in mosesserver
2013-11-17 23:04:04 +00:00
Hieu Hoang
28e4dcb304
compile error in moses server
2013-10-03 20:39:40 +01:00
Ales Tamchyna
ea23629598
Moses server: optionally include alignment info in n-best lists
2013-10-02 13:56:16 +02:00
Rico Sennrich
1113f83f98
documentation/permissions
2013-09-18 15:13:56 +02:00
Hieu Hoang
6c739bcbf5
constrained decoding FF works for both pb and hiero
2013-09-17 15:26:25 +02:00
Hieu Hoang
bb1f49e10c
Merge /home/hieu/workspace/github/mosesdecoder into hieu_opt_input
2013-07-31 14:29:18 +01:00
Rico Sennrich
a15bc05a33
rename multimodel weights in moses server (harmonization with the new config format)
2013-07-30 17:02:34 +02:00
Rico Sennrich
ccdcecc86f
multimodel and mosesserver: instead of optimizing first model, select model by name.
2013-07-30 13:54:50 +02:00
Hieu Hoang
2a2c2856ed
delete translation option caching
2013-07-12 22:46:24 +01:00
Rico Sennrich
9e9cbbc13b
refactoring multimodel code out of StaticData; locking.
2013-06-12 14:47:40 +02:00
Hieu Hoang
9977f6c393
compile error in moses server. Delete mention of ORLM
2013-05-27 19:16:18 +01:00
Rico Sennrich
5fa1752018
multimodel(counts): allow different features to have separate interpolation weights.
2013-05-16 14:11:03 +02:00
Rico Sennrich
876de13eba
restore support for multimodel(counts) in moses server:
...
set sentence-level weights and optimize weights
2013-05-16 13:40:17 +02:00
Hieu Hoang
5f6f27dea5
compile error. Delete reference to TranslationSystem
2013-05-13 20:48:05 +01:00
Christian Buck
5b69987373
mosesserver now supports nbest lists
2013-05-12 21:02:27 -07:00
Hieu Hoang
981351758a
delete class TranslationSystem
2013-05-11 14:13:26 +01:00
Hieu Hoang
372d0505d2
eclipse
2013-05-02 21:22:05 +01:00
Hieu Hoang
ce95c117f6
merge
2013-04-29 18:46:48 +01:00
Kenneth Heafield
972001e345
Compiler error
2013-04-27 01:02:52 +02: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
477f913585
mosesserver now supports nbest lists
2013-04-21 00:34:59 +01:00
Christian Buck
b362791169
fixed warnings
2013-04-21 00:34:25 +01:00
Christian Buck
bb5d70fc7c
integrated xml passthrough handling (by Nicola Bertoldi)
2013-04-12 19:43:53 +01:00
Christian Buck
8df9639f10
added update example to mosesserver
2013-04-12 19:38:41 +01:00
Hieu Hoang
fd4e954322
merge
2013-03-24 09:57:36 +00:00
Christian Buck
34c8975aa7
ported perl xmlrpc example to python
2013-03-19 18:22:43 +00:00
Christian Buck
e7f54efa72
mosesserver gives search graph ordered by hyp-id
2013-03-19 18:22:21 +00:00
Hieu Hoang
eaacbb1c92
compiles
2013-02-22 22:23:55 +00:00
Hieu Hoang
f8a554ff22
delete PTLOAD_TIME
2013-02-21 22:55:41 +00:00
Hieu Hoang
8799e721ac
move phrase tables and generation tables to staticData
2012-12-21 14:54:43 +00:00
Hieu Hoang
59449f2925
make TranslationModel subdirectory and move files from moses/ into it
2012-11-27 15:08:31 +00:00
Rico Sennrich
4813dfb4f3
fix mosesserver includes
2012-11-15 17:05:38 +01:00
Hieu Hoang
9c1cd9cf37
server compile error
2012-11-12 23:35:07 +00:00
Hieu Hoang
87b6520d82
add moses server back in. Changed ScoreComponentCollection to expose dense feature array
2012-10-22 14:41:23 +01:00
Barry Haddow
365e680115
Merge remote-tracking branch 'origin/master' into miramerge
...
NB Untested
Conflicts:
Jamroot
moses-chart-cmd/src/Main.cpp
moses/src/ChartManager.cpp
moses/src/RuleTable/LoaderStandard.cpp
moses/src/RuleTable/PhraseDictionaryALSuffixArray.cpp
moses/src/Word.cpp
2012-10-15 21:35:56 +01:00
Kenneth Heafield
e75b51bb73
Fix more conflations, update lazy
2012-10-12 14:09:45 +01:00
Barry Haddow
0a950ee9f4
Merge remote branch 'github/master' into miramerge
...
Compiles, but not tested. Had to disable relent filter. Strangely, it seems to contain the
whole of moses-cmd.
Conflicts:
Jamroot
OnDiskPt/TargetPhrase.cpp
moses-cmd/src/Main.cpp
moses/src/AlignmentInfo.cpp
moses/src/AlignmentInfo.h
moses/src/ChartTranslationOptionCollection.cpp
moses/src/ChartTranslationOptionCollection.h
moses/src/GenerationDictionary.cpp
moses/src/Jamfile
moses/src/Parameter.cpp
moses/src/PhraseDictionary.cpp
moses/src/StaticData.cpp
moses/src/StaticData.h
moses/src/TargetPhrase.h
moses/src/TranslationSystem.cpp
moses/src/TranslationSystem.h
moses/src/Word.cpp
phrase-extract/score.cpp
regression-testing/Jamfile
scripts/ems/experiment.meta
scripts/ems/experiment.perl
scripts/training/train-model.perl
2012-09-26 22:49:33 +01:00
Hieu Hoang
a7b8c75b44
servlet and jquery interfaces for moses server. Thanks to Alexander Ulanov
2012-08-12 13:18:58 +01:00
Jonathan Clark
6f008096ea
Use Moses' Timer class, which is based on wall-time instead of the C clock() function, which measures clock ticks used within the *process* rather than each thread. This makes timings more meaningful in multi-threaded mode. However, these timings will still be inaccurate on Windows (second-level only).
2012-08-10 15:32:00 -04:00
Hieu Hoang
97f46537b7
wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles
2012-07-30 21:07:19 +01:00
Eva Hasler
e1c1a5343c
merge
2012-06-07 11:16:52 +01:00
Eva Hasler
6a6a35c65e
fix start weights in experiment.perl, add hypothesis queue for picking hope and fear translations, add variations to 1slack formulation
2012-06-01 01:49:42 +01:00
Eva Hasler
30deedde9f
changed permission, everything changed..
2012-05-10 18:54:24 +01:00
Eva Hasler
93bb01b2e4
some fixes to mosesserver and bleu feature
2012-05-07 05:20:21 +01:00
Eva
f147031576
modify mosesserver to allow weight updates, change BleuFeature compare function, add debug code to Hypothesis.cpp and FeatureVector.cpp, fix OutputPhraseNode in Manager.cpp, add client script for translation with weight updates
2012-05-06 16:04:55 -07:00
Barry Haddow
02ddca96ed
Add support for chart-based models to server
2012-04-13 17:27:48 +01:00
Barry Haddow
806a614b6d
Add support for chart-based models to server
2012-04-13 17:27:48 +01:00
Kenneth Heafield
b9455e0744
Compile ORLM. The existing code should to be refactored.
2012-02-08 13:29:16 -05:00
Kenneth Heafield
3c7271220d
Compile ORLM. The existing code should to be refactored.
2012-02-08 13:29:16 -05:00
Hieu Hoang
74194d9d90
Sample java client for moses server. By Marwen Azouzi
2012-01-03 22:17:12 +07:00
Hieu Hoang
48e91f5d04
Sample java client for moses server. By Marwen Azouzi
2012-01-03 22:17:12 +07:00
Hieu Hoang
7506d73610
minor bjam error for server
2011-12-02 08:50:11 +07:00
Hieu Hoang
8e64e75842
minor bjam error for server
2011-12-02 08:50:11 +07:00
Kenneth Heafield
c53453b266
No more autotools (with bhaddow in the room)
2011-12-01 17:17:28 +00:00
Kenneth Heafield
42975b0635
No more autotools (with bhaddow in the room)
2011-12-01 17:17:28 +00:00
Kenneth Heafield
00805d5d6f
Attempt to fix xmlrpc-c detection
2011-11-30 12:51:24 +00:00
Kenneth Heafield
7eedf62407
Attempt to fix xmlrpc-c detection
2011-11-30 12:51:24 +00:00
Kenneth Heafield
7451269923
More error checking for moses server
2011-11-30 08:53:13 +00:00
Kenneth Heafield
d4099a7455
More error checking for moses server
2011-11-30 08:53:13 +00:00
Kenneth Heafield
02b330588c
shell-prefix was meant to be empty-string, not null-set
2011-11-28 13:41:21 -05:00
Kenneth Heafield
3d5a41baaf
shell-prefix was meant to be empty-string, not null-set
2011-11-28 13:41:21 -05:00
Kenneth Heafield
d18f76098d
Mike Ladwig complained about xmlrpc-c.
2011-11-28 18:24:23 +00:00
Kenneth Heafield
10d4e651cd
Mike Ladwig complained about xmlrpc-c.
2011-11-28 18:24:23 +00:00
Kenneth Heafield
95fc3d6e60
Some people have xmlrpc without abyss so test for that
2011-11-26 11:57:09 +00:00
Kenneth Heafield
aadd7dee68
Some people have xmlrpc without abyss so test for that
2011-11-26 11:57:09 +00:00
Barry Haddow
0b57ba12f5
Fix server build
2011-11-23 15:22:45 +00:00
Barry Haddow
791831b0ce
Fix server build
2011-11-23 15:22:45 +00:00
Barry Haddow
7b472960b1
Move projects from top level to contrib
...
server build probably broken
2011-11-23 14:48:50 +00:00
Barry Haddow
5e2731619c
Move projects from top level to contrib
...
server build probably broken
2011-11-23 14:48:50 +00:00