Revision: 15179
          http://gate.svn.sourceforge.net/gate/?rev=15179&view=rev
Author:   markagreenwood
Date:     2012-01-22 13:02:21 +0000 (Sun, 22 Jan 2012)
Log Message:
-----------
some more moving of obsolete plugin descriptions around

Modified Paths:
--------------
    userguide/trunk/misc-creole.tex
    userguide/trunk/obsolete-plugins.tex
    userguide/trunk/recent-changes.tex

Modified: userguide/trunk/misc-creole.tex
===================================================================
--- userguide/trunk/misc-creole.tex     2012-01-22 12:56:27 UTC (rev 15178)
+++ userguide/trunk/misc-creole.tex     2012-01-22 13:02:21 UTC (rev 15179)
@@ -1551,55 +1551,7 @@
 by carefully developing a Scriptable Controller (see
 section~\ref{sec:api:groovy:controller} for details).
 
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\sect[sec:misc-creole:google-translate]{Google Translator PR}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-The Google Translator PR allows users to translate their documents into many 
-other languages using the Google translation service. It is based on the 
library
-called {\tt google-translate-api-java} which is distributed under the LGPL 
-licence and is available to download from 
-\htlinkplain{http://code.google.com/p/google-api-translate-java/}.
-
-The PR is included in the plugin called Web\_Translate\_Google and depends on 
-the Alignment plugin. (chapter \ref{chap:alignment}).
-
-If a user wants to translate an English document into French using the Google 
-Translator PR. The first thing user needs to do is to create an instance of 
-CompoundDocument with the English document as a member of it.  The 
-CompoundDocument in GATE provides a convenient way to group parallel documents 
-that are translations of one other (see chapter \ref{chap:alignment} for more
-information).  The idea is to use text from one of the members of the provided 
-compound document, translate it using the Google translation service and create
-another member with the translated text.  In the process, the PR also aligns 
the
-chunks of parallel texts.  Here, a chunk could be a sentence, paragraph, 
section
-or the entire document.
-
-{\tt siteReferrer} is the only init-time parameter required to instantiate the
-PR. It has to be a valid website address. The value of this parameter is 
-required to inform Google about the users using their service. There are seven
-run-time parameters:
-
-\begin{itemize}
-\item document - an instance of the compound document with a member document 
-containing source text.
-\item sourceDocumentId - id of the source member document that needs to be 
-translated.
-\item targetDocumentId - id of the target member document. This document is 
-created by the PR and contains the translated text.
-\item sourceLanguage - the language of the source document.
-\item targetLanguage - the language into which the source document should be 
-translated.
-\item unitOfTranslation - annotation type used for identifying chunks of texts 
-to be translated and aligned.
-\item inputASName - name of the annotation set which contains unit of 
-translations.
-\item alignmentFeatureName - name of the alignment feature used for storing the
-alignment information.  The alignment feature is a document feature stored on
-the compound document.
-\end{itemize}
-
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \sect[sec:misc-creole:wn]{WordNet in GATE}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Modified: userguide/trunk/obsolete-plugins.tex
===================================================================
--- userguide/trunk/obsolete-plugins.tex        2012-01-22 12:56:27 UTC (rev 
15178)
+++ userguide/trunk/obsolete-plugins.tex        2012-01-22 13:02:21 UTC (rev 
15179)
@@ -260,3 +260,51 @@
 List Pane. The toolbar allows the creation of a new definition (New), the
 loading of an existing one (Load), saving to the same or new location 
(Save/Save
 As). The functionality of the toolbar buttons is also available via File.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\sect[sec:misc-creole:google-translate]{Google Translator PR}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+The Google Translator PR allows users to translate their documents into many 
+other languages using the Google translation service. It is based on the 
library
+called {\tt google-translate-api-java} which is distributed under the LGPL 
+licence and is available to download from 
+\htlinkplain{http://code.google.com/p/google-api-translate-java/}.
+
+The PR is included in the plugin called Web\_Translate\_Google and depends on 
+the Alignment plugin. (chapter \ref{chap:alignment}).
+
+If a user wants to translate an English document into French using the Google 
+Translator PR. The first thing user needs to do is to create an instance of 
+CompoundDocument with the English document as a member of it.  The 
+CompoundDocument in GATE provides a convenient way to group parallel documents 
+that are translations of one other (see chapter \ref{chap:alignment} for more
+information).  The idea is to use text from one of the members of the provided 
+compound document, translate it using the Google translation service and create
+another member with the translated text.  In the process, the PR also aligns 
the
+chunks of parallel texts.  Here, a chunk could be a sentence, paragraph, 
section
+or the entire document.
+
+{\tt siteReferrer} is the only init-time parameter required to instantiate the
+PR. It has to be a valid website address. The value of this parameter is 
+required to inform Google about the users using their service. There are seven
+run-time parameters:
+
+\begin{itemize}
+\item document - an instance of the compound document with a member document 
+containing source text.
+\item sourceDocumentId - id of the source member document that needs to be 
+translated.
+\item targetDocumentId - id of the target member document. This document is 
+created by the PR and contains the translated text.
+\item sourceLanguage - the language of the source document.
+\item targetLanguage - the language into which the source document should be 
+translated.
+\item unitOfTranslation - annotation type used for identifying chunks of texts 
+to be translated and aligned.
+\item inputASName - name of the annotation set which contains unit of 
+translations.
+\item alignmentFeatureName - name of the alignment feature used for storing the
+alignment information.  The alignment feature is a document feature stored on
+the compound document.
+\end{itemize}

Modified: userguide/trunk/recent-changes.tex
===================================================================
--- userguide/trunk/recent-changes.tex  2012-01-22 12:56:27 UTC (rev 15178)
+++ userguide/trunk/recent-changes.tex  2012-01-22 13:02:21 UTC (rev 15179)
@@ -27,7 +27,7 @@
 
 The following plugins were made obsolete and were removed from the 
distribution: GAZE (for
 all gazetters except the OntoGazetteer) Jape\_Compiler, Ontology\_OWLIM2, 
Web\_Search\_Google
-and Web\_Search\_Yahoo. Documentation of obsolete plugins can now be found in
+Web\_Search\_Yahoo, and Web\_Translate\_Google. Documentation of obsolete 
plugins can now be found in
 Appendix~\ref{chap:obsolete-plugins}.
 
 The Flexible Gazetteer PR has been rewritten to provide a better and faster 
implementation. 

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to