Revision: 17963
          http://sourceforge.net/p/gate/code/17963
Author:   ian_roberts
Date:     2014-05-11 16:01:15 +0000 (Sun, 11 May 2014)
Log Message:
-----------
OpenNLP parser

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

Modified: userguide/trunk/misc-creole.tex
===================================================================
--- userguide/trunk/misc-creole.tex     2014-05-11 15:02:58 UTC (rev 17962)
+++ userguide/trunk/misc-creole.tex     2014-05-11 16:01:15 UTC (rev 17963)
@@ -2679,13 +2679,14 @@
   the relevant models from Sourceforge}.
 
 
-We have integrated five OpenNLP tools into GATE processing resources:
+We have integrated six OpenNLP tools into GATE processing resources:
 %%
 \begin{itemize}
 \item OpenNLP Tokenizer
 \item OpenNLP Sentence Splitter
 \item OpenNLP POS Tagger
 \item OpenNLP Chunker
+\item OpenNLP Parser
 \item OpenNLP NER (named entity recognition)
 \end{itemize}
 
@@ -2829,6 +2830,18 @@
 \end{description}
 %%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\subsubsect[sec:misc-creole:opennlp:parser]{OpenNLP Parser}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+This PR performs a syntactic parse.  It expects
+\emph{Sentence} and \emph{Token} annotations to be present in
+the annotation set specified by \textbf{inputASName} (they do not necessarily
+have to come from OpenNLP PRs), and will create \emph{SyntaxTreeNode}
+annotations in the same set to represent the parse results.  These node
+annotations are compatible with the GATE Developer syntax tree viewer provided
+in the \verb!Tools! plugin.
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \subsect[sec:misc-creole:opennlp:models]{Obtaining and generating models}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%

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


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to