fr.umlv.unitex.process
Class TokenizeCommand

java.lang.Object
  extended by fr.umlv.unitex.process.CommandBuilder
      extended by fr.umlv.unitex.process.TokenizeCommand

public class TokenizeCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
TokenizeCommand()
           
 
Method Summary
 TokenizeCommand alphabet()
           
 TokenizeCommand text(java.io.File s)
           
 TokenizeCommand tokenizeCharByChar()
           
 
Methods inherited from class fr.umlv.unitex.process.CommandBuilder
getBuilder, getCommandArguments, getCommandLine, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenizeCommand

public TokenizeCommand()
Method Detail

text

public TokenizeCommand text(java.io.File s)

alphabet

public TokenizeCommand alphabet()

tokenizeCharByChar

public TokenizeCommand tokenizeCharByChar()