From 6b17414b5031ba18f65858c14a347fd724f8ae86 Mon Sep 17 00:00:00 2001 From: Sanjaya Kumar Saxena Date: Sun, 31 Mar 2024 20:30:47 +0530 Subject: [PATCH] test(*): update model --- test/test-model/readability-stats.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test-model/readability-stats.js b/test/test-model/readability-stats.js index de46fcc..f3aa670 100644 --- a/test/test-model/readability-stats.js +++ b/test/test-model/readability-stats.js @@ -35,8 +35,6 @@ const consts = require( './constants.js' ); const tkSize = consts.tkSize; var readabilityStats = function ( rdd, its ) { - // The cache. - var cache = rdd.cache; // wink NLP native tokens. var tokens = rdd.tokens; // Number of sentences.