A NodeJS librairy which extract relevant keywords from a string.
A word is treated as relevant when it
Installation
You first need to import the librairy:
var extractor = require('../lib/keyword.js');
Usage
For now, only one function is available, but more will come soon.
extractor.extract(lang, text, callback);
lang
: the lang accronym of the text (see available languages )text
: the text from which the keywords should be extractedcallback
: the callback function with the array of keywords as parameter.
extractor.extract('en', 'I like goat from Paris.', function(words) {
});
languages
From now, the available languages are: