Commit Graph

4 Commits (3e5534f1844a4a79f5171a72ead2cb75e7c9d176)

Author SHA1 Message Date
Timo Bryant 81a30dd2f6 utilize koin 2023-12-21 18:16:12 +01:00
Timo Bryant 46f1c49ab1 fix build 2023-12-21 17:12:42 +01:00
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
Timo Bryant 351ab9b9e3 compute term frequence for wikipedia 2023-12-15 20:28:41 +01:00