You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2008/05/23 17:02:15 UTC

svn commit: r659563 - in /incubator/uima/uimacpp/trunk/scriptators: perl/Perl.html python/Python.html tcl/Tcl.html

Author: eae
Date: Fri May 23 08:02:14 2008
New Revision: 659563

URL: http://svn.apache.org/viewvc?rev=659563&view=rev
Log:
UIMA-275 In scriptators html, change "UIMA C++ Enable layer" to UIMA C++ framework.

Modified:
    incubator/uima/uimacpp/trunk/scriptators/perl/Perl.html
    incubator/uima/uimacpp/trunk/scriptators/python/Python.html
    incubator/uima/uimacpp/trunk/scriptators/tcl/Tcl.html

Modified: incubator/uima/uimacpp/trunk/scriptators/perl/Perl.html
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/perl/Perl.html?rev=659563&r1=659562&r2=659563&view=diff
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/perl/Perl.html (original)
+++ incubator/uima/uimacpp/trunk/scriptators/perl/Perl.html Fri May 23 08:02:14 2008
@@ -23,7 +23,7 @@
   </ul>
 When the Perltator is initialized, e.g. at CPE initialization, the C++ code creates a PERL interpreter, sources the specified script and calls the script's initialization method. Similarly, when other Perltator methods such as process() are called by the UIMA framework, the subroutines of the same name in the PERL script are called.
 </p>
-<p>The Perltator also provides a PERL library implementing an interface between PERL and the UIMA APIs of the UIMA C++ Enablement layer.
+<p>The Perltator also provides a PERL library implementing an interface between PERL and the UIMA APIs of the UIMA C++ framework.
 </p>
 
 <h2>Supported Platforms</h2>
@@ -32,7 +32,7 @@
 
 <h2>Prerequisites</h2>
 <p>The Perltator uses SWIG (http://www.swig.org/) to implement the PERL library interface to UIMA. SWIG version 1.3.29 or later is required.</p>
-<p>The UIMA C++ Enablement layer is required.</p>
+<p>The UIMA C++ framework is required.</p>
 <p>Also necessary is the Perl development package. On some Unix platforms the dev kit is not included with the standard interpretor package. A Unix command line test for the dev kit is
   <ul>
     <code>perl -MExtUtils::Embed -e ccopts</code>

Modified: incubator/uima/uimacpp/trunk/scriptators/python/Python.html
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/python/Python.html?rev=659563&r1=659562&r2=659563&view=diff
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/python/Python.html (original)
+++ incubator/uima/uimacpp/trunk/scriptators/python/Python.html Fri May 23 08:02:14 2008
@@ -23,7 +23,7 @@
   </ul>
 When the Pythonnator is initialized, e.g. at CPE initialization, the C++ code creates a Python interpreter, imports the specified script and calls the script's initialization method. Similarly, when other Pythonnator methods such as process() are called by the UIMA framework, the associated methods in the Python script are called.
 </p>
-<p>The Pythonnator also provides a Python library implementing an interface between Python and the UIMA APIs of the UIMA C++ Enablement layer.
+<p>The Pythonnator also provides a Python library implementing an interface between Python and the UIMA APIs of the UIMA C++ framework.
 </p>
 
 <h2>Supported Platforms</h2>
@@ -32,7 +32,7 @@
 
 <h2>Prerequisites</h2>
 <p>The Pythonnator uses SWIG (http://www.swig.org/) to implement the Python library interface to UIMA. SWIG version 1.3.29 or later is required.</p>
-<p>The UIMA C++ Enable layer is required.
+<p>The UIMA C++ framework is required.
 </p>
 <p>In addition to the Python interpreter, a Python development package (python-devel on Linux) is required for building the Pythonnator. The above mentioned Windows version includes a development package.</p>
 

Modified: incubator/uima/uimacpp/trunk/scriptators/tcl/Tcl.html
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/scriptators/tcl/Tcl.html?rev=659563&r1=659562&r2=659563&view=diff
==============================================================================
--- incubator/uima/uimacpp/trunk/scriptators/tcl/Tcl.html (original)
+++ incubator/uima/uimacpp/trunk/scriptators/tcl/Tcl.html Fri May 23 08:02:14 2008
@@ -23,7 +23,7 @@
   </ul>
 When the Tclator is initialized, e.g. at CPE initialization, the C++ code creates a Tcl interpreter, imports the specified script and calls the script's initialization method. Similarly, when other Tclator methods such as process() are called by the UIMA framework, the associated methods in the Tcl script are called.
 </p>
-<p>The Tclator also provides a Tcl library implementing an interface between Tcl and the UIMA APIs of the UIMA C++ Enablement layer.
+<p>The Tclator also provides a Tcl library implementing an interface between Tcl and the UIMA APIs of the UIMA C++ framework.
 </p>
 
 <h2>Supported Platforms</h2>
@@ -32,7 +32,7 @@
 
 <h2>Prerequisites</h2>
 <p>The Tclator uses SWIG (http://www.swig.org/) to implement the Tcl library interface to UIMA. SWIG version 1.3.29 or later is required.</p>
-<p>The UIMA C++ Enablement layer is required.
+<p>The UIMA C++ framework is required.
 </p>
 
 <h2>Tclator Distribution</h2>