Would you like to clone this notebook?

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

Cancel

verb subject

node v18.11.0
version: master
endpointsharetweet
const nlp=require('compromise') let doc = nlp('she ran to the sea to see what he could see') doc.verbs().map(vb=> { let subj = vb.subjects() return [vb.text(), subj.text()] })
Loading…

no comments

    sign in to comment