edu.ucdenver.ccp.nlp.biolemmatizer
Class BioLemmatizerCmdOpts

java.lang.Object
  extended by edu.ucdenver.ccp.nlp.biolemmatizer.BioLemmatizerCmdOpts

public class BioLemmatizerCmdOpts
extends Object

Command-line options for the BioLemmatizer

Author:
Colorado Computational Pharmacology, UC Denver; ccpsupport@ucdenver.edu

Constructor Summary
BioLemmatizerCmdOpts()
           
 
Method Summary
 boolean americanizedLemma()
           
 File getInputFile()
           
 String getInputStr()
           
 String getInputStrPos()
           
 File getLexiconFile()
           
 File getOutputFile()
           
 boolean outputLemmaOnly()
           
 boolean useInteractiveMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BioLemmatizerCmdOpts

public BioLemmatizerCmdOpts()
Method Detail

getInputFile

public File getInputFile()
Returns:
the inputFile

getOutputFile

public File getOutputFile()
Returns:
the outputFile

getLexiconFile

public File getLexiconFile()
Returns:
the lexiconFile

americanizedLemma

public boolean americanizedLemma()
Returns:
americanize

outputLemmaOnly

public boolean outputLemmaOnly()
Returns:
outputLemmaOnly

useInteractiveMode

public boolean useInteractiveMode()
Returns:
useInteractiveMode

getInputStr

public String getInputStr()
Returns:
the inputStr

getInputStrPos

public String getInputStrPos()
Returns:
the inputStrPos


Copyright © 2013. All Rights Reserved.