ssClass = Const.CLASS_UNKNOWN;
} else {
throw new Exception("Invalid truth value for line:" + line);
}
TruthValue tVal = (TruthValue) iv_truthMap.get(recordID);
if (tVal == null) {
tVal = new TruthValue();
tVal.iv_sentenceList = new ArrayList<String>();
tVal.iv_classification = ssClass;
}
tVal.iv_sentenceList.add(sentence);