Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-01-18 21:57:26 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-01-18 21:57:26 +0400
commit50dfeb937443c06f364d22df9496682a38246243 (patch)
tree47fb7197d51f09b49e0b97c5a2acb2131db34b82 /moses/GenerationDictionary.h
parentaadefc6df9136c0fe5c566219039fda9ce2bc25f (diff)
refactor generation dictionary class
Diffstat (limited to 'moses/GenerationDictionary.h')
-rw-r--r--moses/GenerationDictionary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/GenerationDictionary.h b/moses/GenerationDictionary.h
index 33de5d2f5..4fbee4040 100644
--- a/moses/GenerationDictionary.h
+++ b/moses/GenerationDictionary.h
@@ -53,6 +53,7 @@ protected:
std::string m_filePath;
public:
+ GenerationDictionary(const std::string &line);
/** constructor.
* \param numFeatures number of score components, as specified in ini file
*/