Published
Edited
Mar 23, 2022
5 stars
Insert cell
Insert cell
{
let doc = nlp('i went on a talk') //a text with a typo
let m = doc.match('. ~walk~', null, { fuzzy: 0.7 }) //enable fuzzy-match
return m.text()
}
Insert cell
Insert cell
Insert cell
nlp('bart simpson').has('(foo|~bort~)', null, {fuzzy:0.75})
Insert cell
{
let doc = nlp('bart simpson')
let m = doc.match('~(foo|bort)~', null, {fuzzy:0.75})
return m.text()
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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