AnnotateCollection
The CollectionView provides the ability to
examine and modify annotations on the documents in a collection.
It is invoked by
jet
-AnnotateCollection collection colorFile
where collection is the name
of
a file specifying the collection of documents, and colorFile is a file specifying the
annotations to be examined and added. collection
should contain a list of the file names of the XML-annotated document
files, one file name per line. File names may either be absolute
paths or relative paths; relative paths are interpreted relative
to the directory containing collection.
colorFile is a list of the annotation types to be
examined and added; it consists of a sequence of lines of the form
type color key
or
type feature feature-value color key
where
- type
- is the annotation type
- feature
- if present, is a feature of the annotation
- feature-value
- is the value of that feature
- color
- is a 24-bit integer specifying the highlighting color (RGB
encoding) for highlighting instances of that annotation in the text
- key
- is a single character specifying the key binding for assigning an
annotation of that type in the tool
If invoked without collection
and colorFile arguments, the
user is prompted for these files.