letdoc=nlp('one two three four five. no here results.')
//scan it with our trie
returndoc.lookup(trie).out('array')
}
{
//build a trie from our lookup terms
lettrie=nlp.compile([
'two three',
'three four five',
'one',
'eleventy',
])
//create a document
letdoc=nlp('one two three four five. no here results.')
//scan it with our trie
returndoc.lookup(trie).out('array')
}
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.