extractKeywords

Type: function
Parses HTML and extracts keywords from the body of the NodeSeq into a List[Tuple2[String,Int]], which represents keywords and the number of occurrences of each keyword, sorted by their count in descending order.

Body

function(html){...}

Classpath

Children