Project Group: org.apache.stanbol

Apache Stanbol Rules SWRL Adapter

org.apache.stanbol : org.apache.stanbol.rules.adapters.swrl

The set of functionalities for manipulating inference rules, complete with built-in atoms.

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Apache Stanbol Rules Reactor

org.apache.stanbol : org.apache.stanbol.rules.reactor

Pseudo project to build the complete Apache Stanbol Rules.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancer

org.apache.stanbol : apache-stanbol-enhancer

Pseudo project to build the complete Stanbol Enhancer component

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Last Version: 6

Release Date:

Apache Stanbol Enhancer Chain: DefaultChain

org.apache.stanbol : org.apache.stanbol.enhancer.chain.allactive

This provides the default Chain containing all currently active EnhancementEngines

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancer Chain: GraphChain

org.apache.stanbol : org.apache.stanbol.enhancer.chain.graph

This provides an implementation that supports the configuration of an ExecutionPlan via an RDF file or an array of Strings.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancer Chain: Weighted

org.apache.stanbol : org.apache.stanbol.enhancer.chain.weighted

This provides a Chain implementation that calculates the ExecutionPlan of included EnhancementEngines based on their Ordering information.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancer Chain: List

org.apache.stanbol : org.apache.stanbol.enhancer.chain.list

This provides a Chain implementation that executes Enhancement Engines in the exact order as configured by the user.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancer Benchmark

org.apache.stanbol : org.apache.stanbol.enhancer.benchmark

Pseudo project to build the complete Stanbol Enhancer component

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancer Defaults Configuration

org.apache.stanbol : org.apache.stanbol.enhancer.defaults

This provides the default configuration for the Enhancer. This bundle can be removed by users that want/need to provide their own configuration conflicting with the defaults.

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Tika

org.apache.stanbol : org.apache.stanbol.enhancer.engines.tika

Enhancement Engine that uses Apache Tika to convert parsed documents to plain text and xhtml

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Refactor Engine

org.apache.stanbol : org.apache.stanbol.enhancer.engines.refactor

Implementation of an enhancement engine which refactors the ouptut to a target vocabulary

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Language Detection

org.apache.stanbol : org.apache.stanbol.enhancer.engines.langdetect

language detection for 53 languages based on http://code.google.com/p/language-detection

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Language Identifier

org.apache.stanbol : org.apache.stanbol.enhancer.engines.langid

identifies a text as: German(de), English(en), French(fr), Spanish(es), Italian(it), Swedish(sv), Polish(pl), Dutch(nl), Norwegian(no), Finnish(fi), Albanian(sq), Slovakian(sk), Slovenian(sl), Danish(da), Hungarian(hu)

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : OpenNLP Sentence Detection

org.apache.stanbol : org.apache.stanbol.enhancer.engines.opennlp.sentence

A Stanbol engine adding Sentence annotations to the AnalyzedText content part to a content item for further processing.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : OpenNLP Tokenizer

org.apache.stanbol : org.apache.stanbol.enhancer.engines.opennlp.token

A Stanbol engine tokenizing the AnalyzedText contentpart for further processing by other engines.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : OpenNLP POS Tagging

org.apache.stanbol : org.apache.stanbol.enhancer.engines.opennlp.pos

A Stanbol engine adding a POS content part to a content item for further processing

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : OpenNLP Chunker

org.apache.stanbol : org.apache.stanbol.enhancer.engines.opennlp.chunker

OpenNLP chunking engine to detect phrases in a text. Requires POS tagging to be applied to content item AnalysedText content part before it can run.

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Smart Chinese Tokenizer

org.apache.stanbol : org.apache.stanbol.enhancer.engines.smartcn.token

Sententence detection and Tokenizer for Chinese based on the Solr/Lucene smartcn (Smart Chinese) analyzer module

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : NLP to RDF converter

org.apache.stanbol : org.apache.stanbol.enhancer.engines.nlp2rdf

This Enhancement Engine converts NLP data stored in the AnalyzedText content part to RDF and adds them to the enhancement metadata of the processed ContentItem. This Engine uses the NIF 1.0 (NLP Interchange Format) Ontologies for representing the NLP data in RDF.

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : RESTful NLP processing

org.apache.stanbol : org.apache.stanbol.enhancer.engines.restful.nlp

A Stanbol engine that uses a standadized API to call a RESTful service for NLP processing. The service is based on JSON serialized AnalysedText ContentPart.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : RESTful Language Identification

org.apache.stanbol : org.apache.stanbol.enhancer.engines.restful.langident

A Stanbol engine that uses a standadized API to call a RESTful service for Language Identification

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Entityhub Linking

org.apache.stanbol : org.apache.stanbol.enhancer.engines.entityhublinking

Named Entity Linking for the Stanbol Entityhub. This Engine provides an Entityhub based implementation/configuration of the EntityLinkingEngine. It supports linking against the Entityhub, ReferencedSites and ManagedSites.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Entity Tagging

org.apache.stanbol : org.apache.stanbol.enhancer.engine.entitytagging

Implementation of an annotation engine that links named entities extracted from a text (TextAnnotations) to semantic entities managed by the Entityhub. This engine depends on the Apache Stanbol Entityhub.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Lucene FST Entity Linking

org.apache.stanbol : org.apache.stanbol.enhancer.engines.lucenefstlinking

An in-memory EntityLinking engine that uses Lucenes FST (Finite State Transducer) technology. This engine is based on code provided by the Solr Text Tagger (https://github.com/OpenSextant/SolrTextTagger/) but provides a deep integration with Apache Stanbol (Datafile provider, NLP processing module and existing EntityLinking functionality).

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Topic Classification : Web API

org.apache.stanbol : org.apache.stanbol.enhancer.engine.topic.web

REST API to manage training datasets and models for the topic classification enhancer engine.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Sentiment Word Classifier

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

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).

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Sentiment Summarization

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

Consumes Sentiment tags on Token level and summarizes those for Noun Phrases, Sentences and the document as a whole (STANBOL-760).

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancer Enhancement Engine : Disambiguation using Solr MLT

org.apache.stanbol : org.apache.stanbol.enhancer.engine.disambiguation.mlt

Entity Disambiguation Enhancement Engine that performs Similarity queries on the Stanbol Entityhub to re-rank suggested Entities.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : UIMA

org.apache.stanbol : apache-stanbol-enhancement-engines-uima

Pseudo project to build the Stanbol Enhancer UIMA Engine artifacts

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : TextAnnotation new Model Conterter

org.apache.stanbol : org.apache.stanbol.enhancer.engines.textannotationnewmodel

Post processing Engine that converts fise:TextAnnotation to the model as descibed by STANBOL-087. This means that it add fise:selection-prefix and fise:selection-suffix values for all TextAnnotations. This Engine allows EnhancementEngines that do not support those properties to be used in usecases where those properties are required.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Entity Co-Mention

org.apache.stanbol : org.apache.stanbol.enhancer.engines.entitycomention

An engine that find co-mentions of Entities earlier mentioned on the Text. NOTE: This Engine does NOT use NLP level co-reference detection. Therefore it will not link Pronouns with the correct Entity.

Last Version: 1.0.0

Release Date:

Apache Stanbol Enhancement Engine : Entityhub Dereference

org.apache.stanbol : org.apache.stanbol.enhancer.engines.dereference.entityhub

Dereferences Entities referenced by fise:entity-reference properties by using the Stanbol Entityhub.

Last Version: 1.0.0

Release Date:

Last Version: 1.0.0

Release Date: