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