You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2014/07/10 15:27:58 UTC

svn commit: r1609456 - in /uima/ruta/trunk/ruta-docbook/src/docbook: images/tools/ruta/workbench/check/check.png tools.ruta.workbench.check.xml

Author: pkluegl
Date: Thu Jul 10 13:27:58 2014
New Revision: 1609456

URL: http://svn.apache.org/r1609456
Log:
UIMA-3938
- applied patch for documentation

Modified:
    uima/ruta/trunk/ruta-docbook/src/docbook/images/tools/ruta/workbench/check/check.png
    uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.workbench.check.xml

Modified: uima/ruta/trunk/ruta-docbook/src/docbook/images/tools/ruta/workbench/check/check.png
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-docbook/src/docbook/images/tools/ruta/workbench/check/check.png?rev=1609456&r1=1609455&r2=1609456&view=diff
==============================================================================
Binary files - no diff available.

Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.workbench.check.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.workbench.check.xml?rev=1609456&r1=1609455&r2=1609456&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.workbench.check.xml (original)
+++ uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.workbench.check.xml Thu Jul 10 13:27:58 2014
@@ -28,9 +28,9 @@ under the License.
   <title>Check Annotations view</title>
   <para>
     The Check Annotations view provides functionality to quickly validate a set of annotations in different documents. 
-    The user can specify a two folders with xmiCAS files: One folder contains the documents with annotations that should be validated. 
+    The user can specify two folders with xmiCAS files: One folder contains the documents with annotations that should be validated. 
     The other folder is used to store the validated annotations. The view enables a rapid navigation between the documents and their annotations 
-    of the selected types can easily accepted or rejected.
+    of the selected types can easily be accepted or rejected.
     <xref linkend="figure.tools.ruta.workbench.check"/> provides an screenshot of the view. Its parts are described in the following.
   </para>
   <figure id="figure.tools.ruta.workbench.check">
@@ -53,17 +53,23 @@ under the License.
   <para>
     The view provides three text fields: the absolute location of the folder with the source documents, which contain the annotations to be validated, 
     the absolute location of the gold folder, where the accepted annotations will be stored, and the absolute location of the type system that contains 
-    all necessary types. The toolbar of the view provides six buttons: the first one updates the set of documents and 
+    all necessary types. The toolbar of the view provides seven buttons: the first one updates the set of documents and 
     their annotations in the main part of the view. This is necessary, e.g., if the selected types change or if the annotations in the documents change.
-    The second button opens a dialog for choosing the selected types. Only annotations of those types will be displayed and can be accepted or rejected.
-    The third and fourth button accept/reject the currently selected annotation. Only accepted annotations will be stored in the gold folder. An annotation can also 
-    be accepted with the key binding <quote>ctrl+1</quote> and rejected with the key binding <quote>ctrl+2</quote>. If an annotation is processed, 
+    The second button opens a dialog for choosing the types that need to be checked. Only annotations of those types will be displayed and can be accepted or rejected.
+    If features need to be checked together with the annotations of a type, these features have to be selected in this dialog too. Features are shown as sub-nodes of the
+    annotation nodes. By default, only annotations that have been checked are transferred from the original document to the according gold document. To also transfer 
+    annotations of some type unchecked, these types have to be chosen in another dialog, which is opened with the third button.
+    The fourth and fifth button accept/reject the currently selected annotation. Only accepted annotations will be stored in the gold folder. An annotation can also 
+    be accepted with the key binding <quote>ctrl+4</quote> and rejected with the key binding <quote>ctrl+5</quote>. If an annotation is processed, 
     then the next annotation is automatically selected and a new CAS Editor is opened if necessary. 
-    The fifth button adds the currently accepted
-    annotations to the corresponding file in the gold folder and additionally extends an file <quote>data.xml</quote>, which remembers what types have already been checked in each documents.
+    The sixth button adds the currently accepted
+    annotations, as well as the annotations of a type selected in the unchecked dialog, to the corresponding file in the gold folder and additionally extends an file
+    <quote>data.xml</quote>, which remembers what types have already been checked in each documents.
     Annotations of these types will not show up again in the main part of the view. With the last button, the user can select the annotation mode of the CAS editor.
     The choice is restricted to the currently selected types. If an annotation is missing in the source documents, then the user can manually add this annotation
     in the CAS Editor. The new annotation will be added as accepted to the list of annotations in the main part of the view.
+    By right-clicking on an annotation node in the view's tree viewer, a dialog opens to change the type of an annotation. Right-clicking on a feature node opens another
+    dialog to change the feature's value.
   </para>
     
 </section>