Picon
Favicon

[jira] Created: (UIMA-1098) Add create annotation keyboard shortcuts for each annotation type.

Add create annotation keyboard shortcuts for each annotation type.
------------------------------------------------------------------

                 Key: UIMA-1098
                 URL: https://issues.apache.org/jira/browse/UIMA-1098
             Project: UIMA
          Issue Type: New Feature
          Components: Sandbox-CasEditor
            Reporter: Jörn Kottmann
            Assignee: Jörn Kottmann
            Priority: Minor

Add create annotation keyboard shortcuts for each annotation type. The keys should be chosen automatically.

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Picon
Favicon

[jira] Created: (UIMA-1099) The Cas Editor leaks memory with each opened file.

The Cas Editor leaks memory with each opened file.
--------------------------------------------------

                 Key: UIMA-1099
                 URL: https://issues.apache.org/jira/browse/UIMA-1099
             Project: UIMA
          Issue Type: Bug
          Components: Sandbox-CasEditor
            Reporter: Jörn Kottmann
            Assignee: Jörn Kottmann

For each file which was openend in the Cas Editor a certain amount of memory is leaking.

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Picon
Favicon

[jira] Created: (UIMA-1100) Token annotation rendering style does not work.

Token annotation rendering style does not work.
-----------------------------------------------

                 Key: UIMA-1100
                 URL: https://issues.apache.org/jira/browse/UIMA-1100
             Project: UIMA
          Issue Type: Bug
          Components: Sandbox-CasEditor
            Reporter: Jörn Kottmann
            Assignee: Jörn Kottmann
            Priority: Minor

The Token annotation rendering style does not work correctly.

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Picon
Favicon

[jira] Created: (UIMA-1101) Make our public KEYS available for auto-checkers run by Apache infrastructure

Make our public KEYS available for auto-checkers run by Apache infrastructure
-----------------------------------------------------------------------------

                 Key: UIMA-1101
                 URL: https://issues.apache.org/jira/browse/UIMA-1101
             Project: UIMA
          Issue Type: Task
          Components: Build, Packaging and Test
            Reporter: Marshall Schor
            Priority: Minor

The KEYS file is used by an automated process to verify proper signing of all artifacts put in Maven
repositories - see http://people.apache.org/~henkp/repo/faq.html. That FAQ says about the keys:

The checker looks for keys in the KEYS file in the maven repo and www.apache.org/dist/

    * If you key is missing, you should add your public pgp key to an appropriate KEYS file.

    * Also, make your public pgp key available in file .pgpkey in your home directory /home/your-username/
      on people.apache.org ; make sure the checker can read it : chmod +r .pgpkey
    * Look at /home/henkp/.pgpkey for an example.
    * Never, never store your private pgp key on people.apache.org 

The KEYS files seems (on inspection) rarely put into the Maven repository - so I think we should skip that
part.  The file that most likely really needs updating is the one or www.apache.org/dist - it's missing the
recent upates that were done in our SVN keys file.

--

-- 
This message is automatically generated by JIRA.
-
(Continue reading)

Michael Baessler | 1 Jul 16:00
Picon

Re: [VOTE][RESULT] Release UIMA 2.2.2-fp1-incubating release candidate 02

The vote runs for more than 72 hours and we have enough +1 votes to pass.

Vote result:
 +1  Marshall Schor
 +1  Adam Lally
 +1  Edward Epstein
 +1  Joern Kottmann
 +1  Thilo Goetz
 +1  Michael Baessler

 No 0 or -1 votes received.

The vote passes.

I will ask on Incubator for review and approval.

-- Michael

Michael Baessler wrote:
> I have successfully verified/tested the memory fixes for release uima-2.2.2-fp1-incubating.
> 
> The release artifacts are available on
> 	
> 	people.a.o/~mbaessler/uima-2.2.2-fp1/02
> 
> 
> For the fixpack we ship the uima-core.jar and a readme packaged as zip (uima-2.2.2-fp1-incubating.zip).
> 
> Please cast your vote:
> 
(Continue reading)

Tong Fin (JIRA | 1 Jul 23:56
Picon
Favicon

[jira] Created: (UIMA-1102) CAS Viewer submission

CAS Viewer submission
---------------------

                 Key: UIMA-1102
                 URL: https://issues.apache.org/jira/browse/UIMA-1102
             Project: UIMA
          Issue Type: New Feature
          Components: Tools
            Reporter: Tong Fin
            Priority: Minor

The CAS Viewer is a tool for exploring the contents of the CAS that contains types, feature structures,
feature values, and indices created when analysis engines are run over some input text documents. It
unlocks and visualizes the CAS content by providing the following information: 
 - Annotations with associated types  
 - Indices that reside in the index repository  
 -Annotated text document

UIMA developers can take benefits of the visualization and navigation capabilities inside the CAS
content to debug and accelerate the development of their UIMA components.

The CAS Viewer runs as an Eclipse's plug-in and provides a GUI for visualizing serialized CAS saved as XMI
(XML Metadata Interchange) format. It also provides APIs for other tools to customize and extend its
functionality and its user interface.

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

(Continue reading)

Tong Fin (JIRA | 1 Jul 23:58
Picon
Favicon

[jira] Updated: (UIMA-1102) CAS Viewer submission


     [
https://issues.apache.org/jira/browse/UIMA-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tong Fin updated UIMA-1102:
---------------------------

    Attachment: CAS Viewer User Guide-07-01-2008.doc
                uima-casviewer-07-01-2008.zip.md5
                uima-casviewer-07-01-2008.zip

> CAS Viewer submission
> ---------------------
>
>                 Key: UIMA-1102
>                 URL: https://issues.apache.org/jira/browse/UIMA-1102
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Tong Fin
>            Priority: Minor
>         Attachments: CAS Viewer User Guide-07-01-2008.doc, uima-casviewer-07-01-2008.zip, uima-casviewer-07-01-2008.zip.md5
>
>
> The CAS Viewer is a tool for exploring the contents of the CAS that contains types, feature structures,
feature values, and indices created when analysis engines are run over some input text documents. It
unlocks and visualizes the CAS content by providing the following information: 
>  - Annotations with associated types  
>  - Indices that reside in the index repository  
>  -Annotated text document
(Continue reading)

Tong Fin (JIRA | 2 Jul 00:00
Picon
Favicon

[jira] Updated: (UIMA-1102) CAS Viewer submission


     [
https://issues.apache.org/jira/browse/UIMA-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tong Fin updated UIMA-1102:
---------------------------

    Attachment: CAS Viewer Functionality Comparison.doc

> CAS Viewer submission
> ---------------------
>
>                 Key: UIMA-1102
>                 URL: https://issues.apache.org/jira/browse/UIMA-1102
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Tong Fin
>            Priority: Minor
>         Attachments: CAS Viewer Functionality Comparison.doc, CAS Viewer User Guide-07-01-2008.doc,
uima-casviewer-07-01-2008.zip, uima-casviewer-07-01-2008.zip.md5
>
>
> The CAS Viewer is a tool for exploring the contents of the CAS that contains types, feature structures,
feature values, and indices created when analysis engines are run over some input text documents. It
unlocks and visualizes the CAS content by providing the following information: 
>  - Annotations with associated types  
>  - Indices that reside in the index repository  
>  -Annotated text document
> UIMA developers can take benefits of the visualization and navigation capabilities inside the CAS
(Continue reading)

Picon
Favicon

[jira] Commented: (UIMA-1102) CAS Viewer submission


    [
https://issues.apache.org/jira/browse/UIMA-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609929#action_12609929
] 

Marshall Schor commented on UIMA-1102:
--------------------------------------

Software grant received at Apache - see http://markmail.org/message/7sh4rp436c7lzzci

> CAS Viewer submission
> ---------------------
>
>                 Key: UIMA-1102
>                 URL: https://issues.apache.org/jira/browse/UIMA-1102
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Tong Fin
>            Priority: Minor
>         Attachments: CAS Viewer Functionality Comparison.doc, CAS Viewer User Guide-07-01-2008.doc,
uima-casviewer-07-01-2008.zip, uima-casviewer-07-01-2008.zip.md5
>
>
> The CAS Viewer is a tool for exploring the contents of the CAS that contains types, feature structures,
feature values, and indices created when analysis engines are run over some input text documents. It
unlocks and visualizes the CAS content by providing the following information: 
>  - Annotations with associated types  
>  - Indices that reside in the index repository  
>  -Annotated text document
(Continue reading)

Picon
Favicon

[jira] Assigned: (UIMA-1102) CAS Viewer submission


     [
https://issues.apache.org/jira/browse/UIMA-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor reassigned UIMA-1102:
------------------------------------

    Assignee: Marshall Schor

> CAS Viewer submission
> ---------------------
>
>                 Key: UIMA-1102
>                 URL: https://issues.apache.org/jira/browse/UIMA-1102
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Tong Fin
>            Assignee: Marshall Schor
>            Priority: Minor
>         Attachments: CAS Viewer Functionality Comparison.doc, CAS Viewer User Guide-07-01-2008.doc,
uima-casviewer-07-01-2008.zip, uima-casviewer-07-01-2008.zip.md5
>
>
> The CAS Viewer is a tool for exploring the contents of the CAS that contains types, feature structures,
feature values, and indices created when analysis engines are run over some input text documents. It
unlocks and visualizes the CAS content by providing the following information: 
>  - Annotations with associated types  
>  - Indices that reside in the index repository  
>  -Annotated text document
(Continue reading)


Gmane