You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/03/07 21:30:47 UTC

svn commit: r515737 - /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml

Author: alally
Date: Wed Mar  7 12:30:46 2007
New Revision: 515737

URL: http://svn.apache.org/viewvc?view=rev&rev=515737
Log:
fixed typos

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml?view=diff&rev=515737&r1=515736&r2=515737
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml Wed Mar  7 12:30:46 2007
@@ -358,13 +358,13 @@
   
   <section id="ugr.tug.fc.continuing_when_exceptions_occur">
     <title>Continuing the Flow When Exceptions Occur</title>
-    <para> If an exception occurs when processing the a CAS, the framweork may call the      
+    <para> If an exception occurs when processing the a CAS, the framweork may call the method     
       <programlisting>boolean continueOnFailure(String failedAeKey, Exception failure)</programlisting>
-      on the Flow object that was manging the flow of that CAS. If this method returns <literal>true</literal>, then
+      on the Flow object that was managing the flow of that CAS. If this method returns <literal>true</literal>, then
       the framework may continue to call the <literal>next()</literal> method to continue routing the CAS. If this
       method returns <literal>false</literal> (the default), the framework will not make any more calls to the
-      <literal>next()</literal>. </para>
-    <para>In the case where the last Step was a ParallelStep, if at least one of the destinations rsulted in a failure,
+      <literal>next()</literal> method. </para>
+    <para>In the case where the last Step was a ParallelStep, if at least one of the destinations resulted in a failure,
       then <literal>continueOnFailure</literal> will be called to report one of the failures. If this method
       returns true, but one of the other destinations in the ParallelStep resulted in a failure, then then
       <literal>continueOnFailure</literal> method will be called again to report the next failure. This



Re: svn commit: r515737 - /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml

Posted by Adam Lally <al...@alum.rpi.edu>.
On 3/7/07, Thilo Goetz <tw...@gmx.de> wrote:
> I use Eclipse with the web tools for xml editing, and Eclipse has spell
> checking support -- but I've never used it.  Might be worth checking
> out.  See this article, for example:
> http://www.javalobby.org/java/forums/t17453.html
> (Though he obviously didn't spell-check his article, see "amalgum" ;-)
>

I got the spell-checking to work on Java files (it checks comments and
string literals).  It seems potentially useful but I'll have to see if
I can stand the false positives.

It doesn't work with XML Buddy, which I was using for XML editing.  I
tried installing the Web Tools, but I can't even open an XML file with
using its XML editor.  I just get a NullPointerException. :(

-Adam

Re: svn commit: r515737 - /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml

Posted by Thilo Goetz <tw...@gmx.de>.
Adam Lally wrote:
> On 3/7/07, Thilo Goetz <tw...@gmx.de> wrote:
>> You may want to check spelling/grammar of "...when processing the a CAS,
>> the framweork may call..." ;-)
>>
> 
> Thanks...
> 
> This is one hazard of no longer doing the manual in MS Word.  Do you
> (or anyone else) have an editor that validates both XML and English?
> :)
> 
> -Adam

I use Eclipse with the web tools for xml editing, and Eclipse has spell 
checking support -- but I've never used it.  Might be worth checking 
out.  See this article, for example: 
http://www.javalobby.org/java/forums/t17453.html
(Though he obviously didn't spell-check his article, see "amalgum" ;-)

--Thilo


Re: svn commit: r515737 - /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml

Posted by Adam Lally <al...@alum.rpi.edu>.
On 3/7/07, Thilo Goetz <tw...@gmx.de> wrote:
> You may want to check spelling/grammar of "...when processing the a CAS,
> the framweork may call..." ;-)
>

Thanks...

This is one hazard of no longer doing the manual in MS Word.  Do you
(or anyone else) have an editor that validates both XML and English?
:)

-Adam

Re: svn commit: r515737 - /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml

Posted by Thilo Goetz <tw...@gmx.de>.
alally@apache.org wrote:
> Author: alally
> Date: Wed Mar  7 12:30:46 2007
> New Revision: 515737
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=515737
> Log:
> fixed typos
> 
> Modified:
>     incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml
> 
> Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml
> URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml?view=diff&rev=515737&r1=515736&r2=515737
> ==============================================================================
> --- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml (original)
> +++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml Wed Mar  7 12:30:46 2007
> @@ -358,13 +358,13 @@
>    
>    <section id="ugr.tug.fc.continuing_when_exceptions_occur">
>      <title>Continuing the Flow When Exceptions Occur</title>
> -    <para> If an exception occurs when processing the a CAS, the framweork may call the      
> +    <para> If an exception occurs when processing the a CAS, the framweork may call the method     

You may want to check spelling/grammar of "...when processing the a CAS, 
the framweork may call..." ;-)