Package banner.tagging.pipe
Class Sentence2TokenSequence
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- banner.tagging.pipe.Sentence2TokenSequence
-
- All Implemented Interfaces:
cc.mallet.types.AlphabetCarrying,Serializable
public class Sentence2TokenSequence extends cc.mallet.pipe.PipeThis class is used by the CRFTagger as the base for the feature set.- Author:
- Bob
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Sentence2TokenSequence(TagFormat format, Set<Mention.MentionType> mentionTypes, Sentence.OverlapOption sameType, Sentence.OverlapOption differentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cc.mallet.types.Instancepipe(cc.mallet.types.Instance carrier)-
Methods inherited from class cc.mallet.pipe.Pipe
alphabetsMatch, getAlphabet, getAlphabets, getDataAlphabet, getInstanceId, getTargetAlphabet, instanceFrom, instancesFrom, instancesFrom, isDataAlphabetSet, isTargetProcessing, newIteratorFrom, preceedingPipeDataAlphabetNotification, preceedingPipeTargetAlphabetNotification, precondition, readResolve, setDataAlphabet, setOrCheckDataAlphabet, setOrCheckTargetAlphabet, setTargetAlphabet, setTargetProcessing
-
-
-
-
Constructor Detail
-
Sentence2TokenSequence
public Sentence2TokenSequence(TagFormat format, Set<Mention.MentionType> mentionTypes, Sentence.OverlapOption sameType, Sentence.OverlapOption differentType)
-
-