78 Commits

Author SHA1 Message Date
1891687db2 feat: Add search test case for Rust keyword 2024-02-11 17:12:45 +01:00
5b7f3d802d feat: add unit tests for handler_hello and search_engine 2024-02-11 17:10:02 +01:00
c4f50af39a feat: add handler module and update main.rs 2024-02-11 17:03:32 +01:00
77b684ac42
Merge pull request #1 from alexohneander/refactor
refactor: add search engine module and update main.rs
2024-02-11 16:53:39 +01:00
Alex Wellnitz
43bfb82a62 refactor: add search engine module and update main.rs 2024-02-11 16:52:39 +01:00
f070b45fac feat: Add Update and Save Segment functions 2023-10-26 19:20:59 +02:00
718e57355b feat: Add make Record function 2023-10-26 10:54:11 +02:00
5ef01eb1da fix: Format test 2023-10-26 10:41:05 +02:00
98187a1b27 feat: Add Tokenizer tests 2023-10-26 10:40:31 +02:00
1db2c66891 docs: Add codecov Badge 2023-10-26 09:38:21 +02:00
317c240ce2 fix: coverage trigger 2023-10-26 09:36:03 +02:00
f1769b6e79 feat: Update Pipelines 2023-10-26 09:35:25 +02:00
db71a20ecc feat: Add codecov configuration 2023-10-26 09:30:36 +02:00
8a974f6b2c feat: add codecov to pipeline 2023-10-25 23:11:12 +02:00
fe3d2b7d29 fix: Add test for coverage 2023-10-25 22:59:15 +02:00
413ec2a160 feat: Add parse record function 2023-10-25 22:31:50 +02:00
1589fdb6b1 feat: Add hash term function 2023-10-25 22:20:43 +02:00
ad2af90692 fix: threaded testing 2023-10-25 14:57:24 +02:00
3321fea4d0 feat: Add make N-grams function 2023-10-25 11:07:45 +02:00
c3d4eccae6 docs: Update README 2023-10-25 00:04:24 +02:00
47665a5521 fix: Build Pipeline 2023-10-25 00:00:44 +02:00
282a07dbec fix: Adjust tests 2023-10-24 23:59:35 +02:00
d0d839ea0e fix: testing 2023-10-24 23:59:15 +02:00
fd0439aa44 fix: Wrap Write and Read functions with results 2023-10-24 23:54:58 +02:00
c68cdb3b60
feat: Add Build pipeline 2023-10-24 23:28:22 +02:00
bcc8fb3461 feat: Add Tokenizer, split Text into Vec<String> 2023-10-24 23:17:09 +02:00
383e9aa093 feat: Add Stats functions 2023-10-24 22:51:38 +02:00
c55b0221ad Initial Commit 2023-10-24 20:15:03 +02:00