jar

org.apache.stanbol : org.apache.stanbol.enhancer.engines.sentiment.wordclassifier

Maven & Gradle

Sep 16, 2016

Apache Stanbol Enhancement Engine : Sentiment Word Classifier · Sentiment Tagging Engine for the Stanbol NLP chain. Tags sentiment values in word granularity based on SentimentClassifier implementations registered as OSGI services. This engine includes implementations for English (Sentiment Word Net) and German (SentiWs) data (please note the license of the according data sets).

Table Of Contents

Latest Version

Download org.apache.stanbol : org.apache.stanbol.enhancer.engines.sentiment.wordclassifier JAR file - Latest Versions:

All Versions

Download org.apache.stanbol : org.apache.stanbol.enhancer.engines.sentiment.wordclassifier JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.12.x
0.10.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.engines.sentiment.wordclassifier-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.sentiment.classifiers

├─ org.apache.stanbol.enhancer.engines.sentiment.classifiers.SentiWSComponent.class - [JAR]

├─ org.apache.stanbol.enhancer.engines.sentiment.classifiers.SentiWordNet.class - [JAR]

org.apache.stanbol.enhancer.engines.sentiment.util

├─ org.apache.stanbol.enhancer.engines.sentiment.util.WordSentimentDictionary.class - [JAR]

org.apache.stanbol.enhancer.engines.sentiment.services

├─ org.apache.stanbol.enhancer.engines.sentiment.services.SentimentEngine.class - [JAR]

org.apache.stanbol.enhancer.engines.sentiment.api

├─ org.apache.stanbol.enhancer.engines.sentiment.api.LexicalCategoryClassifier.class - [JAR]

├─ org.apache.stanbol.enhancer.engines.sentiment.api.SentimentClassifier.class - [JAR]