Hieu Hoang
e1dc4131f6
merge
2013-03-27 08:45:16 +00:00
Hieu Hoang
eeeda717a4
eclipse
2013-03-26 15:47:30 +00:00
Hieu Hoang
f8afc73569
get rid of locking altogether. PDTimp already has separated source & target vocab variable. Use those instead
2013-03-26 14:05:50 +00:00
Hieu Hoang
e2b18c5337
no leak message due to static variable in binary phrase table. Doesn't actually solve the mem leak though
2013-03-26 13:29:59 +00:00
Hieu Hoang
51a59b881e
move RedVoc() as method in PDTimp class. Ready for getting rid of static variable
2013-03-26 12:45:27 +00:00
Hieu Hoang
f2acca0943
eclipse
2013-03-26 11:50:10 +00:00
Hieu Hoang
72aa0a80bd
Merge github.com:moses-smt/mosesdecoder into weight-new
2013-03-25 13:51:47 +00:00
Hieu Hoang
e71371799f
Merge pull request #33 from jpuigcerver/patch-1
...
Fixes compilation error using libboost_1_50
2013-03-24 12:04:23 -07:00
Joan Puigcerver
4a954f2be7
Fixes compilation error using libboost_1_50
...
Problem spotted in https://github.com/moses-smt/mosesdecoder/issues/32
fixed.
According to the Boost doc, nbestPath.parent_path().filename()
returns a path object, to get the correspondent std::string
representation, one must call one of the methods listed in:
http://www.boost.org/doc/libs/1_53_0/libs/filesystem/doc/reference.html#path-native-format-observers
native() is supposed to return the path in the specific OS
path format (using backslashes for Windows). Anyway, since we
are considering only the filename here, the result is the same.
2013-03-24 20:01:59 +01:00
Hieu Hoang
7621f732cd
Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new
2013-03-24 09:57:45 +00:00
Hieu Hoang
fd4e954322
merge
2013-03-24 09:57:36 +00:00
Hieu Hoang
db005f6503
compile error caused by different versions of boost
2013-03-23 15:58:07 +00:00
Lane Schwartz
3a4e63c558
Ensure directory exists for outputting hypergraphs
2013-03-22 12:14:28 -04:00
Lane Schwartz
b2bba0bae3
Work on compression and defaults for outputting hypergraphs.
2013-03-21 16:48:47 -04:00
Lane Schwartz
28c980d58e
Allow hypergraph output to be in plain text, gzip, or bzip2.
...
The output-search-graph-hypergraph flag now takes two params:
* The first param must be "none", "gzip", or "bzip2"
* The second param is the hypergraph directory,
which must already exist
2013-03-21 15:19:31 -04:00
Lane Schwartz
22c77f7331
Work on decreasing memory requirement for outputting hypergraph
2013-03-21 12:17:49 -04:00
Kenneth Heafield
0cc07c5c9a
--max-factors=1 and Sparse features segfault -> different check suggested by Philipp
2013-03-20 17:17:16 +00:00
Matous Machacek
7b9c5c1194
fixed bug in InterpolatedScorer
2013-03-19 23:08:28 +01: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
Christian Buck
6efa1681fc
added operator< to SearchGraphNode - compares Ids
2013-03-19 18:21:35 +00:00
Kenneth Heafield
55f02f2fec
Accept concatenated bzip2 files
2013-03-19 14:46:52 +00:00
Hieu Hoang
86680702cd
Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new
2013-03-19 12:34:56 +00:00
Hieu Hoang
cb6b1a7dfd
Merge github.com:moses-smt/mosesdecoder into weight-new
2013-03-19 12:34:37 +00:00
Hieu Hoang
68b64974c4
runtime error using name args with language models
2013-03-19 12:19:39 +00:00
Kenneth Heafield
7dc4faa97e
Fix cd error when running bjam from non-top
2013-03-19 11:17:17 +00:00
Barry Haddow
42526b5b6e
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-03-18 21:50:11 +00:00
Barry Haddow
8efeb59228
don't lowercase reference if there's a recaser
2013-03-18 21:29:17 +00:00
Hieu Hoang
656b70c829
Merge pull request #31 from achimr/master
...
Hungarian and Latvian non-breaking prefix files
2013-03-18 14:24:11 -07:00
Achim
038871fdb3
Hungarian and Latvian non-breaking prefix files
2013-03-18 17:17:35 -04:00
Hieu Hoang
2de7a55bef
Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new
2013-03-18 16:52:17 +00:00
Hieu Hoang
f956eeef23
Merge github.com:moses-smt/mosesdecoder into weight-new
2013-03-18 16:50:21 +00:00
Hieu Hoang
dbfd4847ce
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-03-18 16:49:10 +00:00
Hieu Hoang
1b83b85f44
debug info from sort command
2013-03-18 16:48:40 +00:00
Hieu Hoang
96b43c2ded
change create-ini to give implementation independent names to LM
2013-03-18 15:53:42 +00:00
Hieu Hoang
9c91eda308
Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new
2013-03-16 23:25:40 +00:00
Hieu Hoang
2c26ad133e
error parsing factors. And eclipse project files
2013-03-16 16:41:38 +00:00
Hieu Hoang
b4ab054453
merge error
2013-03-16 16:18:51 +00:00
Hieu Hoang
4f4e7c503d
runtime error in creating ini file
2013-03-16 15:16:02 +00:00
Hieu Hoang
45c1dbe44a
Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new
2013-03-16 15:05:29 +00:00
Hieu Hoang
1f1a0297db
runtime error in creating ini file
2013-03-16 15:05:14 +00:00
Hieu Hoang
db049e0fa0
Merge github.com:moses-smt/mosesdecoder into weight-new
2013-03-16 13:35:05 +00:00
Hieu Hoang
9f4824b2be
single threaded compile error
2013-03-16 13:25:31 +00:00
Hieu Hoang
7888c7ba23
eclipse project files
2013-03-15 22:02:00 +00:00
Hieu Hoang
18e8f12d5e
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-03-15 20:38:42 +00:00
Hieu Hoang
8523a27768
fix single-threaded
2013-03-15 20:38:26 +00:00
Hieu Hoang
df5f0934be
eclipse
2013-03-15 19:48:51 +00:00
Hieu Hoang
de2519fb88
eclipse
2013-03-15 19:48:11 +00:00
Hieu Hoang
2d252d2dd0
memory leak
2013-03-15 16:11:15 +00:00
Hieu Hoang
974bdd979b
memory leak
2013-03-15 14:19:36 +00:00