Public
Edited
Dec 7, 2022
2 forks
Insert cell
Insert cell
{
let txt = 'Oh, tú, tú eres el imán y yo soy el metal'
let doc = nlp(txt)

// match a subset of the text
let m = doc.match('yo #Verb . #Noun')

//return some data
return m.json()[0]
}
Insert cell
Insert cell
viewof text=html`<input value="Tengo que bailar contigo hoy" style="font-size:22px; width:500px;"/>`
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