Kenneth Heafield
67b71829c5
Remove --without-kenlm. Again.
2011-11-17 19:26:37 +00:00
Nicola Bertoldi
e6bfa529e4
bug fixed in generate-makefiles.sh
2011-11-17 18:35:01 +01:00
Kenneth Heafield
72a4c8a0d3
Move kenlm up one level, simplify compilation
2011-11-17 12:49:55 +00:00
Tetsuo Kiso
c5c128f263
Add retrieving the number of cores on Mac OS X.
2011-11-11 17:47:07 +09:00
Kenneth Heafield
fa9e1eb8c1
Fix touch: cannot touch `ltmain.sh': Permission denied
2011-10-20 16:20:58 +01:00
Kenneth Heafield
f1a309773b
Unbreak ltmain.sh
2011-10-19 10:05:48 +01:00
jhclark
a4fa26aced
And detect number of cores while we're at it
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4269 1f5c12ca-751b-0410-a591-d2e778427230
2011-09-26 15:00:14 +00:00
jhclark
39747881cb
Give more helpful error and status messages in regenerate-makefiles.sh
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4268 1f5c12ca-751b-0410-a591-d2e778427230
2011-09-26 14:56:47 +00:00
dowobeha
a040227376
Syntactic LM can now be enabled by passing --with-synlm to configure. The path to the ModelBlocks parser is now assumed to be synlm/hhmm, and no longer needs to be explicitly specified.
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3994 1f5c12ca-751b-0410-a591-d2e778427230
2011-05-24 15:48:28 +00:00
dowobeha
2c9f74ef71
Documented minimum version requirements for autoconf and m4
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3979 1f5c12ca-751b-0410-a591-d2e778427230
2011-05-16 14:26:56 +00:00
dowobeha
9581b6aae2
Updated syntactic classes (cherry-picking from commit bf7a7bb8e7
)
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3973 1f5c12ca-751b-0410-a591-d2e778427230
2011-05-13 19:28:23 +00:00
dowobeha
9375aa8846
Reverting changes. Revision 3971 was a bad commit.
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3972 1f5c12ca-751b-0410-a591-d2e778427230
2011-05-13 18:27:30 +00:00
dowobeha
bb941c01f6
Merge branch 'master' into local-trunk
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3971 1f5c12ca-751b-0410-a591-d2e778427230
2011-05-13 18:07:21 +00:00
bhaddow
a836747b4e
Add note about autoconf
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3947 1f5c12ca-751b-0410-a591-d2e778427230
2011-04-14 15:57:10 +00:00
heafield
193109e200
Link kenlm by default (it was already being built). Allow --without-kenlm to avoid linking. Add myself to the build instructions.
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3588 1f5c12ca-751b-0410-a591-d2e778427230
2010-09-28 18:02:08 +00:00
hieuhoang1972
32d3565b04
ken lm integration
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3543 1f5c12ca-751b-0410-a591-d2e778427230
2010-09-21 22:43:29 +00:00
hieuhoang1972
85f59b3811
libtool for mac
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3266 1f5c12ca-751b-0410-a591-d2e778427230
2010-05-22 01:04:44 +00:00
jfouet
7c1e287c71
Add configure options to link dynamically with libmoses
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@2932 1f5c12ca-751b-0410-a591-d2e778427230
2010-02-24 09:27:18 +00:00
bhaddow
c5d39f039f
Merge moses-server branch (includes mt moses) into trunk.
...
Plain (single-thread) moses should configure and build as before.
Multi-thread and server only available if appropriate options are selected
at configure/compile time.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@2477 1f5c12ca-751b-0410-a591-d2e778427230
2009-08-07 16:47:54 +00:00
hieuhoang1972
5539e81209
configure for randlm
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1934 1f5c12ca-751b-0410-a591-d2e778427230
2008-11-04 18:01:30 +00:00
hieuhoang1972
ece61581a0
make build instructions. can build with both sri & irst @ same time
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1919 1f5c12ca-751b-0410-a591-d2e778427230
2008-10-28 17:17:01 +00:00
hieuhoang1972
9af7532f31
call bash instead of sh suggested by Vee Satayamas
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1586 1f5c12ca-751b-0410-a591-d2e778427230
2008-03-05 12:38:33 +00:00
nicolabertoldi
3544b51662
Added notes for compilation on Mac.
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1396 1f5c12ca-751b-0410-a591-d2e778427230
2007-05-23 07:34:50 +00:00
hieuhoang1972
16e031f1cf
check automake version (submitted by Lane Schwartz)
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1333 1f5c12ca-751b-0410-a591-d2e778427230
2007-03-31 15:18:01 +00:00
bojar
2f4c70b4ae
Die if aclocal, autoconf or automake fail
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1214 1f5c12ca-751b-0410-a591-d2e778427230
2007-02-15 01:50:26 +00:00
redpony
b7ffa5f8b9
make building moses/moses-cmd a single make command rather than two
...
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@794 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-23 15:18:53 +00:00