DKPro Keyphrases Extraction API
DKPro Keyphrases is a collection of software components for keyphrases extraction based on Apache UIMA Framework and DKPro Core. This project was initiated by the Ubiquitous Knowledge Processing Lab (UKP) at the Technische Universität Darmstadt, Germany under the auspices of Prof. Dr. Iryna Gurevych. This work has been supported by the German Federal Ministry of Education and Research (BMBF) within the context of the Software Campus project Open Window under grant No. 01IS12054. The UKP Labs assumes responsibility for the content.
This set of software components implement powerful state-of-the-art keyphrase extractions techniques, as it also presents new ones being developed at UKP Labs. These components are being developed and released continuously. Since it is build heavily on uimaFIT, it permits a rapid and easy development of pipelines which uses keyphrase extraction.
The modules from DKPro Keyphrases are released under ASL and GPL licenses.
DKPro Keyphrases can be added to the project by adding these tags to the pom file:
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.keyphrases</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.keyphrases.core-asl</artifactId>
<version>1.5.0</version>
</dependency>