fr.umlv.unitex.process
Class ReconstrucaoCommand

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

public class ReconstrucaoCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
ReconstrucaoCommand()
           
 
Method Summary
 ReconstrucaoCommand alphabet()
           
 ReconstrucaoCommand dic(java.io.File s)
           
 ReconstrucaoCommand fst2(java.io.File s)
           
 ReconstrucaoCommand ind(java.io.File s)
           
 ReconstrucaoCommand nasalFst2(java.io.File s)
           
 ReconstrucaoCommand output(java.io.File s)
           
 ReconstrucaoCommand rootDic(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

ReconstrucaoCommand

public ReconstrucaoCommand()
Method Detail

alphabet

public ReconstrucaoCommand alphabet()

ind

public ReconstrucaoCommand ind(java.io.File s)

rootDic

public ReconstrucaoCommand rootDic(java.io.File s)

dic

public ReconstrucaoCommand dic(java.io.File s)

fst2

public ReconstrucaoCommand fst2(java.io.File s)

nasalFst2

public ReconstrucaoCommand nasalFst2(java.io.File s)

output

public ReconstrucaoCommand output(java.io.File s)