Uses of Class
org.terrier.structures.indexing.LexiconMap
-
Packages that use LexiconMap Package Description org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. -
-
Uses of LexiconMap in org.terrier.structures.indexing
Subclasses of LexiconMap in org.terrier.structures.indexing Modifier and Type Class Description class
FieldLexiconMap
class FieldLexicanMapFields in org.terrier.structures.indexing declared as LexiconMap Modifier and Type Field Description protected LexiconMap
LexiconBuilder. TempLex
The lexicontree to write the current term stream toMethods in org.terrier.structures.indexing that return LexiconMap Modifier and Type Method Description protected static LexiconMap
LexiconBuilder. instantiate(java.lang.Class<? extends LexiconMap> LexiconMapClass)
Method parameters in org.terrier.structures.indexing with type arguments of type LexiconMap Modifier and Type Method Description protected static LexiconMap
LexiconBuilder. instantiate(java.lang.Class<? extends LexiconMap> LexiconMapClass)
Constructors in org.terrier.structures.indexing with parameters of type LexiconMap Constructor Description LexiconBuilder(IndexOnDisk i, java.lang.String _structureName, LexiconMap lexiconMap, java.lang.String _lexiconEntryClass, java.lang.String valueFactoryParamTypes, java.lang.String valueFactoryParamValues, TermCodes _termCodes)
constructorLexiconBuilder(IndexOnDisk i, java.lang.String _structureName, LexiconMap lexiconMap, java.lang.String _lexiconEntryClass, TermCodes termCodes)
constructorConstructor parameters in org.terrier.structures.indexing with type arguments of type LexiconMap Constructor Description LexiconBuilder(IndexOnDisk i, java.lang.String _structureName, java.lang.Class<? extends LexiconMap> _LexiconMapClass, java.lang.String _lexiconEntryClass, TermCodes termCodes)
constructor
-