Moses, the machine translation system
Go to file
2010-02-18 22:53:25 +00:00
hypergraph-prototype/attempt1 fixes 2008-05-21 13:04:51 +00:00
lmserver better example 2009-01-22 21:32:39 +00:00
m4 Merge moses-server branch (includes mt moses) into trunk. 2009-08-07 16:47:54 +00:00
mert minor changes to extractor-bin regr-test to make it compliant with both mac and linux 2009-10-01 14:33:08 +00:00
misc visual studio 2009-10-02 09:54:10 +00:00
moses includes a new file for makefile 2010-02-18 22:53:25 +00:00
moses-cmd multiconfigs, updates 2010-01-24 23:28:24 +00:00
regression-testing generalized n-best list reporting for feature functions, added experimental version of global lexical model 2009-05-26 19:30:35 +00:00
report git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1446 1f5c12ca-751b-0410-a591-d2e778427230 2007-08-07 03:05:25 +00:00
reranking make gcc amd make calls consistent for eric to use in ubuntu package 2009-05-27 12:54:04 +00:00
scripts test, please ignore 2009-10-23 15:45:35 +00:00
server multiconfigs, updates 2010-01-24 23:28:24 +00:00
sigtest-filter fix compile error 2009-09-24 19:21:32 +00:00
web added the tokenizer scripts that were distributed for the Marathon last year - translate.cgi needs them and it simplifies distribution to have them here 2009-01-12 22:36:56 +00:00
BUILD-INSTRUCTIONS.txt make build instructions. can build with both sri & irst @ same time 2008-10-28 17:17:01 +00:00
config.guess Merge moses-server branch (includes mt moses) into trunk. 2009-08-07 16:47:54 +00:00
config.h.in Merge moses-server branch (includes mt moses) into trunk. 2009-08-07 16:47:54 +00:00
config.sub Merge moses-server branch (includes mt moses) into trunk. 2009-08-07 16:47:54 +00:00
configure.in making configure compliant with IRSTLM configure wrt the name of platform 2009-10-01 14:12:55 +00:00
depcomp make building moses/moses-cmd a single make command rather than two 2006-08-23 15:18:53 +00:00
install-sh make building moses/moses-cmd a single make command rather than two 2006-08-23 15:18:53 +00:00
ltmain.sh make building moses/moses-cmd a single make command rather than two 2006-08-23 15:18:53 +00:00
make-release-tarball.sh new directory layout 2006-08-23 17:17:10 +00:00
Makefile.am Merge moses-server branch (includes mt moses) into trunk. 2009-08-07 16:47:54 +00:00
missing testing... 2008-04-15 13:57:36 +00:00
mkinstalldirs make building moses/moses-cmd a single make command rather than two 2006-08-23 15:18:53 +00:00
moses.sln visual studio 2009-10-02 09:54:10 +00:00
README.config-switching multi-configs running in multi-threads, first phase 2009-12-14 15:46:27 +00:00
regenerate-makefiles.sh Merge moses-server branch (includes mt moses) into trunk. 2009-08-07 16:47:54 +00:00
validate_more_revisions.sh keep a copy of the scripts, so that we don't miss them in previous revisions 2006-10-06 18:38:21 +00:00
validate_revision.sh fixed order of 'configure' and 'make clean' in validate_revision 2006-10-17 14:47:28 +00:00

--------------------------
moses and mosesmt:
	Process command:
	<decoder addconfig="-f moses.ini">

	Input with a tag:
	<cfg id=0>a sentence to be translated with the first config</cfg>
	<cfg id=1>a sentence to be translated with the second config</cfg>

-------------------------
mosesserver:
	c = proxy.addconfig
	c({"addconfig":"-f moses-fr.ini"})

	t({"text":"<cfg id=0>deutsch</cfg>"})
	t({"text":"<cfg id=1>français</cfg>"})
-------------------------