fr.umlv.unitex.process
Class Txt2Fst2Command

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

public class Txt2Fst2Command
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
Txt2Fst2Command()
           
 
Method Summary
 Txt2Fst2Command alphabet()
           
 Txt2Fst2Command clean(boolean clean)
           
 Txt2Fst2Command fst2(java.io.File s)
           
 Txt2Fst2Command text(java.io.File s)
           
 
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

Txt2Fst2Command

public Txt2Fst2Command()
Method Detail

text

public Txt2Fst2Command text(java.io.File s)

alphabet

public Txt2Fst2Command alphabet()

clean

public Txt2Fst2Command clean(boolean clean)

fst2

public Txt2Fst2Command fst2(java.io.File s)