llm-sensitive-words
v1.1.0
Published
Filter out a list of sensitive words
Downloads
5
Maintainers
Readme
llm-sensitive-words
This is a very nice Wednesday July 25, 2018
Example
$ npm install llm-sensitive-words --save
const { sensitiveWords } = require('llm-sensitive-words')
// ES2015 modules
import { sensitiveWords } from 'llm-sensitive-words'
const fitered = sensitiveWords(
'The new apple macbook pro will have a touchbar',
['pro','touchbar']
)
console.log(fitered)
// The new apple macbook ***** will have a *****
Test suite failed to run SecurityError: localStorage is not available for opaque origins