Uses of Class
org.corpus_tools.graphannis.model.FrequencyTableEntry
-
Packages that use FrequencyTableEntry Package Description org.corpus_tools.graphannis -
-
Uses of FrequencyTableEntry in org.corpus_tools.graphannis
Methods in org.corpus_tools.graphannis that return types with arguments of type FrequencyTableEntry Modifier and Type Method Description List<FrequencyTableEntry<String>>CorpusStorageManager. frequency(Iterable<String> corpusNames, String query, CorpusStorageManager.QueryLanguage queryLanguage, String frequencyQueryDefinition)Execute a frequency query.
-