Skip to content

Commit 0550d6b

Browse files
committed
updated topic modeling test
1 parent 4c30fec commit 0550d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-topic-modeling.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async function runTests() {
103103
// ==================== Test Group 2: Tokenization ====================
104104
console.log('\n--- Test Group 2: Tokenization Edge Cases (12 tests) ---\n');
105105

106-
const lda2 = new LDAModel();
106+
const lda2 = new LDAModel({ removeStopwords: false });
107107

108108
// Basic tokenization
109109
const text1 = "The quick brown fox jumps over the lazy dog";

0 commit comments

Comments
 (0)