Published
Edited
Mar 23, 2022
Insert cell
Insert cell
nlp('are you saying boo, or boo-urns?').json({terms: {whitespace: true} })
Insert cell
Insert cell
Insert cell
{
let doc = nlp(`Your dreams may vary from those of Globex Corporation, its subsidiaries and shareholders.`)
doc.organizations().post('©', true)
return doc.text()
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
nlp(' we like Roy! we like Roy!! ').trim().text()
Insert cell
Insert cell
{
let doc = nlp(`Getting ready for whacking day? What's whacking day?`)
doc.match('whacking day').hyphenate()
return doc.text()
}
Insert cell
Insert cell
nlp(`are you saying boo, or boo-urns?`).dehyphenate().text()
Insert cell
Insert cell
{
let doc = nlp(`you could still go to McGill, the Harvard of Canada!`)
doc.match('#Noun of #Place').toQuotations()
return doc.text()
}
Insert cell
Insert cell
{
let doc = nlp(`be like boy!`)
doc.append('we like roy!').toParentheses()
return doc.text()
}
Insert cell
Insert cell
Insert cell
Insert cell

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.
Learn more