Commit Graph

10 Commits (e2c13c25039fad68716fe98162599ad3a5bf2b3f)

Author SHA1 Message Date
Timo Bryant c758d0b79d first application 2023-12-30 12:03:41 +01:00
Timo Bryant 6fb0ce2a4f move stuff to core-io/tui 2023-12-29 20:42:06 +01:00
Timo Bryant d62aadb95f move ProgressBarFactory to core api 2023-12-27 16:28:51 +01:00
Timo Bryant cc727c681a adding core api 2023-12-27 16:11:12 +01:00
Timo Bryant 81a30dd2f6 utilize koin 2023-12-21 18:16:12 +01:00
Timo Bryant 606837a76f code cleanup 2023-12-21 17:31:09 +01:00
Timo Bryant 71e066fcde trying to make a parallel flow 2023-12-18 19:20:30 +01:00
Timo Bryant d995b26459 rewriting IDF stuff 2023-12-17 17:46:51 +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