TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Word Tree in D3.js

158 pointsby jasondaviesabout 12 years ago

12 comments

ghcabout 12 years ago
I see so many cool visualizations built with D3.js these days. All the libraries I used to build visualizations in the past were very limited and using them involved many tradeoffs, but D3.js seems just about limitless in what it can do. I can't wait to be able to give it a try. Too bad my company standardized on visualization toolkits some time before D3.js became a viable option.
评论 #5362398 未加载
nickknwabout 12 years ago
Awesome job on this!<p>How does it decide which word to use initially? From what I can tell it picks the first one. I think the experience would be greatly enhanced if it did just a little extra processing and picked the most used word first. Or if it showed a list of the most used words that was selectable.
chevreuilabout 12 years ago
Very cool use of transitions, one of the many fields where d3 really rocks. However, I've always wondered if word trees are really usefull... Sure it makes nice things with the Luther King speech or extract from the Bible.
dergachevabout 12 years ago
Very nice! I'm really impressed that you made a bookmarklet for it.<p>Edit: demos are working fine now.
michaldudekabout 12 years ago
This is super awesome! Any plans on releasing this on github?
评论 #5362768 未加载
cfontesabout 12 years ago
Very nive idea... But I think one is missing.<p>Guess who it is...<p><pre><code> ____ Comming /</code></pre> ORCS --- See
merinidabout 12 years ago
Very cool. Language is also data.
chookrlabout 12 years ago
Great use of D3.js
njxabout 12 years ago
beautiful, it needs to filter stop words
评论 #5362801 未加载
borplkabout 12 years ago
amazing, i think it could also be used as a learning tool<p>imagine you feed a book to it and you can explore ideas from there
评论 #5362877 未加载
nautatabout 12 years ago
Jason and Mike are such studs!
jQueryIsAwesomeabout 12 years ago
Doesn't work in Chrome 25 in W7<p><pre><code> XMLHttpRequest cannot load http://www-958.ibm.com/software/data/cognos/manyeyes/datasets/alice-in-wonderland-by-lewis-carroll/versions/1.txt. Origin http://www.jasondavies.com is not allowed by Access-Control-Allow-Origin. Failed to load resource: the server responded with a status of 504 (Gateway Time-out) http://www.jasondavies.com/xhr?url=http%3A%2F%2Fwww-958.ibm.com%2Fsoftware%2Fdata%2Fcognos%2Fmanyeyes%2Fdatasets%2Fobama-war%2Fversions%2F1.txt</code></pre>
评论 #5362419 未加载