Uses of Package
cc.mallet.pipe
-
Packages that use cc.mallet.pipe Package Description cc.mallet.classify Classes for training and classifying instances.cc.mallet.cluster Unsupervised clustering ofInstance
objects within anInstanceList
.cc.mallet.cluster.tui cc.mallet.extract Unimplemented.cc.mallet.extract.pipe cc.mallet.fst Transducers, including Conditional Random Fields (CRFs).cc.mallet.fst.tests Tests for Transducers, including Conditional Random Fields (CRFs).cc.mallet.pipe Classes for processing arbitrary data into instances.cc.mallet.pipe.iterator Classes that generate instances from different kinds of input or data structures.cc.mallet.pipe.tests JUnit tests for pipes.cc.mallet.pipe.tsf TokenSequenceFeature Pipes.cc.mallet.share.casutton.ner cc.mallet.share.mccallum.ner Named entity recognizer.cc.mallet.share.upenn.ner cc.mallet.share.weili.ner.enron cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc.cc.mallet.util Miscellaneous utilities including command line processing, math functions, lexing, logging. -
Classes in cc.mallet.pipe used by cc.mallet.classify Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.cluster Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.cluster.tui Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.extract Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.extract.pipe Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.fst Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.fst.tests Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.pipe Class Description AddClassifierTokenPredictions.TokenClassifiers This inner class represents the trained token classifiers.AugmentableFeatureVectorAddConjunctions Add specified conjunctions to each instance.NGramPreprocessor.ReplacementSet Noop A pipe that does nothing to the instance fields but which has side effects on the dictionary.Pipe The abstract superclass of all Pipes, which transform one data type to another.SerialPipes Convert an instance through a sequence of pipes.SerialPipes.Predicate SimpleTaggerSentence2TokenSequence Converts an external encoding of a sequence of elements with binary features to aTokenSequence
.SimpleTokenizer A simple unicode tokenizer that accepts sequences of letters as tokens.TokenSequenceRemoveStopPatterns Remove tokens from the token sequence in the data field whose text matches any of a set of regular expressions.TokenSequenceRemoveStopwords Remove tokens from the token sequence in the data field whose text is in the stopword list. -
Classes in cc.mallet.pipe used by cc.mallet.pipe.iterator Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.pipe.tests Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.pipe.tsf Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.share.casutton.ner Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.share.mccallum.ner Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.share.upenn.ner Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another.SerialPipes Convert an instance through a sequence of pipes. -
Classes in cc.mallet.pipe used by cc.mallet.share.weili.ner.enron Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.types Class Description Pipe The abstract superclass of all Pipes, which transform one data type to another. -
Classes in cc.mallet.pipe used by cc.mallet.util Class Description NGramPreprocessor This pipe changes text to lowercase, removes common XML entities (quot, apos, lt, gt), and replaces all punctuation except the - character with whitespace.Pipe The abstract superclass of all Pipes, which transform one data type to another.SimpleTokenizer A simple unicode tokenizer that accepts sequences of letters as tokens.