UNPKG
node-tfidf
Version:
latest (0.0.2)
0.0.2
0.0.1
TF-IDF string for Nodejs
github.com/duyetdev/node-tfidf
duyetdev/node-tfidf
node-tfidf
/
index.js
5 lines
(4 loc)
•
88 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
; (
function
(
) {
module
.
exports
=
require
(
'./lib/tfidf'
); }).
call
(
this
);