JSFiddle - React, Tailwind, and code Playground
by Adam Boduch
HTML
<script src="https://unpkg.com/compromise@latest/builds/compromise.min.js"></script>
JavaScript
const result = nlp('We’re here, we’re clear, we don’t want anymore bears.')
.clauses()
//.if('anymore')
.out('array');
console.log(result);