|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.ie.EntityCachingAbstractSequencePrior<IN>
edu.stanford.nlp.ie.SeminarsPrior<IN>
public class SeminarsPrior<IN extends CoreMap>
Field Summary |
---|
Fields inherited from class edu.stanford.nlp.ie.EntityCachingAbstractSequencePrior |
---|
backgroundSymbol, classIndex, doc, numClasses, possibleValues, sequence |
Constructor Summary | |
---|---|
SeminarsPrior(java.lang.String backgroundSymbol,
Index<java.lang.String> classIndex,
java.util.List<IN> doc)
|
Method Summary | |
---|---|
double |
scoreOf(int[] sequence)
Computes the score assigned by this model to the whole sequence. |
Methods inherited from class edu.stanford.nlp.ie.EntityCachingAbstractSequencePrior |
---|
addingSingletonEntity, appendingEntity, extractEntity, getConditionalDistribution, getNumClasses, getPossibleValues, joiningTwoEntities, leftWindow, length, matches, noChange, otherOccurrences, prependingEntity, removingBeginningOfEntity, removingEndOfEntity, rightWindow, scoreOf, scoresOf, setInitialSequence, splittingTwoEntities, toArray, toString, toString, updateSequenceElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SeminarsPrior(java.lang.String backgroundSymbol, Index<java.lang.String> classIndex, java.util.List<IN> doc)
Method Detail |
---|
public double scoreOf(int[] sequence)
SequenceModel
sequence
- the sequence to compute a score for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |