|
Thank you for the reply,
You said "it only selects words" - What does this exactly mean? Could you
provide me with an example of some html source and how the words would be
selected by the algorithm please?
e.g
<head>
<title>Some text</title>
<script language="Javascript" src="some URL"></script>
...
...
</head>
<body bgcolor="#E5e5e" topmargin="0">
...
#pollcontainer {margin:10px; padding:5x;background-color:#E5E5E5; border:1px
solid #0000000;}
...
...
</body>
Why is E5E5E5 selected as word? Since I am doing linguistic analysis, I need
to know exacts steps of the algorithm.
Thanks Paul, | |