Package cc.mallet.pipe.tsf
Class TrieLexiconMembership
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- cc.mallet.pipe.tsf.TrieLexiconMembership
-
- All Implemented Interfaces:
AlphabetCarrying
,java.io.Serializable
public class TrieLexiconMembership extends Pipe implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrieLexiconMembership(java.io.File lexiconFile)
TrieLexiconMembership(java.io.File lexiconFile, boolean ignoreCase)
TrieLexiconMembership(java.lang.String name, java.io.File lexiconFile, boolean ignoreCase)
TrieLexiconMembership(java.lang.String name, java.io.File lexiconFile, boolean ignoreCase, boolean includeDelims, java.lang.String delim)
TrieLexiconMembership(java.lang.String name, java.io.Reader lexiconReader, boolean ignoreCase)
TrieLexiconMembership(java.lang.String name, java.io.Reader lexiconReader, boolean ignoreCase, boolean includeDelims, java.lang.String delim)
-
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
-
TrieLexiconMembership
public TrieLexiconMembership(java.lang.String name, java.io.Reader lexiconReader, boolean ignoreCase)
-
TrieLexiconMembership
public TrieLexiconMembership(java.lang.String name, java.io.Reader lexiconReader, boolean ignoreCase, boolean includeDelims, java.lang.String delim)
-
TrieLexiconMembership
public TrieLexiconMembership(java.lang.String name, java.io.File lexiconFile, boolean ignoreCase) throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
-
TrieLexiconMembership
public TrieLexiconMembership(java.lang.String name, java.io.File lexiconFile, boolean ignoreCase, boolean includeDelims, java.lang.String delim) throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
-
TrieLexiconMembership
public TrieLexiconMembership(java.io.File lexiconFile, boolean ignoreCase) throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
-
TrieLexiconMembership
public TrieLexiconMembership(java.io.File lexiconFile) throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
-
-