Skip to content

Commit ff08bee

Browse files
feat(allowed): allow its.sentenceWiseImprotance in doc.out()
1 parent 1a3dc89 commit ff08bee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/allowed.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ allowed.its4document = new Set( [
115115
its.negationFlag,
116116
its.sentiment,
117117
its.stem,
118-
its.readabilityStats
118+
its.readabilityStats,
119+
its.sentenceWiseImprotance
119120
] );
120121

121122

0 commit comments

Comments
 (0)