##About
This is a tool to generate dictionaries based on twitter searches, inspired by this blog.
Compared to the original blog, this version has a few differences,
- Uses Jansson and jshon for json parsing
- Sorts output by number of occurrences, making it head-friendly for cropping the text
- Takes all searchwords in one go
- Uses a dictionary of ‘stop-words’ - currently a swedish one is used
##Example usage
##Requirements
- Jshon
- Jansson
##Code
It’s not very advanced or special in any way:
2013-04-13