A C D E F G I J K L M N O P R S T U V W X

F

FileTools - Class in moj.util
A small utility class that contains methods for handling files.
FileTools() - Constructor for class moj.util.FileTools
 
filterByDFinside(int, int) - Method in class moj.lang.FrequencyList
Extract sublist containing only the index terms with a document frequency between lowerBound and upperBound.
filterByDFoutside(int, int) - Method in class moj.lang.FrequencyList
Extract sublist containing only the index terms with a document frequency lower than lowerBound or higher than upperBound.
filterByTFinside(int, int) - Method in class moj.lang.FrequencyList
Extract sublist containing only the index terms with a term frequency between lowerBound and upperBound.
filterByTFoutside(int, int) - Method in class moj.lang.FrequencyList
Extract sublist containing only the index terms with a term frequency lower than lowerBound or higher than upperBound.
finalize() - Method in class moj.ri.RandomIndex
Shuts down the thread pool, used for scheduling thread (re)usage when adding texts to the RandomIndex, as soon as all threads updating the RandomIndex have finished running.
finishedUpdating() - Method in class moj.ri.RandomIndex
Checks if all threads updating the RandomIndex have finished running, only then the RandomIndex is guaranteed to be up to date.
formatEntry(String) - Method in class moj.util.Logger
Formats a log entry.
FrequencyList<Entry> - Class in moj.lang
FrequencyList holds a list of tokens (index terms) and their respective term and document frequencies in the texts indexed (or 'added') so far.
FrequencyList() - Constructor for class moj.lang.FrequencyList
Creates a new empty FrequencyList.
FrequencyList.CompareAlphabetically - Class in moj.lang
For ordering words alphabetically.
FrequencyList.CompareAlphabetically() - Constructor for class moj.lang.FrequencyList.CompareAlphabetically
 
FrequencyList.CompareByDF - Class in moj.lang
For ordering words from lowest to highest document frequency.
FrequencyList.CompareByDF() - Constructor for class moj.lang.FrequencyList.CompareByDF
 
FrequencyList.CompareByDFfalling - Class in moj.lang
For ordering words from highest to lowest document frequency.
FrequencyList.CompareByDFfalling() - Constructor for class moj.lang.FrequencyList.CompareByDFfalling
 
FrequencyList.CompareByTF - Class in moj.lang
For ordering words from lowest to highest term frequency.
FrequencyList.CompareByTF() - Constructor for class moj.lang.FrequencyList.CompareByTF
 
FrequencyList.CompareByTFfalling - Class in moj.lang
For ordering words from highest to lowest term frequency.
FrequencyList.CompareByTFfalling() - Constructor for class moj.lang.FrequencyList.CompareByTFfalling
 
fromControlCodes(String) - Static method in class moj.util.TagStripper
Replaces all C0/C1 control codes in text with its abbreviated name.
fromXMLentities(String) - Static method in class moj.util.TagStripper
Convert XML entities (&lt; &gt; &amp; &quot;) to markup characters (< > & ").

A C D E F G I J K L M N O P R S T U V W X