Author: rwesten
Date: Wed Jan 30 13:27:57 2013
New Revision: 1440404
URL: http://svn.apache.org/viewvc?rev=1440404&view=rev
Log:
fixed some links; minor improvements
Modified:
stanbol/site/trunk/content/docs/trunk/components/enhancer/nlp/index.mdtext
Modified:
stanbol/site/trunk/content/docs/trunk/components/enhancer/nlp/index.mdtext
URL:
http://svn.apache.org/viewvc/stanbol/site/trunk/content/docs/trunk/components/enhancer/nlp/index.mdtext?rev=1440404&r1=1440403&r2=1440404&view=diff
==============================================================================
--- stanbol/site/trunk/content/docs/trunk/components/enhancer/nlp/index.mdtext
(original)
+++ stanbol/site/trunk/content/docs/trunk/components/enhancer/nlp/index.mdtext
Wed Jan 30 13:27:57 2013
@@ -1,4 +1,4 @@
-title: NLP processing module
+title: Stanbol Enhancer Natural Language Processing Support
__NOTE:__ The NLP processing module for the Stanbol Enhancer was introduced by
[STANBOL-733](https://issues.apache.org/jira/browse/STANBOL-733) and is only
available to Stanbol Enhancer starting from version <code>0.10.0</code>
@@ -7,7 +7,7 @@ Overview:
This section covers the following topics:
-* [Stanbol NLP processing](#stanbol-nlp-processing): Short introduction to NLP
processing in Stanbol
+* [Stanbol Natural Language Processing](#stanbol-natural-language-processing):
Short introduction to NLP techniques used by the Stanbol Enahncer
* The [NLP processing API](#nlp-processing-api): Information about the Java
API of the NLP processing Framework including information on
* How to implement an [NLP EnhancementEngine](nlpengine) and
* How to integrate NLP frameworks as a [RESTful NLP Analyses
Service](restfulnlpanalysisservice) and [RESTful Language Identification
Service](restfullangidentservice)
@@ -19,10 +19,10 @@ Additional Information can be found in
* Usage Scenario [Working with Multiple
Languages](/docs/trunk/multilingual.html)
-Stanbol NLP processing
-----------------------
+Stanbol Natural Language Processing
+-----------------------------------
-The NLP processing module of the Stanbol Enhancer supports the usage of the
following NLP processing techniques
+The natural language processing module of the Stanbol Enhancer supports the
usage of the following NLP processing techniques
* __Language Detection__: As all the following NLP processing techniques are
highly specific to the language of the text it is very important to correctly
detect the language of the analyzed text. Any Stanbol Enhancer chain that uses
NLP requires the
* __Sentence Detection__: The detection / extraction of _Sentences_ from the
analyzed text. Sentences are typically used as 'processing units' by Apache
Stanbol. If no sentence detection is available for a language Stanbol will
typically process the text as if it would be a single Sentence.