Kenneth Heafield
|
974a708ddd
|
Updated kenlm 96ef3f2c11.
Invalidates old gcc and 32-bit formats, replacing these with one consistent format: 64-bit new gcc. Backwards compatible with these files.
|
2011-11-17 19:12:19 +00:00 |
|
Nicola Bertoldi
|
17cec851df
|
removed useless files
|
2011-11-17 18:41:38 +01:00 |
|
Nicola Bertoldi
|
e6bfa529e4
|
bug fixed in generate-makefiles.sh
|
2011-11-17 18:35:01 +01:00 |
|
Barry Haddow
|
ba5633c7b5
|
Merge remote branch 'origin/master' into pro
Conflicts:
kenlm
mert/Data.cpp
mert/Data.h
mert/Makefile.am
mert/mert.cpp
|
2011-11-17 15:58:56 +00:00 |
|
Kenneth Heafield
|
492fe6d97a
|
gitignore
|
2011-11-17 13:07:06 +00:00 |
|
Kenneth Heafield
|
72a4c8a0d3
|
Move kenlm up one level, simplify compilation
|
2011-11-17 12:49:55 +00:00 |
|
Barry Haddow
|
71c777f01d
|
Remove old PRO. Fix running of PRO from mert script.
|
2011-11-16 17:43:54 +00:00 |
|
Barry Haddow
|
7aa9073abe
|
Update to use new pro implementation
|
2011-11-16 17:36:04 +00:00 |
|
Barry Haddow
|
aeead91b54
|
Output to file. Remove debug.
|
2011-11-16 16:26:01 +00:00 |
|
Barry Haddow
|
79de3c8699
|
Complete initial version of pro extractor
|
2011-11-16 14:54:23 +00:00 |
|
Arianna Bisazza
|
07a8558c02
|
slightly changed description of new parameter (-xb)
|
2011-11-16 13:53:10 +01:00 |
|
Arianna Bisazza
|
afbbfaacd4
|
xml-like markup symbols are now configurable
|
2011-11-16 13:38:22 +01:00 |
|
Arianna Bisazza
|
0593a3bf4c
|
my first commit, affects 1 file
|
2011-11-16 11:22:29 +01:00 |
|
Kenneth Heafield
|
a1a5c0511c
|
Remove test for KenLM's unused SRI wrapper
|
2011-11-15 17:34:26 +00:00 |
|
Kenneth Heafield
|
417b1e6b58
|
Remove timeval on windows
|
2011-11-15 16:37:05 +00:00 |
|
Tetsuo Kiso
|
d7bd58c6f5
|
Resolved conflicts
|
2011-11-15 22:41:21 +09:00 |
|
Barry Haddow
|
0a2e0f44a6
|
Finish and test feature and score data iterators.
|
2011-11-15 13:12:14 +00:00 |
|
Tetsuo Kiso
|
1ba9a4e868
|
Add error checking for file existence.
|
2011-11-15 10:17:00 +09:00 |
|
Tetsuo Kiso
|
9b8cb6a6d4
|
Fix typo.
|
2011-11-15 10:15:09 +09:00 |
|
bhaddow
|
3a6c0e0680
|
iterate through feature file
|
2011-11-14 22:18:22 +00:00 |
|
bhaddow
|
4cf6e0320a
|
pro extraction mainline and stub of feature data iterator
|
2011-11-14 18:32:36 +00:00 |
|
bhaddow
|
4bb9ecb8eb
|
Fix compile error
|
2011-11-14 16:45:36 +00:00 |
|
bhaddow
|
cba190bee3
|
start new pro extractor
|
2011-11-14 16:21:16 +00:00 |
|
Barry Haddow
|
58268cc3dd
|
Test for pro
|
2011-11-14 16:03:56 +00:00 |
|
Hieu Hoang
|
94f3c1ac8b
|
low hanging fruit visual studio fixes.
|
2011-11-14 15:17:41 +00:00 |
|
Kenneth Heafield
|
cf97e1108d
|
Bring back Hieu's Visual Studio template fix
|
2011-11-14 14:44:00 +00:00 |
|
Hieu Hoang
|
30d669750a
|
Merge branch 'master' of github.com:moses-smt/mosesdecoder
|
2011-11-14 19:02:07 +07:00 |
|
Tetsuo Kiso
|
b7dd5ecfce
|
Add shell script to run memcheck.
|
2011-11-14 20:17:58 +09:00 |
|
Tetsuo Kiso
|
284f37d09e
|
Add missed code
|
2011-11-14 20:06:10 +09:00 |
|
Tetsuo Kiso
|
2fde1cab0e
|
Add missing headers.
|
2011-11-14 19:52:21 +09:00 |
|
Tetsuo Kiso
|
29c16d252a
|
Minimize using #include headers in headers.
Should use it in .cpp files.
|
2011-11-14 15:15:30 +09:00 |
|
Tetsuo Kiso
|
be1506e759
|
Use passing objects by const references not passing by their values.
|
2011-11-14 14:00:47 +09:00 |
|
Tetsuo Kiso
|
0c7a38d9d2
|
Prohibit the client from calling some constructors without arguments.
The reason is to avoid the misuse of constructors that should be called
with arguments.
|
2011-11-14 12:58:42 +09:00 |
|
Tetsuo Kiso
|
20afe4babb
|
Fix uninitialized private members when constructors are called.
|
2011-11-14 12:53:20 +09:00 |
|
Tetsuo Kiso
|
625fe118e0
|
Fix bugs, private members were not initialized when the instances are created.
When the objects of Data and FeatureData classes are created,
the primitive private members were not initialized properly.
|
2011-11-14 12:20:04 +09:00 |
|
Hieu Hoang
|
712bbf199c
|
load hiero format for reading suffix arrays
|
2011-11-14 00:27:18 +07:00 |
|
Hieu Hoang
|
253f32a2e5
|
load hiero format for reading suffix arrays
|
2011-11-14 00:14:40 +07:00 |
|
Tetsuo Kiso
|
8f0ba037f3
|
Add comments.
|
2011-11-13 21:13:44 +09:00 |
|
Kenneth Heafield
|
ce90c8716b
|
Use GetId instead of pointers in log
|
2011-11-12 18:31:56 +00:00 |
|
Tetsuo Kiso
|
3d70b2e1a5
|
Small change: modify initialization of the Data class.
|
2011-11-12 22:04:22 +09:00 |
|
Tetsuo Kiso
|
eecfb171da
|
Fix usage of whitespaces for Optimizers.
|
2011-11-12 18:47:31 +09:00 |
|
Tetsuo Kiso
|
6c845323ac
|
Fix the order of initialization when the constructor will be called.
|
2011-11-12 18:17:31 +09:00 |
|
Tetsuo Kiso
|
20e27aab92
|
Refactoring: constructors and copying objects.
|
2011-11-12 18:12:07 +09:00 |
|
Tetsuo Kiso
|
87a5c16b55
|
Replace macros with const variables and inline functions.
|
2011-11-12 17:30:33 +09:00 |
|
Tetsuo Kiso
|
ae9701ff77
|
Fix initialization of score_, and add destructor.
|
2011-11-12 16:50:18 +09:00 |
|
Tetsuo Kiso
|
df0874df89
|
Make Point::score a private by defining accessor/mutator.
|
2011-11-12 16:39:57 +09:00 |
|
Tetsuo Kiso
|
fdcd148cac
|
Replace macros with const char arrays used in XXXArray classes.
|
2011-11-12 12:13:35 +09:00 |
|
Tetsuo Kiso
|
03abf54d21
|
Add a utility function to make sure the filename with ".gz" extension.
|
2011-11-12 11:50:39 +09:00 |
|
Tetsuo Kiso
|
ee0345b9b6
|
Move filestream wrapper classes to FileStream.{h,cpp}
|
2011-11-12 11:44:39 +09:00 |
|
Tetsuo Kiso
|
8e7693076c
|
Add const to stream wrapper classes.
|
2011-11-12 11:35:20 +09:00 |
|