| 1 | = BluePrint for Message Parser = |
| 2 | [[TOC]] |
| 3 | |
| 4 | == Current Status == |
| 5 | See DeveloperGuidelines/Messaging/Parser |
| 6 | |
| 7 | == Plans == |
| 8 | See [wiki:BluePrint/Messaging/ExtendingParsing BluePrint/Messaging/ExtendingParsing] |
| 9 | |
| 10 | == Notes == |
| 11 | [http://pyparsing.wikispaces.com Pyparsing] is included in the modules folder. |
| 12 | |
| 13 | This can decode messages, especially from compressed formats such as Tweets or SMS but also free-from formats such as email. |
| 14 | |
| 15 | We could add further text processing such as our implementation of [http://en.wikipedia.org/wiki/Levenshtein_distance Levenshtein], [http://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance Jaro-Winkler Distance], [http://code.google.com/p/seentags/wiki/Algorithm SeenTags] or [http://organic.elis.ugent.be/oger Oger]. |
| 16 | |
| 17 | Alternative: |
| 18 | * [http://github.com/ushahidi/SiLCC RESTful semantic tag extraction application for SMS, Twitter and Text] |