letdoc=nlp(`Getting ready for whacking day? What's whacking day?`)
doc.match('whacking day').hyphenate()
returndoc.text()
}
nlp(`are you saying boo, or boo-urns?`).dehyphenate().text()
{
letdoc=nlp(`you could still go to McGill, the Harvard of Canada!`)
doc.match('#Noun of #Place').toQuotations()
returndoc.text()
}
{
letdoc=nlp(`be like boy!`)
doc.append('we like roy!').toParentheses()
returndoc.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.