content_indexer v0.2.5 ContentIndexer.TfIdf.TermCounts.Server

Summary TermCounts is a GenServer that contains the numbers of documents that have a term ‘t’ Basically a map of all unique terms and their respective counts i.e. 1 per for each document that has this term

Link to this section Summary

Functions

Initialises the Term Counts with an empty map

Link to this section Functions

Link to this function init_term_counts()

Initialises the Term Counts with an empty map