Skip to content

Commit

Permalink
Removed trailing spaces from RAKE
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Apr 23, 2024
1 parent e61d64f commit 361a35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/RAKE.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 361a35b

Please sign in to comment.