UNPKG
text-keyword-extract
Version:
latest (0.1.1)
0.1.1
0.0.1
A nodejs module to extract keywords from text.
gitlab.com/autokent/text-keyword-extract
text-keyword-extract
/
test
/
test.js
11 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
assert =
require
(
'assert'
);
const
tka =
require
(
'../'
);
describe
(
'must be correctly extract'
,
function
(
) {
it
(
'should extract'
,
function
(
) { }); });