m=nlp(`Pontiac Buick, Ford Mustang, Honda Civic`).nouns()
m.first().text()
m.last().text()
m.slice(0,2).out('array')
m.eq(1).text()
m.firstTerms().out('array')
m.lastTerms().out('array')
m.termList()
nlp('one two three').match('one [two] [three]').groups('0').text()
nlp('one two three').match('one [<two>two]').groups('two').text()
md`without input, the method will return an object of all named groups:`
nlp('one two three').match('one [.] [<three>.]').groups()
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.