Uses of Interface
org.terrier.structures.indexing.LexiconBuilder.CollectionStatisticsCounter
-
Packages that use LexiconBuilder.CollectionStatisticsCounter Package Description org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. -
-
Uses of LexiconBuilder.CollectionStatisticsCounter in org.terrier.structures.indexing
Classes in org.terrier.structures.indexing that implement LexiconBuilder.CollectionStatisticsCounter Modifier and Type Class Description static class
LexiconBuilder.BasicLexiconCollectionStaticticsCounter
counts global statistics in the non-fields caseprotected static class
LexiconBuilder.FieldLexiconCollectionStaticticsCounter
counts global statistics in the fields caseprotected static class
LexiconBuilder.NullCollectionStatisticsCounter
Methods in org.terrier.structures.indexing with parameters of type LexiconBuilder.CollectionStatisticsCounter Modifier and Type Method Description static void
FSOMapFileLexiconUtilities. optimise(java.lang.String structureName, IndexOnDisk index, LexiconBuilder.CollectionStatisticsCounter statsCounter)
Does two things to a FSOMapFileLexicon: adds the termid lookup file (if required), and also creates the lexicon has file.static void
FSOMapFileLexiconUtilities. optimise(java.lang.String structureName, IndexOnDisk index, LexiconBuilder.CollectionStatisticsCounter statsCounter, int numEntries)
optimise
-