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

LVoc.cpp « src « moses - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1ee92237ed968ec33d326ff94d8fee059271390 (plain)
1
2
3
4
5
6
7
#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;