Published
Edited
Dec 24, 2020
Importers
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
filteredeps = episodes.filter(episode => (episode.categories == "episode"))
Insert cell
md`OK so I think I want to do this by mapping it myself. So through the tags. Is there a way to identify which are personal names?

So let's loop through the episodes and make something that has all the tags. Then maybe identify which are personal names?`
Insert cell
Insert cell
alltagsstr = {
return alltags.join(", ");
}
Insert cell
Insert cell
Insert cell
import {printList} from '@spencermountain/topics-named-entity-recognition'
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