rake

Rapid Automatic Keyword Extraction (RAKE)

http://github.com/toschoo/Haskell-Libs

Latest on Hackage:0.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-LGPL licensed by Tobias Schoofs
Maintained by Tobias Schoofs <tobias dot schoofs at gmx dot net>

Rapid Automatic Keyword Extraction (RAKE) is an algorithm to automatically extract keywords from documents. Keywords are sequences of one or more words that, together, provide a compact representation of content (see reference below). RAKE is a well-known and widely used NLP technique, but its concrete application depends a lot on factors like the language in which the content is written, the domain of the content and the purpose of the keywords.

The implementation in this library is mainly aimed at English. With additional resources, it is also applicable to other language. The library is inspired by a similar implementation in Python (https://github.com/aneesha/RAKE).

The algorithm is described, for instance, in: Rose, S., Engel, D., Cramer, N., & Cowley, W. (2010): Automatic Keyword Extraction from Individual Documents. In M. W. Berry & J. Kogan (Eds.), Text Mining: Theory and Applications: John Wiley & Sons, available online at: http://www.cbs.dtu.dk/courses/introduction_to_systems_biology/chapter1_textmining.pdf.

More information on this haskell library is available on https://github.com/toschoo/Haskell-Libs.