Ulrich Germann
29694af6e4
Code cleanup and refactoring.
2015-12-11 01:09:22 +00:00
Ulrich Germann
fdb5d9b282
Code refactoring: All FF now get access to AllOptions at load time, so they don't have to rely on StaticData.
2015-12-08 12:56:55 +00:00
Hieu Hoang
b6231e8c73
make util::StringStream more like std::stringstream
2015-10-16 19:03:22 +00:00
Hieu Hoang
cfb1ab34c7
use util::StringStream
2015-10-16 19:03:22 +00:00
Ulrich Germann
e4f5c69109
One step closer to eliminating the requirement to provide num-features=... in the config file.
...
Some FF (Mmsapt, LexicalReordering, Many single-value FF) provide this number during "registration";
when missing, a default weight vector of uniform 1.0 is automatically generated. This eliminates the
need for the user to figure out what the exact number of features is for each FF, which can get complicated,
e.g. in the case of Mmsapt/PhraseDictionaryBitextSampling.
2015-04-29 20:16:52 +01:00
Hieu Hoang
3b3f11365d
delete UserMessage. Too difficult to police
2015-01-07 10:01:10 +04:00
Hieu Hoang
f13d0c8244
UTIL_THROW_IF -> UTIL_THROW_IF2
2013-11-22 20:27:46 +00:00
Hieu Hoang
3f8972d67b
move collection of generation-table from Staticdata to GenerationDictionary
2013-11-15 17:43:41 +00:00
Hieu Hoang
bd82b7355b
remove description argument from feature function constructor. Redundant
2013-10-29 18:44:33 +00:00
Hieu Hoang
d68277d369
redo parsing of feature function parameters
2013-06-20 13:25:02 +01:00
Hieu Hoang
24d2edd790
redo parsing of feature function parameters
2013-06-20 13:06:03 +01:00
Hieu Hoang
dc33fa3d3d
redo parsing of feature function parameters
2013-06-20 12:50:41 +01:00
Hieu Hoang
b9f54b195a
implement GenerationDictionary.Load()
2013-06-05 13:42:56 +01:00
Hieu Hoang
6249432407
beautify
2013-05-29 18:16:15 +01:00
Hieu Hoang
031cbdf7cd
move parsing of input-factor and output-factor into class DecodeFeature. Fixed bug in parsing this in class GenerationDictionary, which only picked up the 1st number
2013-05-20 19:57:46 +01:00
Hieu Hoang
3e64d4b341
enum StatelessFeatureType
2013-04-30 19:27:49 +01:00
Hieu Hoang
599d5bde3d
GenerationDictionary doesn't inherit from Dictionary
2013-02-05 19:02:36 +00:00
Hieu Hoang
d867b2dcc8
name-value pairs for GenerationDictionary arguments
2013-02-04 23:35:29 +00:00
Hieu Hoang
530e859697
tokenize line now moved into base class ScoreProducer
2013-02-01 20:23:36 +00:00
Hieu Hoang
2525ddc83f
refactor generation dictionary class
2013-01-18 17:58:32 +00:00
Hieu Hoang
50dfeb9374
refactor generation dictionary class
2013-01-18 17:57:26 +00:00
Hieu Hoang
5e3ef23cef
move moses/src/* to moses/
2012-11-12 19:56:18 +00:00