This commit introduces two new libraries: textprocessing and tfidf. The textprocessing library provides classes to read words from a text file, generate histogram from the words, and store the histogram to a CSV file. The tfidf library adds support for term frequency–inverse document frequency (tf-idf) computation using the functionalities provided by the textprocessing library. |
||
|---|---|---|
| .. | ||
| src/main/kotlin/de/itkl/tfidf | ||
| build.gradle.kts | ||