Implementation of Utilities and an Engine to extract keywords defined in a controlloed vocabulary from a parsed text. This also provides default implementation to use OpenNLP to parse the text and the Entityhub to search for Entities.
'org.apache.stanbol:org.apache.stanbol.enhancer.engine.keywordextraction:0.9.0-incubating'
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.engine.keywordextraction</artifactId>
<version>0.9.0-incubating</version>
</dependency>
<dependency org="org.apache.stanbol" name="org.apache.stanbol.enhancer.engine.keywordextraction" rev="0.9.0-incubating"/>
"org.apache.stanbol", "org.apache.stanbol.enhancer.engine.keywordextraction", "0.9.0-incubating"