mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-07 20:17:48 +03:00
daily automatic beautifier
This commit is contained in:
parent
a337b181f1
commit
0c3fea4014
@ -68,13 +68,11 @@ public:
|
|||||||
else return state.compare(o.state);
|
else return state.compare(o.state);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual size_t hash() const
|
virtual size_t hash() const {
|
||||||
{
|
UTIL_THROW2("TODO:Haven't figure this out yet");
|
||||||
UTIL_THROW2("TODO:Haven't figure this out yet");
|
|
||||||
}
|
}
|
||||||
virtual bool operator==(const FFState& other) const
|
virtual bool operator==(const FFState& other) const {
|
||||||
{
|
UTIL_THROW2("TODO:Haven't figure this out yet");
|
||||||
UTIL_THROW2("TODO:Haven't figure this out yet");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DALM::State &get_state() {
|
DALM::State &get_state() {
|
||||||
@ -187,14 +185,12 @@ public:
|
|||||||
if(rightContext.get_count() > o.rightContext.get_count()) return 1;
|
if(rightContext.get_count() > o.rightContext.get_count()) return 1;
|
||||||
return rightContext.compare(o.rightContext);
|
return rightContext.compare(o.rightContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual size_t hash() const
|
virtual size_t hash() const {
|
||||||
{
|
UTIL_THROW2("TODO:Haven't figure this out yet");
|
||||||
UTIL_THROW2("TODO:Haven't figure this out yet");
|
|
||||||
}
|
}
|
||||||
virtual bool operator==(const FFState& other) const
|
virtual bool operator==(const FFState& other) const {
|
||||||
{
|
UTIL_THROW2("TODO:Haven't figure this out yet");
|
||||||
UTIL_THROW2("TODO:Haven't figure this out yet");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user