MarginaliaSearch/code/libraries/term-frequency-dict
Viktor Lofgren b7d9a7ae89 (ngrams) Remove the vestigial logic for capturing permutations of n-grams
The change also reduces the object churn in NGramLexicon, as this is a very hot method in the converter.
2024-04-11 18:12:01 +02:00
..
java/nu/marginalia (ngrams) Remove the vestigial logic for capturing permutations of n-grams 2024-04-11 18:12:01 +02:00
test/nu/marginalia/segmentation (ngrams) Remove the vestigial logic for capturing permutations of n-grams 2024-04-11 18:12:01 +02:00
build.gradle (sys) Upgrade to JDK22 2024-03-21 14:33:27 +01:00
readme.md Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00

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