Text recognition
-
Hello Forum,
out of a large text every 4 seconds I randomly pick blocks of 150 characters with the Text Chopper, which are then projected and read out loud -- sometimes a quite funny action.Now I would like to trigger something else if certain words do appear in the picked blocks - let's say 'Theater'.With my not existing programming skills I thought this might be possible with the Text Parser, so I putname:string="Theater"inside and do get a trigger at the msg rcv, but only if the input is exactly 'Theater' and not with my whole blocks. I then triedname:string="?Theater?"resulting in a warm smile by the Text Parser...Any hints how to accomplish this or if it is at all possible?bestReinhard -
Which version are you running? The java script actor in 2 would do it for you.
-
-
Thanks @Fred,
I'm on the early adopter version and was afraid of an answer containing the word 'javascript'...So I will try and presumably come back here soon with the next questions. -
Thanks a lot! It does the job. I owe you a beer and as it seems that we're both located in Berlin it really could happen.bestr -
that could be a start for 2015 isadora meeting in berlin, anyone interested ?
-
Great idea!
On the 14th of February I could even provide a venue for such an event.So, Berlin guys, sign this list!bestr -
....would like to join you - but on tour on the 14.2. - maybe you should start an extra chat for a berlin izzy regulars table...
best Bodo
-
after rethinking the text parser approach
i have to admit that it stops if the sting block contains another word with a capital Tso attached is a java script approachbest clemens -
Wow brilliant!