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:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2008-02-09 14:37:41 +0300
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2008-02-09 14:37:41 +0300
commit2f091ce8f7eed08095b59b5746b8a42c21200458 (patch)
tree6c0da57b2f163c0e2088c3b7ba8dc01e5883b64c /moses/src/Sentence.h
parentfd60fe93b9e1bb2f210fbea861d78d7a84b37624 (diff)
roll forwards james smith's changes.
seg faults seen might have been caused by unknown compiler problem, or FC5/FC6 lib incompatibility on DICE machines. what a joke! git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1554 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'moses/src/Sentence.h')
-rwxr-xr-xmoses/src/Sentence.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/src/Sentence.h b/moses/src/Sentence.h
index 8a05787ee..0f0b4aa7a 100755
--- a/moses/src/Sentence.h
+++ b/moses/src/Sentence.h
@@ -48,7 +48,7 @@ class Sentence : public Phrase, public InputType
* and returns the value of that tag if present, empty string otherwise
*/
static std::string ParseXmlTagAttribute(const std::string& tag,const std::string& attributeName);
- std::vector <XmlOption> m_xmlOptionsList;
+ std::vector <TranslationOption*> m_xmlOptionsList;
std::vector <bool> m_xmlCoverageMap;
public:
@@ -90,3 +90,4 @@ class Sentence : public Phrase, public InputType
TranslationOptionCollection* CreateTranslationOptionCollection() const;
};
+