Revision: 16276
          http://gate.svn.sourceforge.net/gate/?rev=16276&view=rev
Author:   adamfunk
Date:     2012-11-14 13:01:48 +0000 (Wed, 14 Nov 2012)
Log Message:
-----------
Updating OpenNLP documentation

Modified Paths:
--------------
    userguide/trunk/misc-creole.tex

Modified: userguide/trunk/misc-creole.tex
===================================================================
--- userguide/trunk/misc-creole.tex     2012-11-14 12:52:58 UTC (rev 16275)
+++ userguide/trunk/misc-creole.tex     2012-11-14 13:01:48 UTC (rev 16276)
@@ -2541,8 +2541,8 @@
 In general, these PRs can be mixed with other PRs of similar types. For 
example,
 you could create a pipeline that uses the OpenNLP Tokenizer, and the ANNIE POS
 Tagger. You may occasionally have problems with some combinations, and 
different
-OpenNLP models use different POS tagsets. Notes on compatibility and PR
-prerequisites are given for each PR in the sections below.
+OpenNLP models use different POS and chunk tags. Notes on compatibility and
+PR prerequisites are given for each PR in the sections below.
 
 Note also that some of the OpenNLP tools use quite large machine learning
 models, which the PRs need to load into memory. You may find that you have
@@ -2572,8 +2572,10 @@
 see Section~\ref{sec:misc-creole:opennlp:models}
 %%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\subsect[sec:misc-creole:opennlp:tok]{OpenNLP Tokenizer}
+\subsect[sec:misc-creole:opennlp:opennlpprs]{OpenNLP PRs}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\subsubsect[sec:misc-creole:opennlp:tok]{OpenNLP Tokenizer}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%
 This PR has no prerequisites.  It adds \emph{Token} and \emph{SpaceToken}
 annotations to the \textbf{annotationSetName} run-time parameter's set.  Both
@@ -2582,12 +2584,14 @@
 as its value.
 %%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\subsect[sec:misc-creole:opennlp:sent]{OpenNLP Sentence Splitter}
+\subsubsect[sec:misc-creole:opennlp:sent]{OpenNLP Sentence Splitter}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%
-This PR has no prerequisites.  It adds Sentence annotations (with a feature and
-value \emph{source}=\emph{OpenNLP}) to the \textbf{annotationSetName} run-time
-parameter's set.
+This PR has no prerequisites.  It adds \emph{Sentence} annotations (with a
+feature and value \emph{source}=\emph{OpenNLP}) and \emph{Split} annotations
+(similar to ANNIE's, with the same \emph{kind} feature, as described in
+Section~\ref{sec:misc-creole:opennlp}) to the \textbf{annotationSetName}
+run-time parameter's set.
 %%%%%
 % If the OpenNLP sentence splitter returns no output (i.e. fails
 % to find any sentences), then GATE will add a single sentence annotation from
@@ -2595,7 +2599,7 @@
 % require sentence annotations from failing.
 %%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\subsect[sec:misc-creole:opennlp:pos]{OpenNLP POS Tagger}
+\subsubsect[sec:misc-creole:opennlp:pos]{OpenNLP POS Tagger}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%
 This PR adds a \emph{category} feature to each \emph{Token} annotation.
@@ -2609,7 +2613,7 @@
 The tagsets vary according to the models.
 %%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\subsect[sec:misc-creole:opennlp:ner]{OpenNLP NER (NameFinder)}
+\subsubsect[sec:misc-creole:opennlp:ner]{OpenNLP NER (NameFinder)}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%
 This PR finds standard named entities and adds annotations for them.
@@ -2647,7 +2651,7 @@
 generate the same annotation type.
 %%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\subsect[sec:misc-creole:opennlp:chunk]{OpenNLP Chunker}
+\subsubsect[sec:misc-creole:opennlp:chunk]{OpenNLP Chunker}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%
 This PR marks noun, verb, and other chunks using features on \emph{Token}

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to