|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.pipe.Pipe cc.mallet.pipe.SimpleTaggerSentence2TokenSequence cc.mallet.pipe.SimpleTaggerSentence2StringTokenization
public class SimpleTaggerSentence2StringTokenization
This extends SimpleTaggerSentence2TokenSequence
to use
{Slink StringTokenizations} for use with the extract package.
Field Summary |
---|
Fields inherited from class cc.mallet.pipe.SimpleTaggerSentence2TokenSequence |
---|
setTokensAsFeatures |
Constructor Summary | |
---|---|
SimpleTaggerSentence2StringTokenization()
Creates a new SimpleTaggerSentence2StringTokenization instance. |
|
SimpleTaggerSentence2StringTokenization(boolean inc)
creates a new SimpleTaggerSentence2StringTokenization instance
which includes tokens as features iff the supplied argument is true. |
Method Summary | |
---|---|
Instance |
pipe(Instance carrier)
Takes an instance with data of type String or String[][] and creates an Instance of type StringTokenization. |
Methods inherited from class cc.mallet.pipe.SimpleTaggerSentence2TokenSequence |
---|
makeText, parseSentence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleTaggerSentence2StringTokenization()
SimpleTaggerSentence2StringTokenization
instance.
By default we include tokens as features.
public SimpleTaggerSentence2StringTokenization(boolean inc)
SimpleTaggerSentence2StringTokenization
instance
which includes tokens as features iff the supplied argument is true.
Method Detail |
---|
public Instance pipe(Instance carrier)
pipe
in class SimpleTaggerSentence2TokenSequence
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |