learntextvis / textkit

Command line tool for manipulating and analyzing text
MIT License
28 stars 6 forks source link

JSON output for token counts #10

Closed arnicas closed 8 years ago

arnicas commented 8 years ago

The tokens2json, given the output from count, right now just saves an array of strings, but the word clouds need arrays of arrays:

["Word", count]

maybe an option on it? or counts2json?

arnicas commented 8 years ago

Actually - another issue. We should probably have an option on a counts2json for N limit. I just accidentally tried to layout a wordcloud with 6000 nodes.