cs481-ekh / s24-gone-phishin

https://cs481-ekh.github.io/s24-gone-phishin/
MIT License
1 stars 0 forks source link

Rework algorithm to account for keyword severity #105

Closed torisimon2 closed 3 months ago

torisimon2 commented 4 months ago

references #40

Assign keywords a severity score and update the confidence algorithm.

Definition of Done:

SorrenMosher commented 4 months ago

Read through the different sources used to collect our keywords. [t:25]

SorrenMosher commented 4 months ago

Ran the list of keywords through ChatGPT which gave me a good starting point for the weighted keywords. Went through each keyword and either intuitively adjusted them or did some basic research to determine a good weight. Updated text file with scores for each keyword, and added 2 additional keywords. Submitted pr. [t:95]

SorrenMosher commented 3 months ago

Linked the keyword severity scores into the keyword score algorithm. Submitted pull request. [t:25]