You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2012/06/25 14:43:50 UTC

svn commit: r823107 - in /websites/staging/stanbol/trunk/content: ./ stanbol/docs/trunk/components.html stanbol/docs/trunk/enhancer/engines/namedentityextractionengine.html

Author: buildbot
Date: Mon Jun 25 12:43:49 2012
New Revision: 823107

Log:
Staging update by buildbot for stanbol

Modified:
    websites/staging/stanbol/trunk/content/   (props changed)
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components.html
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentityextractionengine.html

Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 25 12:43:49 2012
@@ -1 +1 @@
-1353484
+1353494

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components.html Mon Jun 25 12:43:49 2012
@@ -80,11 +80,8 @@
     <h1 class="title">Apache Stanbol Components</h1>
     <p>Apache Stanbol is built as a modular set of components. Each component is accessible via its own RESTful web interface. From this viewpoint, all Apache Stanbol features can be used via RESTful service calls. The components are implemented as <a href="http://www2.osgi.org/Specifications/HomePage">OSGi</a> components based on <a href="http://felix.apache.org">Apache Felix</a>.</p>
 <p>This page gives an overview of the major features of various Apache Stanbol components. Figure 1 depicts the main Apache Stanbol components and their arrangement within the Apache Stanbol architecture. Additionally, we have documented some <a href="scenarios.html">usage scenarios</a>.</p>
-<figure>
-![Apache Stanbol Components](../../images/stanbol-components.png)
-<figcaption>Figure 1: Apache Stanbol Components</figcaption>
-</figure>
-
+<p><img alt="Apache Stanbol Components" src="images/stanbol-components.png" title="Apache Stanbol Components" />
+<figcaption>Figure 1: Apache Stanbol Components</figcaption></p>
 <p>We will shortly describe the components from top to bottom and link to their detailed descriptions.</p>
 <ul>
 <li>

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentityextractionengine.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentityextractionengine.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentityextractionengine.html Mon Jun 25 12:43:49 2012
@@ -20,7 +20,7 @@
 -->
 
   <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
-  <title>Apache Stanbol - The Named Entity Recognition Engine: detect Named Entities from unstructured text content </title>
+  <title>Apache Stanbol - The Named Entity Extraction Engine</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <link rel="icon" type="image/png" href="/stanbol/images/stanbol-logo/stanbol-favicon.png"/>
   <script type="text/javascript">
@@ -77,9 +77,8 @@
   </div>
   
   <div id="content">
-    <h1 class="title">The Named Entity Recognition Engine: detect Named Entities from unstructured text content </h1>
-    <p>This engine is based on the NLP features of <a href="http://incubator.apache.org/opennlp/">Apache OpenNLP (incubating)</a>. It uses its Maximum Entropy models to detect Persons, Names and Organizations.</p>
-<p>(TODO: features, configuration if possible)</p>
+    <h1 class="title">The Named Entity Extraction Engine</h1>
+    <p>This engine detects named entities from unstructured text. It is implemented based on Natural Language Processing (NLP) features of the <a href="http://incubator.apache.org/opennlp/">Apache OpenNLP (incubating)</a>. It uses the maximum entropy models to detect persons, names and organizations.</p>
 <h2 id="example-result">Example Result</h2>
 <p>This engine adds <a href="../enhancementstructure.html#fisetextannotation">fise:TextAnnotation</a> for the text "The Stanbol enhancer can detect famous cities such as Paris and people such as Bob Marley.", (amongst other) the following information to the enhancement graph, suggesting Bob Marley (of type: Person) for the string "Bob Marley":</p>
 <div class="codehilite"><pre>{