the-algorithm
the-algorithm copied to clipboard
Source code for the X Recommendation Algorithm
Hi, I found this could be a issue Make sure the regex used here, which is vulnerable to polynomial runtime due to backtracking, cannot lead to denial of service.
Resubmission of #305. Closes #421.
Extra space
For very obvious reasons.
Fixed indentation in comments
TODO Remove score from the candidate and use a Feature instead - Remove the score field from the TweetAnnotationQueryCandidate class - Add a features field of type FeatureMap to the...
`know` -> `known`
fixed a few code smells and trying to make the code a bit more readable at times