UNPKG

text-keyword-extract

Version:

A nodejs module to extract keywords from text.

11 lines (6 loc) 171 B
const assert = require('assert'); const tka = require('../'); describe('must be correctly extract', function() { it('should extract', function() { }); });