module documentation

Undocumented

Function idf A function to calculate the inverse document frequency for a posting. This is shared between the builder and the index.
def idf(posting, document_count): (source)

A function to calculate the inverse document frequency for a posting. This is shared between the builder and the index.