Skip to content

Commit f7ca0ac

Browse files
feat(itm-document-out): enable processing of its.sentenceWiseImprotance
1 parent ff08bee commit f7ca0ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/api/itm-document-out.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ var itmDocumentOut = function ( rdd, itsf, addons ) {
6767
return itsfn( rdd, addons );
6868
}
6969

70+
if ( itsfn === its.sentenceWiseImprotance ) {
71+
return itsfn( rdd, addons );
72+
}
73+
7074
// Setup the correct `as.fn` becuase the current markedup text would have
7175
// returned the `value`. Refer to `its.markedUpText`.
7276
var asfn = ( itsfn === its.markedUpText ) ? as.markedUpText : as.text;

0 commit comments

Comments
 (0)