Author: agruber
Date: Tue Feb 21 13:25:51 2012
New Revision: 1291765
URL: http://svn.apache.org/viewvc?rev=1291765&view=rev
Log:
Refactored links in engines list STANBOL-449
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/list.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/list.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/list.mdtext?rev=1291765&r1=1291764&r2=1291765&view=diff
==============================================================================
---
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/list.mdtext
(original)
+++
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/list.mdtext
Tue Feb 21 13:25:51 2012
@@ -4,23 +4,23 @@ This provides an overview about all [Enh
## Preprocessing
- __[Language Identification Engine](enhancer/engines/langidengine.html)__
+- __[Language Identification Engine](langidengine.html)__
- language detection for textual content utilizing [Apache
Tika](http://tika.apache.org/)
-- __[Metaxa Engine](enhancer/engines/metaxaengine.html)__
+- __[Metaxa Engine](metaxaengine.html)__
- text extraction from various document formats
- extraction of metadata from document formats
-
## Natural Language Processing
-- __[Named Entity Extraction Enhancement
Engine](enhancer/engines/namedentityextractionengine.html)__
+- __[Named Entity Extraction Enhancement
Engine](namedentityextractionengine.html)__
- NLP processing using OpenNLP NER
- detects occurrences of persons, places and organizations only
-- __[KeywordLinkingEngine](enhancer/engines/keywordlinkingengine.html)__
+- __[KeywordLinkingEngine](keywordlinkingengine.html)__
- NLP processing using OpenNLP
- supports multiple languages
- detects occurrences of untyped entities as concepts, takes local
taxonomies as linking target
@@ -33,17 +33,17 @@ This provides an overview about all [Enh
## Linking Suggestions
-- __[Named Entity Tagging
Engine](enhancer/engines/namedentitytaggingengine.html)__
+- __[Named Entity Tagging Engine](namedentitytaggingengine.html)__
- suggest links to several Linked Data Sources (e.g. DBpedia)
-- __[Geonames Enhancement Engine](enhancer/engines/geonamesengine.html)__
+- __[Geonames Enhancement Engine](geonamesengine.html)__
- suggests links to geonames.org
- provides hierarchical links for locations
-- __[OpenCalais Enhancement Engine](enhancer/engines/opencalaisengine.html)__
+- __[OpenCalais Enhancement Engine](opencalaisengine.html)__
- integrates service from Open Calais. (Note: You need to provide a key
in order to use this engine)
-- __[Zemanta Enhancement Engine](enhancer/engines/zemantaengine.html)__
+- __[Zemanta Enhancement Engine](zemantaengine.html)__
- integrates the Zemanta services. (Note: You need to provide a key in
order to use this engine)
@@ -53,5 +53,5 @@ This provides an overview about all [Enh
- _CachingDereferencerEngine_ (deprecated, see dereferencing support of
individual engines as well as
[STANBOL-336](https://issues.apache.org/jira/browse/STANBOL-336))
- retrieves additional content for presenting the enhancement results.
-- __[Refactor Engine](enhancer/engines/refactorengine.html)__
+- __[Refactor Engine](refactorengine.html)__
- transforms enhancements according to a target ontology,
requires KRES launcher.