You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/07/04 06:36:13 UTC

svn commit: r1357068 - /incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext

Author: rwesten
Date: Wed Jul  4 04:36:12 2012
New Revision: 1357068

URL: http://svn.apache.org/viewvc?rev=1357068&view=rev
Log:
minor

Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext?rev=1357068&r1=1357067&r2=1357068&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/index.mdtext Wed Jul  4 04:36:12 2012
@@ -87,7 +87,7 @@ After the enhancement process, ContentIt
         charset == null ? "UTF-8" : charset);
 
 <a name="Main_Interfaces_and_Utility_Classes"></a>
-#### Main Interfaces and Utility Classes
+### Main Interfaces and Utility Classes
 
 * __ContentItem__: A [content item](contentitem.html) is the unit of content the Stanbol Enhancer can deal with. It gives access to the binary content that was registered, and the graph that represents its metadata (provided by client and/or generated). ContentItems are created by using the [ContentItemFactory](contentitemfactory.html).
 * __EnhancementEngine__: The [enhancement engine](engines) provides the interface to internal or external semantic enhancement engines. Typically content items will be processed by several enhancement engines.