jar

org.apache.stanbol : org.apache.stanbol.enhancer.engine.keywordextraction

Maven & Gradle

Sep 16, 2016
1 usages

Apache Stanbol Enhancement Engine : Keyword Extraction · 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.

Table Of Contents

Latest Version

Download org.apache.stanbol : org.apache.stanbol.enhancer.engine.keywordextraction JAR file - Latest Versions:

All Versions

Download org.apache.stanbol : org.apache.stanbol.enhancer.engine.keywordextraction JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.12.x
0.10.x
0.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org.apache.stanbol.enhancer.engine.keywordextraction-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.stanbol.enhancer.engines.keywordextraction.linking

├─ org.apache.stanbol.enhancer.engines.keywordextraction.linking.AnalysedContent.class - [JAR]

├─ org.apache.stanbol.enhancer.engines.keywordextraction.linking.EntitySearcher.class - [JAR]

org.apache.stanbol.enhancer.engines.keywordextraction.engine

├─ org.apache.stanbol.enhancer.engines.keywordextraction.engine.KeywordLinkingEngine.class - [JAR]

org.apache.stanbol.enhancer.engines.keywordextraction.impl

├─ org.apache.stanbol.enhancer.engines.keywordextraction.impl.EntityLinker.class - [JAR]

├─ org.apache.stanbol.enhancer.engines.keywordextraction.impl.EntityLinkerConfig.class - [JAR]

├─ org.apache.stanbol.enhancer.engines.keywordextraction.impl.LinkedEntity.class - [JAR]

├─ org.apache.stanbol.enhancer.engines.keywordextraction.impl.ProcessingState.class - [JAR]

├─ org.apache.stanbol.enhancer.engines.keywordextraction.impl.Suggestion.class - [JAR]

org.apache.stanbol.enhancer.engines.keywordextraction.linking.impl

├─ org.apache.stanbol.enhancer.engines.keywordextraction.linking.impl.EntitySearcherUtils.class - [JAR]

├─ org.apache.stanbol.enhancer.engines.keywordextraction.linking.impl.EntityhubSearcher.class - [JAR]

├─ org.apache.stanbol.enhancer.engines.keywordextraction.linking.impl.OpenNlpAnalysedContentFactory.class - [JAR]

├─ org.apache.stanbol.enhancer.engines.keywordextraction.linking.impl.ReferencedSiteSearcher.class - [JAR]

├─ org.apache.stanbol.enhancer.engines.keywordextraction.linking.impl.TrackingEntitySearcher.class - [JAR]