Commit Graph

53 Commits (16)

Author SHA1 Message Date
Timo Bryant 67d65cee93 Add text processing and tfidf libraries
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.
2023-12-15 17:17:27 +01:00
Timo Bryant 1259dc8764 Add build.gradle.kts file in tfidf library
Added a new build.gradle.kts file in the tfidf library. This file includes the "docthor.kotlin-library-conventions" plugin. This is the initial setup for the build configuration of the tfidf library.
2023-12-15 15:40:24 +01:00
TBr 35f1056929 Initial commit 2023-12-15 14:25:01 +00:00