llm-sensitive-words

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i llm-sensitive-words

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

2.8 kB

Total Files

6

Last publish

Collaborators

  • lmiller