Package cc.mallet.pipe.tsf
Class CountMatchesMatching
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- cc.mallet.pipe.tsf.CountMatchesMatching
-
- All Implemented Interfaces:
AlphabetCarrying
,java.io.Serializable
public class CountMatchesMatching extends Pipe
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountMatchesMatching(java.lang.String featureName, java.util.regex.Pattern regex, java.util.regex.Pattern moreSpecificRegex)
CountMatchesMatching(java.lang.String featureName, java.util.regex.Pattern regex, java.util.regex.Pattern moreSpecificRegex, boolean normalizeByRegexMatches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instance
pipe(Instance carrier)
Really this should be 'protected', but isn't for historical reasons.-
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
-
CountMatchesMatching
public CountMatchesMatching(java.lang.String featureName, java.util.regex.Pattern regex, java.util.regex.Pattern moreSpecificRegex, boolean normalizeByRegexMatches)
-
CountMatchesMatching
public CountMatchesMatching(java.lang.String featureName, java.util.regex.Pattern regex, java.util.regex.Pattern moreSpecificRegex)
-
-