Class Parameters

    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • getOutputPath

        public String getOutputPath()
      • setOutputPath

        public void setOutputPath​(String outputPath)
      • getMinWordsPerTerm

        public int getMinWordsPerTerm()
      • setMinWordsPerTerm

        public void setMinWordsPerTerm​(int minWordsPerTerm)
      • getMaxWordsPerTerm

        public int getMaxWordsPerTerm()
      • setMaxWordsPerTerm

        public void setMaxWordsPerTerm​(int maxWordsPerTerm)
      • getMinOccurrences

        public int getMinOccurrences()
      • setMinOccurrences

        public void setMinOccurrences​(int minOccurrences)
      • getStopWordsPath

        public String getStopWordsPath()
      • setStopWordsPath

        public void setStopWordsPath​(String stopWordsPath)
      • getNotStartWordsPath

        public String getNotStartWordsPath()
      • setNotStartWordsPath

        public void setNotStartWordsPath​(String notStartWordsPath)
      • getNotEndWordsPath

        public String getNotEndWordsPath()
      • setNotEndWordsPath

        public void setNotEndWordsPath​(String notEndWordsPath)
      • getKeepCase

        public boolean getKeepCase()
      • setKeepCase

        public void setKeepCase​(boolean keepCase)
      • getRemoveSubTerms

        public boolean getRemoveSubTerms()
      • setRemoveSubTerms

        public void setRemoveSubTerms​(boolean removeSubTerms)
      • getSortByOccurrence

        public boolean getSortByOccurrence()
      • setSortByOccurrence

        public void setSortByOccurrence​(boolean sortByOccurrence)
      • getAutoOpen

        public boolean getAutoOpen()
      • setAutoOpen

        public void setAutoOpen​(boolean autoOpen)
      • getUseTextAnalysisAnnotations

        public boolean getUseTextAnalysisAnnotations()
      • setUseTextAnalysisAnnotations

        public void setUseTextAnalysisAnnotations​(boolean useTextAnalysisAnnotations)
      • getUseTerminologyAnnotations

        public boolean getUseTerminologyAnnotations()
      • setUseTerminologyAnnotations

        public void setUseTerminologyAnnotations​(boolean useTerminologyAnnotations)
      • getUseStatistics

        public boolean getUseStatistics()
      • setUseStatistics

        public void setUseStatistics​(boolean useStatistics)