Changes between Initial Version and Version 1 of BluePrint/Messaging/Parser


Ignore:
Timestamp:
06/05/13 14:56:30 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging/Parser

    v1 v1  
     1= BluePrint for Message Parser =
     2[[TOC]]
     3
     4== Current Status ==
     5See DeveloperGuidelines/Messaging/Parser
     6
     7== Plans ==
     8See [wiki:BluePrint/Messaging/ExtendingParsing BluePrint/Messaging/ExtendingParsing]
     9
     10== Notes ==
     11[http://pyparsing.wikispaces.com Pyparsing] is included in the modules folder.
     12
     13This can decode messages, especially from compressed formats such as Tweets or SMS but also free-from formats such as email.
     14
     15We 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
     17Alternative:
     18 * [http://github.com/ushahidi/SiLCC RESTful semantic tag extraction application for SMS, Twitter and Text]