70 | | See the [wiki:BluePrint/Messaging/ExtendingParsing Extending the message parsing framework] |
71 | | See the [wiki:BluePrint/Messaging/Parsing 2012 GSoC message parser project]. |
72 | | |
73 | | [http://pyparsing.wikispaces.com Pyparsing] is included in the modules folder. |
74 | | |
75 | | This can decode messages, especially from compressed formats such as Tweets or SMS but also free-from formats such as email. |
76 | | |
77 | | 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]. |
78 | | |
79 | | Alternative: |
80 | | * [http://github.com/ushahidi/SiLCC RESTful semantic tag extraction application for SMS, Twitter and Text] |
| 70 | See BluePrint/Messaging/Parser |