mirror of
https://github.com/gchq/CyberChef
synced 2026-01-08 19:43:18 +00:00
Removed trailing spaces from RAKE
This commit is contained in:
@@ -102,7 +102,7 @@ class RAKE extends Operation {
|
||||
|
||||
// Remove duplicate phrases
|
||||
phrases = phrases.unique();
|
||||
|
||||
|
||||
// Generate word_degree_matrix and populate
|
||||
const wordDegreeMatrix = Array(tokens.length).fill().map(() => Array(tokens.length).fill(0));
|
||||
for (const phrase of phrases) {
|
||||
|
||||
Reference in New Issue
Block a user