https://github.com/dkpro/dkpro-keyphrases
DKPro Keyphrases Extraction API
https://github.com/dkpro/dkpro-keyphrases
Last synced: 10 months ago
JSON representation
DKPro Keyphrases Extraction API
- Host: GitHub
- URL: https://github.com/dkpro/dkpro-keyphrases
- Owner: dkpro
- License: other
- Created: 2015-08-05T19:58:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T21:52:35.000Z (over 3 years ago)
- Last Synced: 2023-02-28T20:10:38.621Z (over 3 years ago)
- Language: Java
- Homepage:
- Size: 69.7 MB
- Stars: 10
- Watchers: 12
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dkpro-keyphrases
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.
## Getting it
DKPro Keyphrases can be added to the project by adding these tags to the pom file:
```xml
de.tudarmstadt.ukp.dkpro.keyphrases
de.tudarmstadt.ukp.dkpro.keyphrases.core-asl
1.5.0
```