Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
de-pluralize
node v14.20.1
version:
master
endpoint
share
tweet
const nlp=require('compromise') let doc =nlp('potatoes') doc.normalize({ nouns: true }) console.log(doc.out('array')) doc = nlp('Maris Piper potatoes') doc.normalize({ nouns: true }) doc.out('array')
Loading…
no comments
sign in
to comment