12 lines
362 B
Markdown
12 lines
362 B
Markdown
# Term Frequency Dictionary
|
|
|
|
This dictionary is used by various parts of the system to evaluate for example
|
|
the TF-IDF score of a keyword.
|
|
|
|
## Central Classes
|
|
|
|
* [TermFrequencyDict](src/main/java/nu/marginalia/term_frequency_dict/TermFrequencyDict.java)
|
|
|
|
## See Also
|
|
|
|
* [tools/term-frequency-extractor](../../tools/term-frequency-extractor) constructs this file |