| Name | Description | Type | Package | Framework |
| AddClassifierTokenPredictions | This pipe uses a Classifier to label each token (i. | Class | cc.mallet.pipe | Mallet |
|
| AddClassifierTokenPredictions .TokenClassifiers | This inner class represents the trained token classifiers. | Class | cc.mallet.pipe.AddClassifierTokenPredictions | Mallet |
|
| Array2FeatureVector | Converts a Java array of numerical types to a FeatureVector, where the Alphabet is the data array index wrapped in an Integer object. | Class | cc.mallet.pipe | Mallet |
|
| ArrayDataAndTargetIterator | Constructor SummaryArrayDataAndTargetIterator(java. | Class | cc.mallet.pipe.iterator | Mallet |
|
| ArrayIterator | Constructor SummaryArrayIterator(java. | Class | cc.mallet.pipe.iterator | Mallet |
|
| AugmentableFeatureVectorAddConjunctions | Add specified conjunctions to each instance. | Class | cc.mallet.pipe | Mallet |
|
| AugmentableFeatureVectorLogScale | Given an AugmentableFeatureVector, set those values greater than or equal to 1 to log(value)+1. | Class | cc.mallet.pipe | Mallet |
|
| BranchingPipe | A Pipe that works like a rule list. | Class | cc.mallet.pipe | Mallet |
|
| CharSequence2CharNGrams | Transform a character sequence into a token sequence of character N grams. | Class | cc.mallet.pipe | Mallet |
|
| CharSequence2TokenSequence | Pipe that tokenizes a character sequence. | Class | cc.mallet.pipe | Mallet |
|
| CharSequenceArray2TokenSequence | Transform an array of character Sequences into a token sequence. | Class | cc.mallet.pipe | Mallet |
|
| CharSequenceLowercase | Replace the data string with a lowercased version. | Class | cc.mallet.pipe | Mallet |
|
| CharSequenceRemoveHTML | This pipe removes HTML from a CharSequence. | Class | cc.mallet.pipe | Mallet |
|
| CharSequenceRemoveUUEncodedBlocks | | Class | cc.mallet.pipe | Mallet |
|
| CharSequenceReplace | Given a string, repeatedly look for matches of the regex, and replace the entire match with the given replacement string. | Class | cc.mallet.pipe | Mallet |
|
| CharSubsequence | Given a string, return only the portion of the string inside a regex parenthesized group. | Class | cc.mallet.pipe | Mallet |
|
| Classification2ConfidencePredictingFeatureVector | Pipe features from underlying classifier to the confidence prediction instance list | Class | cc.mallet.pipe | Mallet |
|
| ConcatenatedInstanceIterator | Constructor SummaryConcatenatedInstanceIterator(java. | Class | cc.mallet.pipe.iterator | Mallet |
|
| CountMatches | | Class | cc.mallet.pipe.tsf | Mallet |
|
| CountMatchesAlignedWithOffsets | See Also:Serialized FormConstructor SummaryCountMatchesAlignedWithOffsets(java. | Class | cc.mallet.pipe.tsf | Mallet |
|
| CountMatchesMatching | See Also:Serialized FormConstructor SummaryCountMatchesMatching(java. | Class | cc.mallet.pipe.tsf | Mallet |
|
| Csv2Array | Converts a string of comma separated values to an array. | Class | cc.mallet.pipe | Mallet |
|
| Csv2FeatureVector | Converts a string of the form feature_1:val_1 feature_2:val_2 . | Class | cc.mallet.pipe | Mallet |
|
| CsvIterator | This iterator, perhaps more properly called a Line Pattern Iterator, reads through a file and returns one instance per line, | Class | cc.mallet.pipe.iterator | Mallet |
|
| Directory2FileIterator | Convert a File object representing a directory into a FileIterator which iterates over files in the directory matching a pattern and which extracts | Class | cc.mallet.pipe | Mallet |
|
| EmptyInstanceIterator | Constructor SummaryEmptyInstanceIterator()Methods inherited from class java. | Class | cc.mallet.pipe.iterator | Mallet |
|
| FeatureCountPipe | Pruning low-count features can be a good way to save memory and computation. | Class | cc.mallet.pipe | Mallet |
|
| FeatureDocFreqPipe | Pruning low-count features can be a good way to save memory and computation. | Class | cc.mallet.pipe | Mallet |
|
| FeatureSequence2AugmentableFeatureVector | Convert the data field from a feature sequence to an augmentable feature vector. | Class | cc.mallet.pipe | Mallet |
|
| FeatureSequence2FeatureVector | Convert the data field from a feature sequence to a feature vector. | Class | cc.mallet.pipe | Mallet |
|
| FeatureSequenceConvolution | Convert Feature sequenceSee Also:Serialized FormConstructor SummaryFeatureSequenceConvolution() | Class | cc.mallet.pipe | Mallet |
|
| FeaturesInWindow | See Also:Serialized FormConstructor SummaryFeaturesInWindow(java. | Class | cc.mallet.pipe.tsf | Mallet |
|
| FeaturesOfFirstMention | See Also:Serialized FormConstructor SummaryFeaturesOfFirstMention(java. | Class | cc.mallet.pipe.tsf | Mallet |
|
| FeatureValueString2FeatureVector | See Also:Serialized FormConstructor SummaryFeatureValueString2FeatureVector() | Class | cc.mallet.pipe | Mallet |
|
| FeatureVectorConjunctions | Include in the FeatureVector conjunctions of all its features. | Class | cc.mallet.pipe | Mallet |
|
| FeatureVectorSequence2FeatureVectors | Given instances with a FeatureVectorSequence in the data field, break up the sequence into the individual FeatureVectors, producing one FeatureVector per Instance. | Class | cc.mallet.pipe | Mallet |
|
| FileIterator | An iterator that generates instances from an initial directory or set of directories. | Class | cc.mallet.pipe.iterator | Mallet |
|
| FileListIterator | An iterator that generates instances for a pipe from a list of filenames. | Class | cc.mallet.pipe.iterator | Mallet |
|
| Filename2CharSequence | Given a filename contained in a string, read in contents of file into a CharSequence. | Class | cc.mallet.pipe | Mallet |
|
| FileUriIterator | Fields inherited from class cc. | Class | cc.mallet.pipe.iterator | Mallet |
|
| FilterEmptyFeatureVectors | See Also:Serialized FormConstructor SummaryFilterEmptyFeatureVectors() | Class | cc.mallet.pipe | Mallet |
|
| Input2CharSequence | Pipe that can read from various kinds of text sources (either URI, File, or Reader) into a CharSequence | Class | cc.mallet.pipe | Mallet |
|
| InstanceListTrimFeaturesByCount | | Class | cc.mallet.pipe | Mallet |
|
| LexiconMembership | See Also:Serialized FormConstructor SummaryLexiconMembership(java. | Class | cc.mallet.pipe.tsf | Mallet |
|
| LineGroupIterator | Iterate over groups of lines of text, separated by lines that match a regular expression. | Class | cc.mallet.pipe.iterator | Mallet |
|
| LineGroupString2TokenSequence | See Also:Serialized FormConstructor SummaryLineGroupString2TokenSequence() | Class | cc.mallet.pipe | Mallet |
|
| LineIterator | Constructor SummaryLineIterator(java. | Class | cc.mallet.pipe.iterator | Mallet |
|
| MakeAmpersandXMLFriendly | convert & to & in tokens of a token sequenceAuthor:Aron Culotta culotta@cs. | Class | cc.mallet.pipe | Mallet |
|
| Noop | A pipe that does nothing to the instance fields but which has side effects on the dictionary. | Class | cc.mallet.pipe | Mallet |
|
| OffsetConjunctions | | Class | cc.mallet.pipe.tsf | Mallet |
|
| OffsetFeatureConjunction | See Also:Serialized FormConstructor SummaryOffsetFeatureConjunction(java. | Class | cc.mallet.pipe.tsf | Mallet |
|
| OffsetPropertyConjunctions | | Class | cc.mallet.pipe.tsf | Mallet |
|
| ParenGroupIterator | Iterator that takes a Reader, breaks up the input into top-level parenthesized expressions. | Class | cc.mallet.pipe.iterator | Mallet |
|
| PatternMatchIterator | Iterates over matching regular expresions. | Class | cc.mallet.pipe.iterator | Mallet |
|
| Pipe | The abstract superclass of all Pipes, which transform one data type to another. | Class | cc.mallet.pipe | Mallet |
|
| PipeException | See Also:Serialized FormConstructor SummaryPipeException() | Class | cc.mallet.pipe | Mallet |
|
| PipeExtendedIterator | Provides a PipeExtendedIterator that applies a Pipe to the Instances returned by a given PipeExtendedIterator, | Class | cc.mallet.pipe.iterator | Mallet |
|
| PipeInputIterator | Interface for classes that generate instances. | Class | cc.mallet.pipe.iterator | Mallet |
|
| PipeUtils | Created: Aug 28, 2005Version:$Id: PipeUtils. | Class | cc.mallet.pipe | Mallet |
|
| PrintInput | Print the data field of each instance. | Class | cc.mallet.pipe | Mallet |
|
| PrintInputAndTarget | Print the data and target fields of each instance. | Class | cc.mallet.pipe | Mallet |
|
| PrintTokenSequenceFeatures | Print properties of the token sequence in the data field and the corresponding value of any token in a token sequence or feature in a featur sequence in the target field. | Class | cc.mallet.pipe | Mallet |
|
| RandomFeatureVectorIterator | | Class | cc.mallet.pipe.iterator | Mallet |
|
| RandomTokenSequenceIterator | | Class | cc.mallet.pipe.iterator | Mallet |
|
| RegexMatches | See Also:Serialized FormConstructor SummaryRegexMatches(java. | Class | cc.mallet.pipe.tsf | Mallet |
|
| SaveDataInSource | Set the source field of each instance to its data field. | Class | cc.mallet.pipe | Mallet |
|
| SegmentIterator | Iterates over Segments extracted by a Transducer for some InstanceList. | Class | cc.mallet.pipe.iterator | Mallet |
|
| SelectiveFileLineIterator | Very similar to the SimpleFileLineIterator, but skips lines that match a regular expression. | Class | cc.mallet.pipe.iterator | Mallet |
|
| SelectiveSGML2TokenSequence | Similar to SGML2TokenSequence, except that only the tags listed in allowedTags are converted to Labels. | Class | cc.mallet.pipe | Mallet |
|
| SequencePrintingPipe | Created: Jul 6, 2005Version:$Id: SequencePrintingPipe. | Class | cc.mallet.pipe.tsf | Mallet |
|
| SerialPipes | Convert an instance through a sequence of pipes. | Class | cc.mallet.pipe | Mallet |
|
| SGML2TokenSequence | Converts a string containing simple SGML tags into a dta TokenSequence of words, paired with a target TokenSequence containing the SGML tags in effect for each word. | Class | cc.mallet.pipe | Mallet |
|
| SimpleFileLineIterator | Constructor SummarySimpleFileLineIterator(java. | Class | cc.mallet.pipe.iterator | Mallet |
|
| SimpleTaggerSentence2StringTokenization | This extends SimpleTaggerSentence2TokenSequence to use {Slink StringTokenizations} for use with the extract package. | Class | cc.mallet.pipe | Mallet |
|
| SimpleTaggerSentence2TokenSequence | Converts an external encoding of a sequence of elements with binary features to a TokenSequence. | Class | cc.mallet.pipe | Mallet |
|
| SimpleTokenizer | A simple unicode tokenizer that accepts sequences of letters See Also:Serialized Form | Class | cc.mallet.pipe | Mallet |
|
| SourceLocation2TokenSequence | Read from File or BufferedRead in the data field and produce a TokenSequence. | Class | cc.mallet.pipe | Mallet |
|
| StringAddNewLineDelimiter | Pipe that can adds special text between lines to explicitly represent line breaks. | Class | cc.mallet.pipe | Mallet |
|
| StringArrayIterator | Constructor SummaryStringArrayIterator(java. | Class | cc.mallet.pipe.iterator | Mallet |
|
| StringList2FeatureSequence | Convert a list of strings into a feature sequenceSee Also:Serialized Form | Class | cc.mallet.pipe | Mallet |
|
| SvmLight2FeatureVectorAndLabel | This Pipe converts a line in SVMLight format to a Mallet instance with FeatureVector data and | Class | cc.mallet.pipe | Mallet |
|
| Target2BIOFormat | Creates a LabelSequence out of a TokenSequence that is the target of an Instance. | Class | cc.mallet.pipe.tsf | Mallet |
|
| Target2FeatureSequence | Convert a token sequence in the target field into a feature sequence in the target field. | Class | cc.mallet.pipe | Mallet |
|
| Target2Label | Convert object in the target field into a label in the target field. | Class | cc.mallet.pipe | Mallet |
|
| Target2LabelSequence | convert a token sequence in the target field into a label sequence in the target field. | Class | cc.mallet.pipe | Mallet |
|
| TargetRememberLastLabel | For each position in the target, remember the last non-background label. | Class | cc.mallet.pipe | Mallet |
|
| TargetStringToFeatures | See Also:Serialized FormConstructor SummaryTargetStringToFeatures() | Class | cc.mallet.pipe | Mallet |
|
| TestInstancePipe | | Class | cc.mallet.pipe.tests | Mallet |
|
| TestInstancePipe .Array2ArrayIterator | See Also:Serialized FormConstructor SummaryTestInstancePipe. | Class | cc.mallet.pipe.tests.TestInstancePipe | Mallet |
|
| TestIterators | Unit Test for PipeInputIterators Created: Thu Feb 26 14:27:15 2004 | Class | cc.mallet.pipe.tests | Mallet |
|
| TestOffsetConjunctions | Constructor SummaryTestOffsetConjunctions(java. | Class | cc.mallet.pipe.tsf.tests | Mallet |
|
| TestOffsetFeatureConjunctions | $Id: TestOffsetFeatureConjunctions. | Class | cc.mallet.pipe.tsf.tests | Mallet |
|
| TestPatternMatchIterator | Constructor SummaryTestPatternMatchIterator(java. | Class | cc.mallet.pipe.iterator.tests | Mallet |
|
| TestPipeUtils | Created: Aug 28, 2005Version:$Id: TestPipeUtils. | Class | cc.mallet.pipe.tests | Mallet |
|
| TestRainbowStyle | Constructor SummaryTestRainbowStyle(java. | Class | cc.mallet.pipe.tests | Mallet |
|
| TestSequencePrintingPipe | Created: Jul 8, 2005Version:$Id: TestSequencePrintingPipe. | Class | cc.mallet.pipe.tsf.tests | Mallet |
|
| TestSGML2TokenSequence | | Class | cc.mallet.pipe.tests | Mallet |
|
| TestSGML2TokenSequence .Array2ArrayIterator | See Also:Serialized FormConstructor SummaryTestSGML2TokenSequence. | Class | cc.mallet.pipe.tests.TestSGML2TokenSequence | Mallet |
|
| TestSpacePipe | Unit Test for class TestSpacePipe. | Class | cc.mallet.pipe.tests | Mallet |
|
| Token2FeatureVector | convert the property list on a token into a feature vectorAuthor:Andrew McCallum mccallum@cs. | Class | cc.mallet.pipe | Mallet |
|
| TokenFirstPosition | See Also:Serialized FormConstructor SummaryTokenFirstPosition() | Class | cc.mallet.pipe.tsf | Mallet |
|
| TokenSequence2FeatureSequence | Convert the token sequence in the data field each instance to a feature sequence. | Class | cc.mallet.pipe | Mallet |
|
| TokenSequence2FeatureSequenceWithBigrams | Convert the token sequence in the data field of each instance to a feature sequence that preserves bigram information. | Class | cc.mallet.pipe | Mallet |
|
| TokenSequence2FeatureVectorSequence | Convert the token sequence in the data field of each instance to a feature vector sequence. | Class | cc.mallet.pipe | Mallet |
|
| TokenSequence2TokenInstances | See Also:Serialized FormConstructor SummaryTokenSequence2TokenInstances() | Class | cc.mallet.pipe | Mallet |
|
| TokenSequenceLowercase | Convert the text in each token in the token sequence in the data field to lower case. | Class | cc.mallet.pipe | Mallet |
|
| TokenSequenceMatchDataAndTarget | Run a regular expression over the text of each token; replace the text with the substring matching one regex group; create a target | Class | cc.mallet.pipe | Mallet |
|
| TokenSequenceNGrams | Convert the token sequence in the data field to a token sequence of ngrams. | Class | cc.mallet.pipe | Mallet |
|
| TokenSequenceParseFeatureString | Convert the string in each field Token. | Class | cc.mallet.pipe | Mallet |
|
| TokenSequenceRemoveNonAlpha | Remove tokens that contain non-alphabetic characters. | Class | cc.mallet.pipe | Mallet |
|
| TokenSequenceRemoveStopwords | Remove tokens from the token sequence in the data field whose text is in the stopword list. | Class | cc.mallet.pipe | Mallet |
|
| TokenText | See Also:Serialized FormConstructor SummaryTokenText() | Class | cc.mallet.pipe.tsf | Mallet |
|
| TokenTextCharNGrams | See Also:Serialized FormConstructor SummaryTokenTextCharNGrams() | Class | cc.mallet.pipe.tsf | Mallet |
|
| TokenTextCharPrefix | See Also:Serialized FormConstructor SummaryTokenTextCharPrefix() | Class | cc.mallet.pipe.tsf | Mallet |
|
| TokenTextCharSuffix | See Also:Serialized FormConstructor SummaryTokenTextCharSuffix() | Class | cc.mallet.pipe.tsf | Mallet |
|
| TokenTextNGrams | See Also:Serialized FormConstructor SummaryTokenTextNGrams() | Class | cc.mallet.pipe.tsf | Mallet |
|
| TrieLexiconMembership | See Also:Serialized FormConstructor SummaryTrieLexiconMembership(java. | Class | cc.mallet.pipe.tsf | Mallet |
|
| UnlabeledFileIterator | An iterator that generates instances from an initial directory or set of directories. | Class | cc.mallet.pipe.iterator | Mallet |