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 classLexiconBuilder.BasicLexiconCollectionStaticticsCountercounts global statistics in the non-fields caseprotected static classLexiconBuilder.FieldLexiconCollectionStaticticsCountercounts global statistics in the fields caseprotected static classLexiconBuilder.NullCollectionStatisticsCounterMethods in org.terrier.structures.indexing with parameters of type LexiconBuilder.CollectionStatisticsCounter Modifier and Type Method Description static voidFSOMapFileLexiconUtilities. 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 voidFSOMapFileLexiconUtilities. optimise(java.lang.String structureName, IndexOnDisk index, LexiconBuilder.CollectionStatisticsCounter statsCounter, int numEntries)optimise
-