Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Cc.mallet.pipe Classes and Interfaces - 118 results found.
NameDescriptionTypePackageFramework
AddClassifierTokenPredictionsThis pipe uses a Classifier to label each token (i.Classcc.mallet.pipeMallet
AddClassifierTokenPredictions .TokenClassifiersThis inner class represents the trained token classifiers.Classcc.mallet.pipe.AddClassifierTokenPredictionsMallet
Array2FeatureVectorConverts a Java array of numerical types to a FeatureVector, where the Alphabet is the data array index wrapped in an Integer object.Classcc.mallet.pipeMallet
ArrayDataAndTargetIteratorConstructor SummaryArrayDataAndTargetIterator(java.Classcc.mallet.pipe.iteratorMallet
ArrayIteratorConstructor SummaryArrayIterator(java.Classcc.mallet.pipe.iteratorMallet
AugmentableFeatureVectorAddConjunctionsAdd specified conjunctions to each instance.Classcc.mallet.pipeMallet
AugmentableFeatureVectorLogScaleGiven an AugmentableFeatureVector, set those values greater than or equal to 1 to log(value)+1.Classcc.mallet.pipeMallet
BranchingPipeA Pipe that works like a rule list.Classcc.mallet.pipeMallet
CharSequence2CharNGramsTransform a character sequence into a token sequence of character N grams.Classcc.mallet.pipeMallet
CharSequence2TokenSequencePipe that tokenizes a character sequence.Classcc.mallet.pipeMallet
CharSequenceArray2TokenSequenceTransform an array of character Sequences into a token sequence.Classcc.mallet.pipeMallet
CharSequenceLowercaseReplace the data string with a lowercased version.Classcc.mallet.pipeMallet
CharSequenceRemoveHTMLThis pipe removes HTML from a CharSequence.Classcc.mallet.pipeMallet
CharSequenceRemoveUUEncodedBlocksClasscc.mallet.pipeMallet
CharSequenceReplaceGiven a string, repeatedly look for matches of the regex, and replace the entire match with the given replacement string.Classcc.mallet.pipeMallet
CharSubsequenceGiven a string, return only the portion of the string inside a regex parenthesized group.Classcc.mallet.pipeMallet
Classification2ConfidencePredictingFeatureVectorPipe features from underlying classifier to the confidence prediction instance listClasscc.mallet.pipeMallet
ConcatenatedInstanceIteratorConstructor SummaryConcatenatedInstanceIterator(java.Classcc.mallet.pipe.iteratorMallet
CountMatchesClasscc.mallet.pipe.tsfMallet
CountMatchesAlignedWithOffsetsSee Also:Serialized FormConstructor SummaryCountMatchesAlignedWithOffsets(java.Classcc.mallet.pipe.tsfMallet
CountMatchesMatchingSee Also:Serialized FormConstructor SummaryCountMatchesMatching(java.Classcc.mallet.pipe.tsfMallet
Csv2ArrayConverts a string of comma separated values to an array.Classcc.mallet.pipeMallet
Csv2FeatureVectorConverts a string of the form feature_1:val_1 feature_2:val_2 .Classcc.mallet.pipeMallet
CsvIteratorThis iterator, perhaps more properly called a Line Pattern Iterator, reads through a file and returns one instance per line,Classcc.mallet.pipe.iteratorMallet
Directory2FileIteratorConvert a File object representing a directory into a FileIterator which iterates over files in the directory matching a pattern and which extractsClasscc.mallet.pipeMallet
EmptyInstanceIteratorConstructor SummaryEmptyInstanceIterator()Methods inherited from class java.Classcc.mallet.pipe.iteratorMallet
FeatureCountPipePruning low-count features can be a good way to save memory and computation.Classcc.mallet.pipeMallet
FeatureDocFreqPipePruning low-count features can be a good way to save memory and computation.Classcc.mallet.pipeMallet
FeatureSequence2AugmentableFeatureVectorConvert the data field from a feature sequence to an augmentable feature vector.Classcc.mallet.pipeMallet
FeatureSequence2FeatureVectorConvert the data field from a feature sequence to a feature vector.Classcc.mallet.pipeMallet
FeatureSequenceConvolution Convert Feature sequenceSee Also:Serialized FormConstructor SummaryFeatureSequenceConvolution()Classcc.mallet.pipeMallet
FeaturesInWindowSee Also:Serialized FormConstructor SummaryFeaturesInWindow(java.Classcc.mallet.pipe.tsfMallet
FeaturesOfFirstMentionSee Also:Serialized FormConstructor SummaryFeaturesOfFirstMention(java.Classcc.mallet.pipe.tsfMallet
FeatureValueString2FeatureVectorSee Also:Serialized FormConstructor SummaryFeatureValueString2FeatureVector()Classcc.mallet.pipeMallet
FeatureVectorConjunctionsInclude in the FeatureVector conjunctions of all its features.Classcc.mallet.pipeMallet
FeatureVectorSequence2FeatureVectorsGiven instances with a FeatureVectorSequence in the data field, break up the sequence into the individual FeatureVectors, producing one FeatureVector per Instance.Classcc.mallet.pipeMallet
FileIteratorAn iterator that generates instances from an initial directory or set of directories.Classcc.mallet.pipe.iteratorMallet
FileListIteratorAn iterator that generates instances for a pipe from a list of filenames.Classcc.mallet.pipe.iteratorMallet
Filename2CharSequenceGiven a filename contained in a string, read in contents of file into a CharSequence.Classcc.mallet.pipeMallet
FileUriIteratorFields inherited from class cc.Classcc.mallet.pipe.iteratorMallet
FilterEmptyFeatureVectorsSee Also:Serialized FormConstructor SummaryFilterEmptyFeatureVectors()Classcc.mallet.pipeMallet
Input2CharSequencePipe that can read from various kinds of text sources (either URI, File, or Reader) into a CharSequenceClasscc.mallet.pipeMallet
InstanceListTrimFeaturesByCountClasscc.mallet.pipeMallet
LexiconMembershipSee Also:Serialized FormConstructor SummaryLexiconMembership(java.Classcc.mallet.pipe.tsfMallet
LineGroupIteratorIterate over groups of lines of text, separated by lines that match a regular expression.Classcc.mallet.pipe.iteratorMallet
LineGroupString2TokenSequenceSee Also:Serialized FormConstructor SummaryLineGroupString2TokenSequence()Classcc.mallet.pipeMallet
LineIteratorConstructor SummaryLineIterator(java.Classcc.mallet.pipe.iteratorMallet
MakeAmpersandXMLFriendlyconvert & to & in tokens of a token sequenceAuthor:Aron Culotta culotta@cs.Classcc.mallet.pipeMallet
NoopA pipe that does nothing to the instance fields but which has side effects on the dictionary.Classcc.mallet.pipeMallet
OffsetConjunctionsClasscc.mallet.pipe.tsfMallet
OffsetFeatureConjunctionSee Also:Serialized FormConstructor SummaryOffsetFeatureConjunction(java.Classcc.mallet.pipe.tsfMallet
OffsetPropertyConjunctionsClasscc.mallet.pipe.tsfMallet
ParenGroupIteratorIterator that takes a Reader, breaks up the input into top-level parenthesized expressions.Classcc.mallet.pipe.iteratorMallet
PatternMatchIteratorIterates over matching regular expresions.Classcc.mallet.pipe.iteratorMallet
PipeThe abstract superclass of all Pipes, which transform one data type to another.Classcc.mallet.pipeMallet
PipeExceptionSee Also:Serialized FormConstructor SummaryPipeException()Classcc.mallet.pipeMallet
PipeExtendedIteratorProvides a PipeExtendedIterator that applies a Pipe to the Instances returned by a given PipeExtendedIterator,Classcc.mallet.pipe.iteratorMallet
PipeInputIteratorInterface for classes that generate instances.Classcc.mallet.pipe.iteratorMallet
PipeUtilsCreated: Aug 28, 2005Version:$Id: PipeUtils.Classcc.mallet.pipeMallet
PrintInputPrint the data field of each instance.Classcc.mallet.pipeMallet
PrintInputAndTargetPrint the data and target fields of each instance.Classcc.mallet.pipeMallet
PrintTokenSequenceFeaturesPrint 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.Classcc.mallet.pipeMallet
RandomFeatureVectorIteratorClasscc.mallet.pipe.iteratorMallet
RandomTokenSequenceIteratorClasscc.mallet.pipe.iteratorMallet
RegexMatchesSee Also:Serialized FormConstructor SummaryRegexMatches(java.Classcc.mallet.pipe.tsfMallet
SaveDataInSourceSet the source field of each instance to its data field.Classcc.mallet.pipeMallet
SegmentIteratorIterates over Segments extracted by a Transducer for some InstanceList.Classcc.mallet.pipe.iteratorMallet
SelectiveFileLineIteratorVery similar to the SimpleFileLineIterator, but skips lines that match a regular expression.Classcc.mallet.pipe.iteratorMallet
SelectiveSGML2TokenSequenceSimilar to SGML2TokenSequence, except that only the tags listed in allowedTags are converted to Labels.Classcc.mallet.pipeMallet
SequencePrintingPipeCreated: Jul 6, 2005Version:$Id: SequencePrintingPipe.Classcc.mallet.pipe.tsfMallet
SerialPipesConvert an instance through a sequence of pipes.Classcc.mallet.pipeMallet
SGML2TokenSequenceConverts 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.Classcc.mallet.pipeMallet
SimpleFileLineIteratorConstructor SummarySimpleFileLineIterator(java.Classcc.mallet.pipe.iteratorMallet
SimpleTaggerSentence2StringTokenizationThis extends SimpleTaggerSentence2TokenSequence to use {Slink StringTokenizations} for use with the extract package.Classcc.mallet.pipeMallet
SimpleTaggerSentence2TokenSequenceConverts an external encoding of a sequence of elements with binary features to a TokenSequence.Classcc.mallet.pipeMallet
SimpleTokenizerA simple unicode tokenizer that accepts sequences of letters See Also:Serialized FormClasscc.mallet.pipeMallet
SourceLocation2TokenSequenceRead from File or BufferedRead in the data field and produce a TokenSequence.Classcc.mallet.pipeMallet
StringAddNewLineDelimiterPipe that can adds special text between lines to explicitly represent line breaks.Classcc.mallet.pipeMallet
StringArrayIteratorConstructor SummaryStringArrayIterator(java.Classcc.mallet.pipe.iteratorMallet
StringList2FeatureSequenceConvert a list of strings into a feature sequenceSee Also:Serialized FormClasscc.mallet.pipeMallet
SvmLight2FeatureVectorAndLabelThis Pipe converts a line in SVMLight format to a Mallet instance with FeatureVector data and Classcc.mallet.pipeMallet
Target2BIOFormatCreates a LabelSequence out of a TokenSequence that is the target of an Instance.Classcc.mallet.pipe.tsfMallet
Target2FeatureSequenceConvert a token sequence in the target field into a feature sequence in the target field.Classcc.mallet.pipeMallet
Target2LabelConvert object in the target field into a label in the target field.Classcc.mallet.pipeMallet
Target2LabelSequenceconvert a token sequence in the target field into a label sequence in the target field.Classcc.mallet.pipeMallet
TargetRememberLastLabelFor each position in the target, remember the last non-background label.Classcc.mallet.pipeMallet
TargetStringToFeaturesSee Also:Serialized FormConstructor SummaryTargetStringToFeatures()Classcc.mallet.pipeMallet
TestInstancePipeClasscc.mallet.pipe.testsMallet
TestInstancePipe .Array2ArrayIteratorSee Also:Serialized FormConstructor SummaryTestInstancePipe.Classcc.mallet.pipe.tests.TestInstancePipeMallet
TestIteratorsUnit Test for PipeInputIterators Created: Thu Feb 26 14:27:15 2004Classcc.mallet.pipe.testsMallet
TestOffsetConjunctionsConstructor SummaryTestOffsetConjunctions(java.Classcc.mallet.pipe.tsf.testsMallet
TestOffsetFeatureConjunctions$Id: TestOffsetFeatureConjunctions.Classcc.mallet.pipe.tsf.testsMallet
TestPatternMatchIteratorConstructor SummaryTestPatternMatchIterator(java.Classcc.mallet.pipe.iterator.testsMallet
TestPipeUtilsCreated: Aug 28, 2005Version:$Id: TestPipeUtils.Classcc.mallet.pipe.testsMallet
TestRainbowStyleConstructor SummaryTestRainbowStyle(java.Classcc.mallet.pipe.testsMallet
TestSequencePrintingPipeCreated: Jul 8, 2005Version:$Id: TestSequencePrintingPipe.Classcc.mallet.pipe.tsf.testsMallet
TestSGML2TokenSequenceClasscc.mallet.pipe.testsMallet
TestSGML2TokenSequence .Array2ArrayIteratorSee Also:Serialized FormConstructor SummaryTestSGML2TokenSequence.Classcc.mallet.pipe.tests.TestSGML2TokenSequenceMallet
TestSpacePipeUnit Test for class TestSpacePipe.Classcc.mallet.pipe.testsMallet
Token2FeatureVectorconvert the property list on a token into a feature vectorAuthor:Andrew McCallum mccallum@cs.Classcc.mallet.pipeMallet
TokenFirstPositionSee Also:Serialized FormConstructor SummaryTokenFirstPosition()Classcc.mallet.pipe.tsfMallet
TokenSequence2FeatureSequenceConvert the token sequence in the data field each instance to a feature sequence.Classcc.mallet.pipeMallet
TokenSequence2FeatureSequenceWithBigramsConvert the token sequence in the data field of each instance to a feature sequence that preserves bigram information.Classcc.mallet.pipeMallet
TokenSequence2FeatureVectorSequenceConvert the token sequence in the data field of each instance to a feature vector sequence.Classcc.mallet.pipeMallet
TokenSequence2TokenInstancesSee Also:Serialized FormConstructor SummaryTokenSequence2TokenInstances()Classcc.mallet.pipeMallet
TokenSequenceLowercaseConvert the text in each token in the token sequence in the data field to lower case.Classcc.mallet.pipeMallet
TokenSequenceMatchDataAndTargetRun a regular expression over the text of each token; replace the text with the substring matching one regex group; create a targetClasscc.mallet.pipeMallet
TokenSequenceNGramsConvert the token sequence in the data field to a token sequence of ngrams.Classcc.mallet.pipeMallet
TokenSequenceParseFeatureStringConvert the string in each field Token.Classcc.mallet.pipeMallet
TokenSequenceRemoveNonAlphaRemove tokens that contain non-alphabetic characters.Classcc.mallet.pipeMallet
TokenSequenceRemoveStopwordsRemove tokens from the token sequence in the data field whose text is in the stopword list.Classcc.mallet.pipeMallet
TokenTextSee Also:Serialized FormConstructor SummaryTokenText()Classcc.mallet.pipe.tsfMallet
TokenTextCharNGramsSee Also:Serialized FormConstructor SummaryTokenTextCharNGrams()Classcc.mallet.pipe.tsfMallet
TokenTextCharPrefixSee Also:Serialized FormConstructor SummaryTokenTextCharPrefix()Classcc.mallet.pipe.tsfMallet
TokenTextCharSuffixSee Also:Serialized FormConstructor SummaryTokenTextCharSuffix()Classcc.mallet.pipe.tsfMallet
TokenTextNGramsSee Also:Serialized FormConstructor SummaryTokenTextNGrams()Classcc.mallet.pipe.tsfMallet
TrieLexiconMembershipSee Also:Serialized FormConstructor SummaryTrieLexiconMembership(java.Classcc.mallet.pipe.tsfMallet
UnlabeledFileIteratorAn iterator that generates instances from an initial directory or set of directories.Classcc.mallet.pipe.iteratorMallet