public class Parameters extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
Parameters() |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic String getOutputPath()
public void setOutputPath(String outputPath)
public int getMinWordsPerTerm()
public void setMinWordsPerTerm(int minWordsPerTerm)
public int getMaxWordsPerTerm()
public void setMaxWordsPerTerm(int maxWordsPerTerm)
public int getMinOccurrences()
public void setMinOccurrences(int minOccurrences)
public String getStopWordsPath()
public void setStopWordsPath(String stopWordsPath)
public String getNotStartWordsPath()
public void setNotStartWordsPath(String notStartWordsPath)
public String getNotEndWordsPath()
public void setNotEndWordsPath(String notEndWordsPath)
public boolean getKeepCase()
public void setKeepCase(boolean keepCase)
public boolean getRemoveSubTerms()
public void setRemoveSubTerms(boolean removeSubTerms)
public boolean getSortByOccurrence()
public void setSortByOccurrence(boolean sortByOccurrence)
public boolean getAutoOpen()
public void setAutoOpen(boolean autoOpen)
public boolean getUseTextAnalysisAnnotations()
public void setUseTextAnalysisAnnotations(boolean useTextAnalysisAnnotations)
public boolean getUseTerminologyAnnotations()
public void setUseTerminologyAnnotations(boolean useTerminologyAnnotations)
public boolean getUseStatistics()
public void setUseStatistics(boolean useStatistics)
public void reset()
StringParameters
Subclasses should override this method to set any initial
values and instantiate any objects that require allocation. It
is recommended that subclasses also call super.reset()
in the override to ensure that the buffer is empty.
reset in interface IParametersreset in class StringParameterspublic ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2022. All rights reserved.