Class MentionPrefixPipe
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- de.julielab.genemapper.filtering.families.MentionPrefixPipe
-
- All Implemented Interfaces:
cc.mallet.types.AlphabetCarrying,Serializable
public class MentionPrefixPipe extends cc.mallet.pipe.PipeThis pipe adds a feature indicated whether the given gene name is a prefix of another gene in the same document. This could point to the given name being a family name.- Author:
- faessler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MentionPrefixPipe(String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cc.mallet.types.Instancepipe(cc.mallet.types.Instance inst)-
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
-
MentionPrefixPipe
public MentionPrefixPipe(String prefix) throws IOException, GeneMapperException
- Throws:
IOExceptionGeneMapperException
-
-