Class BTMatcher


  • public class BTMatcher
    extends Object
    • Method Detail

      • getFrequencies

        public HashMap<String,​RefCounter> getFrequencies​(String myText)
        Mines given text for all listed synonyms and counts their occurrences.
      • main

        public static void main​(String[] args)
                         throws IOException
        to execute the BTMatcher start it with the following command-line arguments: arg0: thesaurusFile arg1: directory of text files or single file arg2: output file
        Parameters:
        args -
        Throws:
        IOException