cc.mallet.share.upenn.ner
Class NEPipes

java.lang.Object
  extended by cc.mallet.pipe.Pipe
      extended by cc.mallet.pipe.SerialPipes
          extended by cc.mallet.share.upenn.ner.NEPipes
All Implemented Interfaces:
AlphabetCarrying, java.io.Serializable

public class NEPipes
extends SerialPipes

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class cc.mallet.pipe.SerialPipes
SerialPipes.Predicate
 
Constructor Summary
NEPipes(java.io.File placeDir)
           
 
Method Summary
 
Methods inherited from class cc.mallet.pipe.SerialPipes
getPipe, newIteratorFrom, newSerialPipesFromRange, newSerialPipesFromSuffix, pipes, setTargetProcessing, size, toString
 
Methods inherited from class cc.mallet.pipe.Pipe
alphabetsMatch, getAlphabet, getAlphabets, getDataAlphabet, getInstanceId, getTargetAlphabet, instanceFrom, instancesFrom, instancesFrom, isDataAlphabetSet, isTargetProcessing, pipe, preceedingPipeDataAlphabetNotification, preceedingPipeTargetAlphabetNotification, precondition, readResolve, setDataAlphabet, setOrCheckDataAlphabet, setOrCheckTargetAlphabet, setTargetAlphabet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NEPipes

public NEPipes(java.io.File placeDir)