Class BTMatcher
- java.lang.Object
-
- de.julielab.genemapper.utils.dict.BTMatcher
-
public class BTMatcher extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,RefCounter>getFrequencies(String myText)Mines given text for all listed synonyms and counts their occurrences.static voidmain(String[] args)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
-
-
-
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
-
-