Changes between Version 152 and Version 153 of BluePrint/Messaging


Ignore:
Timestamp:
06/05/13 14:57:36 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging

    v152 v153  
    6868== Parser ==
    6969
    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]
     70See BluePrint/Messaging/Parser
    8171==== Micro-Syntax ====
    8272 * [http://en.wikipedia.org/wiki/Geohash GeoHashes]