| > Could someone tell how the keywords are selected
> from the html page? E.g. words within script, href
> html tags are ignored,... I would like to know the
> details of the parsing algorithm used.
The algorithm is really basic ; ie. it only selects words and merge/sort them
in the final phase. It should probably be improved one day.
| |