rosemarybeetle / Hive-Mind-Fortune-Reader

Code for an attempt to make a physical fortune-teller automaton with socially-seed thoughts to create the fortune readings from
makingweirdstuff.blogspot.com
0 stars 0 forks source link

Need to be able to convert common control characters into speech versions #3

Closed rosemarybeetle closed 11 years ago

rosemarybeetle commented 11 years ago

IN Tweets, URLs will have '://' and other stopped characters. These can be identified in the parsed output as they are stopped by the "\" character.

Need to

  1. split the string, somethig like this... String [] BLAH2 = split (BLAH, '\');

This will remove the stop characters, then create an array of the bits left either side of them. THis needs putting back together with any recurring character patterns replaced with charcaters that produce phonics that will sound correct (even if they read strange)

  1. count the occurences of the dodgy characters, so that we can tell how many Frankenstein parts to reassemble into a cleaned-up concatonation
rosemarybeetle commented 11 years ago

This is now a redundant issue. Using developer key and OAUTH, I can retrieve Twitter elements directly yay!