Version 2 (modified by 11 years ago) ( diff ) | ,
---|
BluePrint for Message Parser
Table of Contents
Current Status
See DeveloperGuidelines/Messaging/Parser
Plans
See BluePrint/Messaging/ExtendingParsing
Notes
Pyparsing is included in the modules folder.
This can decode messages, especially from compressed formats such as Tweets or SMS but also free-from formats such as email.
We could add further text processing such as our implementation of Levenshtein, Jaro-Winkler Distance, SeenTags or Oger.
Alternative:
Micro-Syntax
- GeoHashes
- Tweets
- Geotagging where hardware/software combination available: place_id from http://twitter.com/{username}/statuses/{tweet_id}.json -> http://api.twitter.com/1/geo/id/{place_id}.json
- otherwise use WW place WW message:
- EPIC's Tweak the Tweet
- SMS
Note:
See TracWiki
for help on using the wiki.