docthor/app
Timo Bryant ca51b50306 Refactor code and add functionality for term frequency calculation
The major changes in this commit involve code refactoring and adding new functionality to calculate Term frequency (TF). The TF is now computed as a separate step from the TF-IDF calculation, which improves the modularity and maintainability of the code. Additionally, an unnecessary test file (MessageUtilsTest.kt) has been removed, and various dependencies have been updated or removed as needed. A few changes were also made to improve the readability and usability of the code.
2023-12-15 21:14:36 +01:00
..
src/main/kotlin/docthor/app Refactor code and add functionality for term frequency calculation 2023-12-15 21:14:36 +01:00
build.gradle.kts compute term frequence for wikipedia 2023-12-15 20:28:41 +01:00