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
emails and numbers
node v14.20.1
version:
master
endpoint
share
tweet
const nlp=require('compromise') const numbers=require('compromise-numbers') nlp.extend(numbers) let doc = nlp('john@email.com is 5 years old') console.log({ numbers:doc.numbers().text(), email:doc.emails().text() })
Loading…
no comments
sign in
to comment