mosesdecoder/moses/LVoc.cpp
2012-11-12 19:56:18 +00:00

8 lines
250 B
C++

#include<limits>
#include "LVoc.h"
//rather pointless file because LVoc is template all wee need here is the definitions of consts
const LabelId InvalidLabelId = std::numeric_limits<LabelId>::max();
const LabelId Epsilon = InvalidLabelId-1;