[jira] Closed: (UIMA-564) Cas Editor: Add a Find and Annotate dialog to the AnnotationEditor

2009-05-19 Thread JIRA

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

Jörn Kottmann closed UIMA-564.
--

   Resolution: Fixed
Fix Version/s: 2.3CE

 Cas Editor: Add a Find and Annotate dialog to the AnnotationEditor
 

 Key: UIMA-564
 URL: https://issues.apache.org/jira/browse/UIMA-564
 Project: UIMA
  Issue Type: Improvement
  Components: Sandbox-CasEditor
Reporter: Jörn Kottmann
Assignee: Jörn Kottmann
Priority: Minor
 Fix For: 2.3CE




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



[jira] Updated: (UIMA-1184) filling in a type feature of type FSArray seems broken

2009-05-19 Thread JIRA

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

Jörn Kottmann updated UIMA-1184:


Fix Version/s: (was: 2.3AS)
   2.3CE

 filling in a type feature of type FSArray seems broken
 --

 Key: UIMA-1184
 URL: https://issues.apache.org/jira/browse/UIMA-1184
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-CasEditor
Affects Versions: 2.2.2CE
Reporter: Philip Ogren
Assignee: Jörn Kottmann
 Fix For: 2.3CE


 I can't seem to add values to type features of type FSArray.  When I click 
 the + icon in the Edit View I get a dialog that asks me to enter the size of 
 the array.  I enter e.g. 2 and the dialog goes away but nothing happens 
 except that entries are added to the Error Log.  The message says Unhandled 
 event loop exception and the trace is included below.
 Knowtator provides three different ways to fill in one annotation as a 
 feature value of another.  1)  select an annotation that has the feature to 
 be filled in and then click on the annotation that will be the feature value. 
  A context menu will appear that provides an option to fill in the feature of 
 the selected annotation with the annotation just clicked on.  2) Clicking on 
 a + icon by the feature of the selected annotation brings up a dialog 
 containing the annotations that can be used to satisfy the feature as 
 consistent with the type system.  3) selecting a span of text and then 
 clicking on a create icon by the feature of the selected annotation will 
 create an annotation appropriate for the feature and fill it in with the 
 newly created feature.  
 org.apache.uima.caseditor.core.TaeError: Unkown array type!
 at 
 org.apache.uima.caseditor.editor.editview.EditViewPage$CreateFeatureStructrueValue.createFS(Unknown
  Source)
 at 
 org.apache.uima.caseditor.editor.editview.EditViewPage$CreateFeatureStructrueValue.run(Unknown
  Source)
 at 
 org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
 at 
 org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
 at 
 org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
 at 
 org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:443)
 at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
 at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
 at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
 at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
 at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
 at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
 at 
 org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
 at org.apache.uima.caseditor.Application.start(Unknown Source)
 at 
 org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
 at 
 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
 at 
 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
 at 
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
 at 
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)

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



[jira] Closed: (UIMA-1185) Idea for Outline view

2009-05-19 Thread JIRA

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

Jörn Kottmann closed UIMA-1185.
---

   Resolution: Fixed
Fix Version/s: 2.3CE
 Assignee: Jörn Kottmann

The outline view is now improved and is nearly like Philip Ogren described. 
Philip, please review the improved outline view and give further suggestions. 

 Idea for Outline view
 -

 Key: UIMA-1185
 URL: https://issues.apache.org/jira/browse/UIMA-1185
 Project: UIMA
  Issue Type: New Feature
  Components: Sandbox-CasEditor
Affects Versions: 2.2.2CE
Reporter: Philip Ogren
Assignee: Jörn Kottmann
 Fix For: 2.3CE


 My suggestion for the outline view would be to borrow from Knowtator.  In 
 Knowtator, the annotation schema is displayed as a tree structure displaying 
 the name of each type in a hierarchy.  Each node in the tree displays the 
 name of the type followed by a number corresponding to the number of 
 annotations in that document of that type.  When you click on a node in the 
 tree it provides you a context sensitive menu that gives you an option to 
 create a new annotation for the currently highlighted text (if any) followed 
 by options for selecting the annotations of that type (one menu item per 
 annotation).  

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



[jira] Closed: (UIMA-1345) Use generics in uimaj-core test code

2009-05-19 Thread JIRA

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

Jörn Kottmann closed UIMA-1345.
---

Resolution: Fixed

 Use generics in uimaj-core test code
 

 Key: UIMA-1345
 URL: https://issues.apache.org/jira/browse/UIMA-1345
 Project: UIMA
  Issue Type: Improvement
  Components: Core Java Framework
Reporter: Jörn Kottmann
Assignee: Jörn Kottmann
 Fix For: 2.3


 The uimaj-core test code should use generics to detect possible compatibility 
 errors with the generics UIMA interfaces.

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



[VOTE] Graduate the Cas Editor out of the sandbox

2009-05-19 Thread Jörn Kottmann

Please cast your vote to graduate the Cas Editor out of the sandbox
into uimaj.

 [ ] +1 Graduate the Cas Editor out of the sandbox into uimaj
 [ ] 0 don't care
 [ ] -1 Leave the Cas Editor in the sandbox

Jörn



Re: [VOTE] Graduate the Cas Editor out of the sandbox

2009-05-19 Thread Tong Fin
Great work!. It's time to take it out of the box and put it into the main
stream.

+1

-- Tong

On Tue, May 19, 2009 at 1:11 PM, Jörn Kottmann kottm...@gmail.com wrote:

 Please cast your vote to graduate the Cas Editor out of the sandbox
 into uimaj.

  [ ] +1 Graduate the Cas Editor out of the sandbox into uimaj
  [ ] 0 don't care
  [ ] -1 Leave the Cas Editor in the sandbox

 Jörn




[jira] Created: (UIMA-1349) Documentation does not mention that resource implementation should implement

2009-05-19 Thread Pablo Duboue (JIRA)
Documentation does not mention that resource implementation should implement 
-

 Key: UIMA-1349
 URL: https://issues.apache.org/jira/browse/UIMA-1349
 Project: UIMA
  Issue Type: Bug
  Components: Documentation
Affects Versions: 2.2.2
Reporter: Pablo Duboue
Priority: Minor


In page 37 of the 2.2.2 documentation (section 1.5.4.3) it should say that 
StringMapResource_impl should implement 
org.apache.uima.resource.SharedResourceObject.

(That's where the 'load' method comes from.)

This is trivial to fix but it really hampers the understanding of the section.

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



Re: [VOTE] Graduate the Cas Editor out of the sandbox

2009-05-19 Thread Marshall Schor
+1 Will be a nice addition. 
-Marshall

Jörn Kottmann wrote:
 Please cast your vote to graduate the Cas Editor out of the sandbox
 into uimaj.

  [ ] +1 Graduate the Cas Editor out of the sandbox into uimaj
  [ ] 0 don't care
  [ ] -1 Leave the Cas Editor in the sandbox

 Jörn