A web mining toolkit for Clojure. A swiss army knife for processing text, images, and feeds from HTML. The library gives you the most common tools you need out of the box, but give is fine grained enough to build your custom processing tools. link extraction and url fu Get a seq of urls, or remove all urls, from an arbitrary string containing urls. (url-seq raw-text) (remove-urls raw-text) Expand