Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

multi-word lookup

node v10.24.1
version: master
endpointsharetweet
const nlp=require('compromise') let doc=nlp('i used a question mark and nothing else, period.') doc.lookup(['comma','question mark','period']).out('array')
Loading…

no comments

    sign in to comment