Hieu Hoang
767163c96e
start CodeLite project files
2015-03-16 18:14:06 +00:00
Hieu Hoang
2fe8bccd2b
remove visual studio and xcode project files. No longer maintained
2015-03-10 16:19:13 +00:00
Hieu Hoang
ee6948b168
eclipse
2015-03-10 16:04:30 +00:00
Hieu Hoang
44d4d94b44
eclipse
2015-03-08 20:26:16 +00:00
Hieu Hoang
62320ef961
eclipse
2015-03-04 20:20:23 +00:00
Ulrich Germann
982286b38f
Folded contrib/server/mosesserver.cpp into the moses executable.
...
With immediate effect, mosesserver is deprecated, use moses --server instead.
2015-03-04 00:07:11 +00:00
Hieu Hoang
0829e5196d
path arg /Cheng Yong
2015-02-28 13:59:36 +00:00
Hieu Hoang
c84632a88f
eclipse
2015-02-25 13:30:48 +00:00
Hieu Hoang
59986d8c81
change default mac-chart-span 10->20. /Arefeh Kazemi
2015-02-24 12:35:00 +00:00
Hieu Hoang
b223256040
park Joint LM. Doesn't work anymore
2015-02-18 15:11:03 +00:00
akimbal1
915c29b0dd
detokenization fixes and features
2015-02-15 17:19:47 -05:00
akimbal1
eff60db207
stop treating dash like hyphen
2015-02-15 00:23:29 -05:00
akimbal1
f307e56273
merge upstream
...
cking branch 'upstream/master'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2015-02-14 23:56:41 -05:00
akimbal1
6352dc773c
closer match to perl tokenizer
2015-02-14 23:37:44 -05:00
Jeroen Vermeulen
c52931e909
Missing include: boost/foreach.hpp.
...
Fixes compile error on BOOST_FOREACH.
2015-02-13 17:31:25 +01:00
Ulrich Germann
fa3f82a04d
Merge branch 'master' into sampled-lexicalized-reordering
2015-02-13 02:22:37 +00:00
Hieu Hoang
2a424da4b7
minor compile error
2015-02-12 16:30:07 +00:00
Ulrich Germann
31da9e8a01
Adapted for new return type of TranslationOptionCollection::GetTranslationOptionList().
2015-02-10 01:50:36 +00:00
Hieu Hoang
65f94e615b
check args for KENLM
2015-02-06 11:53:25 +00:00
Hieu Hoang
70e8eb54ce
Using boost for prefix/suffix checks /Jeroen Vermeulen
2015-02-05 16:23:47 +00:00
Hieu Hoang
6bfdddfe49
eclipse
2015-02-03 10:26:51 +00:00
akimbal1
362e6a9374
remove spurious endl
2015-02-02 15:57:04 -05:00
akimbal1
8ea1c9fd40
alignment for hieu
2015-02-02 12:55:21 -05:00
Hieu Hoang
884a0b1c90
forgot to add Parameters.cpp. Change c++11 to c++0x to support older compilers (on Ubuntu 12.04 etc).
2015-01-30 17:45:20 +00:00
Hieu Hoang
1dea58e945
separate parameters into it's own class
2015-01-25 15:02:33 +00:00
Hieu Hoang
5d2b0224d6
Jamfile for tokenizer
2015-01-25 14:00:35 +00:00
Kenneth Heafield
98c352ed3a
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2015-01-23 13:38:35 -05:00
akimbal1
d38dcd89bb
add glib-2.0 for better unicodification and faster implementation
2015-01-23 13:35:09 -05:00
Hieu Hoang
4f322242e9
eclipse
2015-01-22 22:17:50 +00:00
Hieu Hoang
a6cef9382c
eclipse
2015-01-22 22:06:53 +00:00
Kenneth Heafield
1dce55f413
C++ tokenizer based on RE2. Not by me.
...
Some differences from Moses tokenizer: fraction characters count as numbers, _ handling, URLs
Currently 3x slower than perl :'(. Looking to make it faster by composing regex substitutions.
TODO eliminate sprintf and fixed-size buffers.
2015-01-22 12:25:02 +01:00
Kenneth Heafield
e30065072e
C++ tokenizer based on RE2. Not by me.
...
Some differences from Moses tokenizer: fraction characters count as numbers, _ handling, URLs
Currently 3x slower than perl :'(. Looking to make it faster by composing regex substitutions.
TODO eliminate sprintf and fixed-size buffers.
2015-01-21 12:23:44 -05:00
Hieu Hoang
bb55949eef
call Manager::OutputAlignment()
2015-01-10 09:56:50 +00:00
Hieu Hoang
be0ab92d16
delete oov pt
2015-01-09 22:32:08 +00:00
Hieu Hoang
782ac85674
allow mira compilation for Eva
2015-01-08 12:37:34 +00:00
Hieu Hoang
13ec6060b0
move mira code to contrib
2015-01-08 11:49:53 +00:00
Hieu Hoang
b9bef2fc44
add oovpt
2015-01-07 12:18:09 +04:00
Hieu Hoang
3b3f11365d
delete UserMessage. Too difficult to police
2015-01-07 10:01:10 +04:00
Hieu Hoang
1e0a2835bf
add oovpt
2015-01-04 19:10:48 +05:30
Hieu Hoang
0552a79b1e
consistent constructor for all managers
2015-01-03 00:10:15 +05:30
Hieu Hoang
ba166f109c
moving more stuff out of IOWrapper
2014-12-30 18:53:30 +05:30
Hieu Hoang
f865e7e43c
move OutputInput() to Hypothesis class
2014-12-28 22:09:38 +05:30
Ratish Puduppully
61c0c752b3
updated with links to changes
2014-12-23 13:39:22 +05:30
Nicola Bertoldi
4e77665d30
better handling of cache-based models with inconsistent parameters
2014-12-15 17:42:41 +01:00
Nicola Bertoldi
e4eb201c52
merged master into dynamic-models and solved conflicts
2014-12-13 12:52:47 +01:00
Hieu Hoang
fad3ef687a
move OutputBest() to Syntax::Manager
2014-12-10 11:01:56 +00:00
Hieu Hoang
a4c9e5f920
eclipse
2014-12-09 17:58:23 +00:00
Hieu Hoang
23ca29a2ea
add Decode to API framework
2014-12-05 17:59:53 +00:00
Hieu Hoang
29ead5be7b
move n-best code for phrase-based from IOWrapper to Manager
2014-12-02 14:38:03 +00:00
Hieu Hoang
f49294f5ba
eclipse
2014-11-27 18:43:46 +00:00