Possible applications of algorithm devised for differentiating between structured vs random text

Posted by rooznom on Programmers See other posts from Programmers or by rooznom
Published on 2012-04-13T05:08:14Z Indexed on 2012/04/13 5:41 UTC
Read the original article Hit count: 233

I have written a program that can rapidly (within 5 sec on a 2GB RAM desktop, 2.33 Ghz CPU) differentiate between structured text (e.g english text) and random alphanumeric strings. It can also provide a probability score for the prediction. Are there any practical applications/uses of such a program. Note that the program is based on entropy models and does not have any dictionary comparisons in its workflow. Thanks in advance for your responses

© Programmers or respective owner

Related posts about algorithms

Related posts about machine-learning