blob: 4f9bc04d1402b43a8e84d788d102037223e75d37 [file] [log] [blame]
<html>
<head>
<title>Apache UIMA Cas Editor v2.2.2 Release Notes</title>
</head>
<body>
<h1>Apache UIMA Cas Editor v2.2.2 Release Notes</h1>
<h2>Contents</h2>
<p>
<a href="#license">0. License</a><br/>
<a href="#what.is.uima">1. What is UIMA?</a><br/>
<a href="#what.is.caseditor">2. What is the Apache UIMA Cas Editor package?</a><br>
<a href="#major.changes">3. Major Changes in this Release</a><br/>
<a href="#get.involved">4. How to Get Involved</a><br/>
<a href="#report.issues">5. How to Report Issues</a><br/>
<a href="#list.issues">6. List of JIRA Issues Fixed in this Release</a>
</p>
<h2><a name="license">0. License</a></h2>
<p>
Licensed to the Apache Software Foundation (ASF) under one <br>
or more contributor license agreements. See the NOTICE file <br>
distributed with this work for additional information <br>
regarding copyright ownership. The ASF licenses this file <br>
to you under the Apache License, Version 2.0 (the <br>
"License"); you may not use this file except in compliance <br>
with the License. You may obtain a copy of the License at <br>
<br>
<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a><br/>
<br>
Unless required by applicable law or agreed to in writing, <br>
software distributed under the License is distributed on an <br>
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY <br>
KIND, either express or implied. See the License for the <br>
specific language governing permissions and limitations <br>
under the License. <br>
</p>
<h2><a name="what.is.uima">1. What is UIMA?</a></h2>
<p>
Unstructured Information Management applications are
software systems that analyze large volumes of
unstructured information in order to discover knowledge
that is relevant to an end user. UIMA is a framework and
SDK for developing such applications. An example UIM
application might ingest plain text and identify
entities, such as persons, places, organizations; or
relations, such as works-for or located-at. UIMA enables
such an application to be decomposed into components,
for example "language identification" -&gt; "language
specific segmentation" -&gt; "sentence boundary
detection" -&gt; "entity detection (person/place names
etc.)". Each component must implement interfaces defined
by the framework and must provide self-describing
metadata via XML descriptor files. The framework manages
these components and the data flow between them.
Components are written in Java or C++; the data that
flows between components is designed for efficient
mapping between these languages. UIMA additionally
provides capabilities to wrap components as network
services, and can scale to very large volumes by
replicating processing pipelines over a cluster of
networked nodes.
</p>
<p>
Apache UIMA is an Apache-licensed open source
implementation of the UIMA specification (that
specification is, in turn, being developed concurrently
by a technical committee within
<a href="http://www.oasis-open.org">OASIS</a>
, a standards organization). We invite and encourage you
to participate in both the implementation and
specification efforts.
</p>
<p>
UIMA is a component framework for analysing unstructured
content such as text, audio and video. It comprises an
SDK and tooling for composing and running analytic
components written in Java and C++, with some support
for Perl, Python and TCL.
</p>
<h2><a name="what.is.caseditor">2. What is the Apache UIMA Cas Editor package?</a></h2>
<p>
The Apache UIMA Cas Editor is an annotation tool which supports manual and automatic annotation of CAS files.
The CAS Editor can visualize and edit all feature structures, annotations can be viewed and edited
directly on text.
</p>
<h2><a name="major.changes">3. Major Changes in this Release</a></h2>
<p>
The Apache UIMA Cas Editor release version 2.2.2 is the first release
of this package. <br>
For a list of all JIRA issues fixed with the current Cas Editor release,
please refer to chapter <a href="#list.issues">6. List of JIRA Issues Fixed in this Release</a>.
</p>
<h2><a name="get.involved">4. How to Get Involved</a></h2>
<p>
The Apache UIMA project really needs and appreciates any contributions,
including documentation help, source code and feedback. If you are interested
in contributing, please visit
<a href="http://incubator.apache.org/uima/get-involved.html">
http://incubator.apache.org/uima/get-involved.html</a>.
</p>
<h2><a name="report.issues">5. How to Report Issues</a></h2>
<p>
The Apache UIMA project uses JIRA for issue tracking. Please report any
issues you find at
<a href="http://issues.apache.org/jira/browse/uima">http://issues.apache.org/jira/browse/uima</a>
</p>
<h2><a name="list.issues">6. List of JIRA Issues Fixed in this Release</a></h2>
Release Notes - UIMA - Version 2.2.2
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-430'>UIMA-430</a>] - CAS Editor test case fails
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-431'>UIMA-431</a>] - Cas Editor: Select all button in the outline view does not work
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-432'>UIMA-432</a>] - CAS Editor annotation style property page show not all annotations
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-433'>UIMA-433</a>] - CAS Editor changing documents does not always sets dirty flag
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-434'>UIMA-434</a>] - CAS Editor add icons
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-450'>UIMA-450</a>] - Cas Editor: Renaming typesystem does not work
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-451'>UIMA-451</a>] - Cas Editor: AnnotionEditor.dispose() throws NPE
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-452'>UIMA-452</a>] - Cas Editor: Actions to modify annotations spans do not check bounds
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-453'>UIMA-453</a>] - Cas Editor: FS View delete button does not work
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-454'>UIMA-454</a>] - Cas Editor : AnnotationEditor highlights annotations which do not belong to the current annotation mode
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-455'>UIMA-455</a>] - Unused import com.sun.org.apache.bcel.internal.generic.ISTORE in CasEditor causes build break with IBM JVM
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-457'>UIMA-457</a>] - Can't build CAS Editor from SVN checkout in Eclipse
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-482'>UIMA-482</a>] - Cas Editor: Show Annotations menu does not remember selction across editors
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-493'>UIMA-493</a>] - Cas Editor: Adding a typesystem throws NPE
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-505'>UIMA-505</a>] - Cas Editor: Hide unwanted org.eclipse.ui.ide extensions
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-512'>UIMA-512</a>] - Cas Editor: plugin.xml contains unused extensions which depend on eclipse 3.3
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-530'>UIMA-530</a>] - Cas Editor: The Annotation Editor throws sometimes exceptions if used as FS drag source
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-531'>UIMA-531</a>] - Cas Editor: Delete button of the FSView does not work correctly
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-532'>UIMA-532</a>] - Cas Editor: Select all action does not work in FSView
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-535'>UIMA-535</a>] - Cas Editor: After running an AE there is no call to collectionProcessComplete
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-537'>UIMA-537</a>] - Cas Editor: Imports do not work in descriptor files
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-542'>UIMA-542</a>] - Cas Editor cannot be exported via product export wizard
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-558'>UIMA-558</a>] - Cas Editor: Annotator Runner sets editor dirty but also writes the file to disc
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-561'>UIMA-561</a>] - Cas Editor: Junit Plugin tests cannot be run
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-593'>UIMA-593</a>] - Cas Editor: The show menu in the annotation editor can not hide annotations
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-658'>UIMA-658</a>] - Cas Editor: Change version to 2.2.1
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-713'>UIMA-713</a>] - Opening a document should show an error message if something goes wrong
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-714'>UIMA-714</a>] - F2 key short cut for renaming a resource does not work in the Corpus Explorer
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-715'>UIMA-715</a>] - F5 key short cut for refreshing does not work in Corpus Explorer
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-716'>UIMA-716</a>] - Deletion of processor folder does not removes the folder in the Corpus Explorer
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-864'>UIMA-864</a>] - update version from 2.2.2-incubating-SNAPSHOT to 2.2.2-incubating
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-885'>UIMA-885</a>] - fix license header issues
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1029'>UIMA-1029</a>] - udpate CasEditor build for release 2.2.2
</li>
</ul>
<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-460'>UIMA-460</a>] - Change CAS Editor Docs project to be a general sandbox docs project
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-470'>UIMA-470</a>] - CAS Editor: Cas Processor error reporting does not show a problem message
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-471'>UIMA-471</a>] - CAS Editor: Non xcas files are only viewable but not editable
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-481'>UIMA-481</a>] - Cas Editor: Error reporting for cas processor
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-485'>UIMA-485</a>] - Cas Editor: Add cas text color annotation drawing strategy
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-495'>UIMA-495</a>] - Cas Editor: FS View should show address of FS objects
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-497'>UIMA-497</a>] - Cas Editor: Add token annotation drawing strategy
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-501'>UIMA-501</a>] - Cas Editor: Finish the about dialog
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-502'>UIMA-502</a>] - Cas Editor: Add a splash screen
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-503'>UIMA-503</a>] - Cas Editor: Add support for XMI files
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-504'>UIMA-504</a>] - Cas Editor: Cas Processors should synchronize with editors
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-511'>UIMA-511</a>] - Cas Editor: Should show all annotaions by default
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-526'>UIMA-526</a>] - Cas Editor: Add a new Edit View for editing of FS
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-536'>UIMA-536</a>] - Build Cas Editor as rcp application with maven
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-538'>UIMA-538</a>] - Cas Editor: Add an icon for the merge action in the outline view
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-540'>UIMA-540</a>] - Cas Editor: Add launcher icons
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-541'>UIMA-541</a>] - Cas Editor: Add windows icons
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-559'>UIMA-559</a>] - Cas Editor: Add a facility to choose the type of a new annotation in the AnnotationEditor
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-562'>UIMA-562</a>] - Cas Editor: Add an import wizard for txt files
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-565'>UIMA-565</a>] - Cas Editor: Improve startup process
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-566'>UIMA-566</a>] - Cas Editor: Add a dialog to choose the workspace
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-571'>UIMA-571</a>] - Cas Editor: Add drawing layer support for annotation painting
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-584'>UIMA-584</a>] - Add eclipse project files to the Cas Editor project
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-587'>UIMA-587</a>] - Cas Editor: After a cas processor was run the cas processor folder should be refreshed
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-596'>UIMA-596</a>] - Cas Editor: Do not show DocumentAnnotation by default
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-609'>UIMA-609</a>] - Cas Editor: Add automated ui tests
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-678'>UIMA-678</a>] - Update notice file
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-793'>UIMA-793</a>] - CasEditor - updates to docbook doc
</li>
</ul>
<h2> New Feature
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-155'>UIMA-155</a>] - add cas editor (tae) project
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-515'>UIMA-515</a>] - enable CASEditor to work with resource specifiers as cas processors
</li>
</ul>
<h2> Task
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-357'>UIMA-357</a>] - Write documentation for the Cas Editor
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-573'>UIMA-573</a>] - Cas Editor: Update documentation
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-581'>UIMA-581</a>] - Cas Editor: Create a test plan
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-783'>UIMA-783</a>] - Update Cas Editor version to 2.2.2
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1093'>UIMA-1093</a>] - Update NOTICE, LICENSE files and About dialog
</li>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1094'>UIMA-1094</a>] - Remove junit dependency from binary distribution
</li>
</ul>
<h2> Wish
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/UIMA-448'>UIMA-448</a>] - Add a sample annotation project
</li>
</ul>
</body>
</html>