IDftDictionaryEntryExtension extension

A DftMapEntry is a unit of entry in the DftMap of an inverted index. It enumerates the following property getters:

  • term is the word/term that is indexed; and
  • iDFt is the number of documents that contain term.
on

Properties

iDFt IdFt
The inverse document frequency of term in the corpus.
no setter
term String
The word/term that is indexed.
no setter