Public
Edited
Mar 24, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof pos_toggles = Inputs.checkbox(["Verbs", "Adjectives", "Adverbs", "Pronouns"],{label: "Parts of Speech", value: false})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof selected_word_type = Inputs.select(["Descriptors","Agent Verbs", "Patient Verbs", "Possession Words"], {label: "Word Type"})
Insert cell
Insert cell
Insert cell
main_word_lists
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
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
main_words_by_type = d3.group(main_word_lists, d => d.word_type, d => d.gender)
Insert cell
Insert cell
Insert cell
Insert cell
### Dependencies and functions for developing visualization
Insert cell
Insert cell
import {textcolor} from "@observablehq/text-color-annotations-in-markdown"
Insert cell
d3Cloud = require("d3-cloud@1")
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