nlp(`we're going to win bigly!`).adverbs().out('array')
nlp(`replace the word kinda with repeatedly and the word dog with son.`).conjunctions().text()
nlp(`you're sure you haven't just made thousands of mistakes?`).prepositions().json().map(o=>o.text)
nlp(`Hey bart. Hi Bart. hello mrs Cumberdale.`).abbreviations().text()
nlp(`What a totally amazing, excellent discovery - (not!)`).parentheses().json({normal:true})[0]
nlp(`wayne's world, party time`).possessives().out('array')
nlp('I do all my laundry now. I\'m what you call "sans parents".').quotations().text()
nlp('it is a UNESCO world heritage site').acronyms().text()
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.