Uses of Class
org.corpus_tools.graphannis.CorpusStorageManager.CountResult
-
Packages that use CorpusStorageManager.CountResult Package Description org.corpus_tools.graphannis -
-
Uses of CorpusStorageManager.CountResult in org.corpus_tools.graphannis
Methods in org.corpus_tools.graphannis that return CorpusStorageManager.CountResult Modifier and Type Method Description CorpusStorageManager.CountResultCorpusStorageManager. countExtra(Iterable<String> corpusNames, String query, CorpusStorageManager.QueryLanguage queryLanguage)Count the number of results for a query and return both the total number of matches and also the number of documents in the result set.
-