New functionality:
- entity annotations are extracted from the JSON if present, and stored in the `tweet_annotation` table.
- Labels can now be provided on inputs to differentiate different types of collections that need to be compared in some way. As an example, this can be used on the command line to create a single database with a distinction between two different geographic regions:
shell
twittersphere prepare --label AU geo_tweets_au.json geo.db
twittersphere prepare --label US geo_tweets_us.json geo.db
The label is applied in the `collection_context` table, and can be used in sql queries along with the `context_id` column in the main user and tweet tables to draw distinctions.