Author: agruber
Date: Wed Feb 29 12:11:39 2012
New Revision: 1295071

URL: http://svn.apache.org/viewvc?rev=1295071&view=rev
Log:
STANBOL-505 Updated simple enhancement text in various documentation files, 
minor edits, developer doku link

Modified:
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/cmsadapter5min.mdtext
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/index.mdtext
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contentenhancement.mdtext
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/metaxaengine.mdtext
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentityextractionengine.mdtext
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentitytaggingengine.mdtext
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/cmsadapter5min.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/cmsadapter5min.mdtext?rev=1295071&r1=1295070&r2=1295071&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/cmsadapter5min.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/cmsadapter5min.mdtext
 Wed Feb 29 12:11:39 2012
@@ -1,6 +1,6 @@
 #5 Minutes Documentation for CMS Adapter#
 
-CMS Adapter component acts as a bridge between content management systems and 
the Apache Stanbol. Please note that all components of Apache Stanbol also 
provides RESTful services which allow accesing them directly from outside. CMS 
Adapter interacts with content management systems through JCR and CMIS 
specifications. In other words, any content repository compliant with JCR or 
CMIS specifications can make use of CMS Adapter functionalities. For the time 
being, there are two main functionalities that CMS Adapter offers: 
"Bidirectional Mapping" and "Contenthub Feed". 
+The CMS Adapter component acts as a bridge between content management systems 
and the Apache Stanbol. Please note that all components of Apache Stanbol also 
provides RESTful services which allow accessing them directly from outside. CMS 
Adapter interacts with content management systems through JCR and CMIS 
specifications. In other words, any content repository compliant with JCR or 
CMIS specifications can make use of CMS Adapter functionalities. For the time 
being, there are two main functionalities that CMS Adapter offers: 
"Bidirectional Mapping" and "Contenthub Feed". 
 
 **Note**: URLs given in the curl commands and link are valid as long as full 
launcher of the Stanbol is launched with the default configurations. In other 
words, it assumed that the root URL of the Stanbol is **http://localhost:8080**.
 

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/index.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/index.mdtext?rev=1295071&r1=1295070&r2=1295071&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/index.mdtext 
(original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/index.mdtext 
Wed Feb 29 12:11:39 2012
@@ -1,6 +1,6 @@
-#CMS Adapter#
+Title: CMS Adapter
 
-CMS Adapter component acts as a bridge between content management systems and 
the Apache Stanbol. Please note that all components of Apache Stanbol also 
provides RESTful services which allow accesing them directly from outside. CMS 
Adapter interacts with content management systems through JCR and CMIS 
specifications. In other words, any content repository compliant with JCR or 
CMIS specifications can make use of CMS Adapter functionalities. For the time 
being, there are two main functionalities that CMS Adapter offers: 
"Bidirectional Mapping" and "Contenthub Feed". 
+The CMS Adapter component acts as a bridge between content management systems 
and the Apache Stanbol. Please note that all components of Apache Stanbol also 
provides RESTful services which allow accessing them directly from outside. CMS 
Adapter interacts with content management systems through JCR and CMIS 
specifications. In other words, any content repository compliant with JCR or 
CMIS specifications can make use of CMS Adapter functionalities. For the time 
being, there are two main functionalities that CMS Adapter offers: 
"Bidirectional Mapping" and "Contenthub Feed". 
 
 ##Bidirectional Mapping##
 From one perspective, this feature enables content management systems to 
represent their content repository structure in RDF format. This helps building 
semantic services on top of the existing content management systems using their 
RDF representation. 
@@ -8,7 +8,7 @@ From one perspective, this feature enabl
 From the other perspective, bidirectional mapping feature makes possible to 
exploit open linked data, which is already available on the web, in content 
management systems. Apart from the already available data on the web, any RDF 
data can be mapped to content repository. By mapping external RDF data existing 
content repository items can be updated or new ones created. 
 
 ##Contenthub Feed##
-Contenthub feed feature of CMS Adapter provides managemet of content 
repository items within Contenthub. The management process includes only two 
types of operations, namely: submit and delete. By submitting content items to 
Contenthub, you can make use of indexing and search functionalities of 
Contenthub over the submitted items.
+Contenthub feed feature of CMS Adapter provides management of content 
repository items within Contenthub. The management process includes only two 
types of operations, namely: submit and delete. By submitting content items to 
Contenthub, you can make use of indexing and search functionalities of 
Contenthub over the submitted items.
 
 ##Use Cases##
 ###Faceted Search###

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contentenhancement.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contentenhancement.mdtext?rev=1295071&r1=1295070&r2=1295071&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contentenhancement.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contentenhancement.mdtext
 Wed Feb 29 12:11:39 2012
@@ -5,7 +5,8 @@ For enhancing content you simply post pl
 You can test this via the [web interface of the engines][stan-engines] or from 
console via
 
     curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain" \
-    --data "John Smith was born in London." http://localhost:8080/engines
+    --data "The Stanbol enhancer can detect famous cities such as Paris \
+    and people such as Bob Marley." http://localhost:8080/engines
 
 or by using the text examples delivered with Stanbol.
 
@@ -78,77 +79,78 @@ _Note: {name} denotes to the value you c
 
 ## Enhancement Example
 
-The text "John Smith was born in London." with a minimal configuration of 
enhancement engines (_Named Entity Extraction Enhancement Engine_ and _Named 
Entity Tagging Engine_) together with a local index of dbpedia entities will 
result in the following output graph of several __Entity Annotations__ and 
__Text Annotations__. 
+The text "The Stanbol enhancer can detect famous cities such as Paris and 
people such as Bob Marley." with the default configuration of enhancement 
engines and with a local index of dbpedia entities will result in the following 
output graph of several __Entity Annotations__ and __Text Annotations__. 
 
-Two of the relevant fragments for "London" are listed below in Turtle-Syntax:
+Two of the relevant fragments for "Paris" are listed below in Turtle-Syntax:
 
 ### Example for Text Annotation
 
-    <urn:enhancement-7af2e1a3-93fc-008f-fc6a-12accf05e58f>
-      a   <http://fise.iks-project.eu/ontology/TextAnnotation> , 
-          <http://fise.iks-project.eu/ontology/Enhancement> ;
-  
-          <http://fise.iks-project.eu/ontology/confidence>
-          "0.9973729691652052"^^<http://www.w3.org/2001/XMLSchema#double> ;
-  
-          <http://fise.iks-project.eu/ontology/end>
-          "29"^^<http://www.w3.org/2001/XMLSchema#int> ;
-  
-          <http://fise.iks-project.eu/ontology/extracted-from>
-          <urn:content-item-sha1-88a2b5f6520df87e4567c06b48e742b7d1c71e9c> ;
- 
-          <http://fise.iks-project.eu/ontology/selected-text>
-          "London"^^<http://www.w3.org/2001/XMLSchema#string> ;
- 
-          <http://fise.iks-project.eu/ontology/selection-context>
-          "John Smith was born in 
London."^^<http://www.w3.org/2001/XMLSchema#string> ;
- 
-          <http://fise.iks-project.eu/ontology/start>
-          "23"^^<http://www.w3.org/2001/XMLSchema#int> ;
- 
-          <http://purl.org/dc/terms/created>
-          
"2011-06-29T14:43:24.291+02:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
- 
-          <http://purl.org/dc/terms/creator>             
-          "org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore"
-          ^^<http://www.w3.org/2001/XMLSchema#string> ;
- 
-          <http://purl.org/dc/terms/type>
-          <http://dbpedia.org/ontology/Place> .
-
-### Example for Entity Annotation
-    
-    <urn:enhancement-6fbf0996-b518-7130-92f8-00b4f7572031>
-      a       <http://fise.iks-project.eu/ontology/EntityAnnotation> , 
+    <urn:enhancement-4a2543d8-4d83-43ce-3a33-2924f457c872>
+      a       <http://fise.iks-project.eu/ontology/TextAnnotation> , 
               <http://fise.iks-project.eu/ontology/Enhancement> ;
       
-              <http://fise.iks-project.eu/ontology/confidence>
-              "183.53368"^^<http://www.w3.org/2001/XMLSchema#double> ;
+      <http://fise.iks-project.eu/ontology/confidence>
+              "0.9322403510215739"^^<http://www.w3.org/2001/XMLSchema#double> ;
+    
+      <http://fise.iks-project.eu/ontology/end>
+              "59"^^<http://www.w3.org/2001/XMLSchema#int> ;
       
-              <http://fise.iks-project.eu/ontology/entity-label>
-              "London"@en ;
-               
-              <http://fise.iks-project.eu/ontology/entity-reference>
-              <http://dbpedia.org/resource/London> ;
-      
-              <http://fise.iks-project.eu/ontology/entity-type>
-              <http://www.w3.org/2002/07/owl#Thing> , 
<http://www.opengis.net/gml/_Feature> , 
-              <http://dbpedia.org/ontology/Settlement> , 
<http://dbpedia.org/ontology/Place> ,
-              <http://dbpedia.org/ontology/PopulatedPlace> ;
+      <http://fise.iks-project.eu/ontology/extracted-from>
+              <urn:content-item-sha1-37c8a8244041cf6113d4ee04b3a04d0a014f6e10> 
;
       
-              <http://fise.iks-project.eu/ontology/extracted-from>
-              <urn:content-item-sha1-88a2b5f6520df87e4567c06b48e742b7d1c71e9c> 
;
+      <http://fise.iks-project.eu/ontology/selected-text>
+              "Paris"^^<http://www.w3.org/2001/XMLSchema#string> ;
+      
+      <http://fise.iks-project.eu/ontology/selection-context>
+              "The Stanbol enhancer can detect famous cities such as 
+              Paris and people such as Bob Marley."
+              ^^<http://www.w3.org/2001/XMLSchema#string> ;
+    
+      <http://fise.iks-project.eu/ontology/start>
+              "54"^^<http://www.w3.org/2001/XMLSchema#int> ;
       
-              <http://purl.org/dc/terms/created>
-              
"2011-06-29T14:43:24.295+02:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+      <http://purl.org/dc/terms/created>
+              
"2012-02-29T11:18:36.282Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
       
-              <http://purl.org/dc/terms/creator>           
-              
"org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine"
+      <http://purl.org/dc/terms/creator>
+              "org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore"
               ^^<http://www.w3.org/2001/XMLSchema#string> ;
       
-              <http://purl.org/dc/terms/relation>
-              <urn:enhancement-7af2e1a3-93fc-008f-fc6a-12accf05e58f> .
-
-
-
+      <http://purl.org/dc/terms/type>
+              <http://dbpedia.org/ontology/Place> .
 
+### Example for Entity Annotation
+    
+    <urn:enhancement-b5e71f70-4978-a70b-7111-8d6e31283a58>
+         a       <http://fise.iks-project.eu/ontology/EntityAnnotation> , 
+                 <http://fise.iks-project.eu/ontology/Enhancement> ;
+       
+         <http://fise.iks-project.eu/ontology/confidence>
+                 "1323049.5"^^<http://www.w3.org/2001/XMLSchema#double> ;
+       
+         <http://fise.iks-project.eu/ontology/entity-label>
+                  "Paris"@en ;
+       
+         <http://fise.iks-project.eu/ontology/entity-reference>
+                  <http://dbpedia.org/resource/Paris> ;
+       
+         <http://fise.iks-project.eu/ontology/entity-type>
+                  <http://www.w3.org/2002/07/owl#Thing> , 
+                  <http://www.opengis.net/gml/_Feature> , 
+                  <http://dbpedia.org/ontology/Place> , 
+                  <http://dbpedia.org/ontology/Settlement> , 
+                  <http://dbpedia.org/ontology/PopulatedPlace> ;
+       
+         <http://fise.iks-project.eu/ontology/extracted-from>
+                  
<urn:content-item-sha1-37c8a8244041cf6113d4ee04b3a04d0a014f6e10> ;
+       
+         <http://purl.org/dc/terms/created>
+                  "2012-02-29T11:18:36.320Z"
+                  ^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
+
+      <http://purl.org/dc/terms/creator>
+                  
"org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine"
+                  ^^<http://www.w3.org/2001/XMLSchema#string> ;
+    
+      <http://purl.org/dc/terms/relation>
+                  <urn:enhancement-4a2543d8-4d83-43ce-3a33-2924f457c872> .
\ No newline at end of file

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/metaxaengine.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/metaxaengine.mdtext?rev=1295071&r1=1295070&r2=1295071&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/metaxaengine.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/metaxaengine.mdtext
 Wed Feb 29 12:11:39 2012
@@ -42,7 +42,7 @@ The general structure of the Metaxa anno
          <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#title>
                  "Flightline | Cheap Flights, Package Holidays, Hotels, Travel 
Insurance &amp; More" .
 
-NOTE: The extracted plain text is no longer added to the metadata of the 
contentItem but stores in an own 
[ContentPart](../contentitem.html#content_parts) with the media type 
"text/plain". Both the RESTful Service as the Java API allows to request this 
data. See the according documentations for details.
+NOTE: The extracted plain text is no longer added to the metadata of the 
ContentItem but stores in an own 
[ContentPart](../contentitem.html#content_parts) with the media type 
"text/plain". Both the RESTful Service as the Java API allows to request this 
data. See the according documentations for details.
 
 #### Embedded <tt>hCard</tt> microformat data referenced via the 
<tt>nie:contains</tt> property:
 
@@ -142,7 +142,8 @@ The following POST request to the Enhanc
     :::bash
     curl -v -X POST -H "Accept: text/plain" \
         -H "Content-type: text/html; charset=UTF-8" \
-        --data "<html><body><p>John Smith was born in 
London.</p></body></html>" \
+        --data "<html><body><p>The Stanbol enhancer can detect \
+          famous cities such as Paris and people such as Bob 
Marley.</p></body></html>" \
         "http://localhost:8080/enhancer/chain/language?omitMetadata=true";
 
 There is also the possibility to request both the extracted metadata and the 
plain text version. Please see the Documentation of the RESTful API 
([http://localhost:8080/enhacer](http://localhost:8080/enhacer) if Stanbol runs 
on localhost).

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentityextractionengine.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentityextractionengine.mdtext?rev=1295071&r1=1295070&r2=1295071&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentityextractionengine.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentityextractionengine.mdtext
 Wed Feb 29 12:11:39 2012
@@ -7,24 +7,22 @@ This engine is based on the NLP features
 
 ## Example Result
 
-This engine adds **TextAnnotation-Enhancements**  for the text "John Smith 
lives in London", (amongst other) the following information to the enhancement 
graph, suggesting London (of type: Place) for the string London:
+This engine adds **TextAnnotation-Enhancements**  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":
 
     :::text
-    {
-      "@subject": "<urn:enhancement-e6a08398-a49f-5bf6-c09f-6da5db63507e>",
-      "@type": [
-        "<enhancer:Enhancement>",
-        "<enhancer:TextAnnotation>"
-      ],
-      "dc:created": "2011-10-04T12:36:50.670Z",
-      "dc:creator": 
"org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore",
-      "dc:type": "<dbp-ont:Place>",
-      "enhancer:confidence": 0.99691045,
-      "enhancer:end": 26,
-      "enhancer:extracted-from": 
"<urn:content-item-sha1-ea97a3171fe123b27b02497f6eb08b2fca63e6ec>",
-      "enhancer:selected-text": "London",
-      "enhancer:selection-context": "John Smith lives in London",
-      "enhancer:start": 20
-    }
+       {
+      "@subject": "urn:enhancement-b3d4617d-1760-0374-f471-e0e746003f4e",
+             "@type": [ "enhancer:Enhancement","enhancer:TextAnnotation"],
+             "dc:created": "2012-02-29T11:34:56.369Z",
+             "dc:creator": 
"org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore",
+             "dc:type": "dbp-ont:Person",
+             "enhancer:confidence": 0.94647044,
+             "enhancer:end": 89,
+             "enhancer:extracted-from": 
"urn:content-item-sha1-37c8a8244041cf6113d4ee04b3a04d0a014f6e10",
+             "enhancer:selected-text": "Bob Marley",
+             "enhancer:selection-context": 
+             "The Stanbol enhancer can detect famous cities such as Paris and 
people such as Bob Marley.",
+             "enhancer:start": 79
+       }
 
 This enhancement statement provides you with the ID and date of the 
enhancement, the suggested type with a confidence for it, the position of the 
selected text and its (sentence) context as well as the link to the source 
document.

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentitytaggingengine.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentitytaggingengine.mdtext?rev=1295071&r1=1295070&r2=1295071&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentitytaggingengine.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/engines/namedentitytaggingengine.mdtext
 Wed Feb 29 12:11:39 2012
@@ -17,126 +17,47 @@ The configuration decides, which dataset
 
 ## Example Result
 
-For the sentence "John Smith lives in London", you will get several 
EntityAnnotations for the terms "London", "John Smith" form your linking target 
resource (in this case DBpedia) together with a confidence value, which can be 
used to sort the suggestions.
+For the sentence "The Stanbol enhancer can detect famous cities such as Paris 
and people such as Bob Marley.", you will get several EntityAnnotations for the 
terms "Paris" and "Bob Marley" from your linking target resource (in this case 
DBpedia) together with a confidence value, which can be used to sort the 
suggestions, e.g.:
 
     :::text
     {
-      "@subject": "<urn:enhancement-2ec0662c-3a10-f8f5-43b4-cf7403e4c39d>",
-      "@type": [
-        "<enhancer:Enhancement>",
-        "<enhancer:EntityAnnotation>"
-      ],
-      "dc:created": "2011-10-06T07:45:04.175Z",
-      "dc:creator": 
"org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine",
-      "dc:relation": "<urn:enhancement-0218c6fa-7376-8c9f-c4ed-e973ff72194c>",
-      "enhancer:confidence": 5147829.5,
-      "enhancer:entity-label": "\"London\"@en",
-      "enhancer:entity-reference": "<http://dbpedia.org/resource/London>",
-      "enhancer:entity-type": "<owl:Thing>",
-      "enhancer:extracted-from": 
"<urn:content-item-sha1-ea97a3171fe123b27b02497f6eb08b2fca63e6ec>"
-    },
-    {
-      "@subject": "<urn:enhancement-44ccea73-639d-394a-8660-fad46795a772>",
-      "@type": [
-        "<enhancer:Enhancement>",
-        "<enhancer:EntityAnnotation>"
-      ],
-      "dc:created": "2011-10-06T07:45:06.809Z",
-      "dc:creator": 
"org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine",
-      "dc:relation": "<urn:enhancement-4b7b010e-efcc-8752-f055-b73620270295>",
-      "enhancer:confidence": 4.471743,
-      "enhancer:entity-label": "\"John L. Smith\"@en",
-      "enhancer:entity-reference": 
"<http://dbpedia.org/resource/John_L._Smith>",
-      "enhancer:entity-type": "<dbp-ont:CollegeCoach>",
-      "enhancer:extracted-from": 
"<urn:content-item-sha1-ea97a3171fe123b27b02497f6eb08b2fca63e6ec>"
-    },
-    {
-      "@subject": "<urn:enhancement-4b7b010e-efcc-8752-f055-b73620270295>",
-      "@type": [
-        "<enhancer:Enhancement>",
-        "<enhancer:TextAnnotation>"
-      ],
-      "dc:created": "2011-10-06T07:44:52.318Z",
-      "dc:creator": 
"org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore",
-      "dc:type": "<dbp-ont:Person>",
-      "enhancer:confidence": 0.66891855,
-      "enhancer:end": 10,
-      "enhancer:extracted-from": 
"<urn:content-item-sha1-ea97a3171fe123b27b02497f6eb08b2fca63e6ec>",
-      "enhancer:selected-text": "John Smith",
-      "enhancer:selection-context": "John Smith lives in London",
-      "enhancer:start": 0
-    },
-    {
-      "@subject": "<urn:enhancement-708bfdae-c104-19bd-c423-f5c10a11ae55>",
-      "@type": [
-        "<enhancer:Enhancement>",
-        "<enhancer:EntityAnnotation>"
-      ],
-      "dc:created": "2011-10-06T07:45:04.216Z",
-      "dc:creator": 
"org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine",
-      "dc:relation": "<urn:enhancement-0218c6fa-7376-8c9f-c4ed-e973ff72194c>",
-      "enhancer:confidence": 2543.5994,
-      "enhancer:entity-label": "\"London, Ontario\"@en",
-      "enhancer:entity-reference": 
"<http://dbpedia.org/resource/London,_Ontario>",
-      "enhancer:entity-type": "<http://www.opengis.net/gml/_Feature>",
-      "enhancer:extracted-from": 
"<urn:content-item-sha1-ea97a3171fe123b27b02497f6eb08b2fca63e6ec>"
-    },
-    {
-      "@subject": "<urn:enhancement-73dce2ac-72b6-b0f4-7c5c-e9c30aec9263>",
-      "@type": [
-        "<enhancer:Enhancement>",
-        "<enhancer:EntityAnnotation>"
-      ],
-      "dc:created": "2011-10-06T07:45:04.216Z",
-      "dc:creator": 
"org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine",
-      "dc:relation": "<urn:enhancement-0218c6fa-7376-8c9f-c4ed-e973ff72194c>",
-      "enhancer:confidence": 7709.837,
-      "enhancer:entity-label": "\"City of London\"@en",
-      "enhancer:entity-reference": 
"<http://dbpedia.org/resource/City_of_London>",
-      "enhancer:entity-type": "<http://www.opengis.net/gml/_Feature>",
-      "enhancer:extracted-from": 
"<urn:content-item-sha1-ea97a3171fe123b27b02497f6eb08b2fca63e6ec>"
-    },
-    {
-      "@subject": "<urn:enhancement-c428cb67-cdce-4396-96b8-ac3a8465730a>",
-      "@type": [
-        "<enhancer:Enhancement>",
-        "<enhancer:TextAnnotation>"
-      ],
-      "dc:created": "2011-10-06T07:44:39.064Z",
-      "dc:creator": 
"org.apache.stanbol.enhancer.engines.langid.LangIdEnhancementEngine",
-      "dc:language": "\"fi\"",
-      "enhancer:extracted-from": 
"<urn:content-item-sha1-ea97a3171fe123b27b02497f6eb08b2fca63e6ec>"
-    },
-    {
-      "@subject": "<urn:enhancement-c6ffb5f4-a224-9b7d-9854-7eaa101b2ebe>",
-      "@type": [
-        "<enhancer:Enhancement>",
-        "<enhancer:EntityAnnotation>"
-      ],
-      "dc:created": "2011-10-06T07:45:06.809Z",
-      "dc:creator": 
"org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine",
-      "dc:relation": "<urn:enhancement-4b7b010e-efcc-8752-f055-b73620270295>",
-      "enhancer:confidence": 15.735652,
-      "enhancer:entity-label": "\"John Maynard Smith\"@en",
-      "enhancer:entity-reference": 
"<http://dbpedia.org/resource/John_Maynard_Smith>",
-      "enhancer:entity-type": "<dbp-ont:Scientist>",
-      "enhancer:extracted-from": 
"<urn:content-item-sha1-ea97a3171fe123b27b02497f6eb08b2fca63e6ec>"
-    },
-    {
-      "@subject": "<urn:enhancement-eeaf0331-5988-5231-493c-f934a2602200>",
-      "@type": [
-        "<enhancer:Enhancement>",
-        "<enhancer:EntityAnnotation>"
-      ],
-      "dc:created": "2011-10-06T07:45:06.809Z",
-      "dc:creator": 
"org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine",
-      "dc:relation": "<urn:enhancement-4b7b010e-efcc-8752-f055-b73620270295>",
-      "enhancer:confidence": 4.4515367,
-      "enhancer:entity-label": "\"John T. Smith\"@en",
-      "enhancer:entity-reference": 
"<http://dbpedia.org/resource/John_T._Smith>",
-      "enhancer:entity-type": "<owl:Thing>",
-      "enhancer:extracted-from": 
"<urn:content-item-sha1-ea97a3171fe123b27b02497f6eb08b2fca63e6ec>"
-    }
-    ]
-   }
+         "@subject": "urn:enhancement-b98283ae-845d-6666-d68b-f649852a7959",
+         "@type": ["enhancer:Enhancement","enhancer:EntityAnnotation"],
+         "dc:created": "2012-02-29T11:34:56.383Z",
+         "dc:creator": 
"org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine",
+         "dc:relation": "urn:enhancement-b3d4617d-1760-0374-f471-e0e746003f4e",
+         "enhancer:confidence": 16641.191,
+         "enhancer:entity-label": 
+            {
+                  "@literal": "Bob Marley",
+              "@language": "en"
+            },
+          "enhancer:entity-reference": 
"http://dbpedia.org/resource/Bob_Marley";,
+          "enhancer:entity-type": 
+             ["dbp-ont:MusicalArtist", "foaf:Person", "dbp-ont:Artist",
+               "dbp-ont:Person", "owl:Thing"],
+          "enhancer:extracted-from": 
"urn:content-item-sha1-37c8a8244041cf6113d4ee04b3a04d0a014f6e10"
+         },
+
+or 
 
+    :::text
+    {
+         "@subject": "urn:enhancement-785a4c4f-dc7d-aa46-91a2-aef840542ae2",
+         "@type": ["enhancer:Enhancement","enhancer:EntityAnnotation"],
+         "dc:created": "2012-02-29T11:34:56.383Z",
+         "dc:creator": 
"org.apache.stanbol.enhancer.engines.entitytagging.impl.NamedEntityTaggingEngine",
+         "dc:relation": "urn:enhancement-c176f1bf-a1dd-830e-df7d-deecdfdc8375",
+         "enhancer:confidence": 1323049.5,
+         "enhancer:entity-label": 
+            {
+              "@literal": "Paris",
+              "@language": "en"
+            },
+          "enhancer:entity-reference": "http://dbpedia.org/resource/Paris";,
+          "enhancer:entity-type":
+             ["dbp-ont:PopulatedPlace","dbp-ont:Settlement",
+             "http://www.opengis.net/gml/_Feature";,
+             "dbp-ont:Place","owl:Thing"],
+          "enhancer:extracted-from": 
"urn:content-item-sha1-37c8a8244041cf6113d4ee04b3a04d0a014f6e10"
+        }
\ No newline at end of file

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext?rev=1295071&r1=1295070&r2=1295071&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext 
(original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext Wed 
Feb 29 12:11:39 2012
@@ -13,11 +13,10 @@ _Note_: In addition to the documentation
 
 ## Documentation for Apache Stanbol for Developers and Contributors
 
-* Java API for developers
+* Detailed documentation on the [Enhancer](enhancer) and [Enhancement 
Engines](enhancer/engines): develop a new engine!
 * How to contribute to software development
 * How to work and update documentation
 * Proposals for further developments
-* How to build an engine 
 
 ## How to get involved
 


Reply via email to