Public
Edited
Jan 30, 2024
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
{
mutable minimumWordLength = wordLengthRange[0];
mutable maximumWordLength = wordLengthRange[1];
}
Insert cell
Insert cell
randomWordGenerator = new RandomWordGenerator(referenceWords)
Insert cell
Insert cell
Insert cell
Insert cell
function createProbabalisticTokenTransitionProviderFromWordSet(wordSet) {
const tokenTransitionCounts = new TokenTransitionCounts();

for (const tokenTransition of iterateTokenTransitionsInWordList(wordSet)) {
tokenTransitionCounts.incrementCountForTokenTransition(tokenTransition);
}

return new ProbabalisticTokenTransitionProvider(tokenTransitionCounts);
}
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

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