Michael Baessler | 1 Sep 12:48
Picon

Re: UIMA wiki update

Michael Baessler wrote:
> Hi,
>
> I would like to suggest the following wiki updates:
>
> - I think we can remove the Roadmap page
> - Adding a Apache UIMA requirements page where users can add their 
> requirements for the next releases.
>
>
> After that I think we have three wiki pages where users can share 
> their opinions about UIMA and what they would like to see:
>    - UIMA requirements
>    - Sandbox (for components and tooling)
>    - UIMA applications (for UIMA application development)
>
> When creating this pages, I think we should announce this again on the 
> users list to encourage users to add content. :-)
>
> -- Michael
I created to UIMA requirements wiki page....

-- Michael

Picon
Favicon

[jira] Created: (UIMA-556) Cas Editor: Add drag n drop to the corpus explorer view

Cas Editor: Add drag n drop to the corpus explorer view
-------------------------------------------------------

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

--

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

Picon
Favicon

[jira] Updated: (UIMA-526) Cas Editor: Add a new Edit View for editing of FS


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

Jörn Kottmann updated UIMA-526:
-------------------------------

    Attachment: UIMA-526-2.patch

Please apply the patch.

> Cas Editor: Add a new Edit View for editing of FS
> -------------------------------------------------
>
>                 Key: UIMA-526
>                 URL: https://issues.apache.org/jira/browse/UIMA-526
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Sandbox
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>         Attachments: pin.png, UIMA-526-2.patch, UIMA-526.patch
>
>

--

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

(Continue reading)

Thilo Goetz (JIRA | 3 Sep 11:27
Picon
Favicon

[jira] Commented: (UIMA-526) Cas Editor: Add a new Edit View for editing of FS


    [
https://issues.apache.org/jira/browse/UIMA-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524484
] 

Thilo Goetz commented on UIMA-526:
----------------------------------

Done.

> Cas Editor: Add a new Edit View for editing of FS
> -------------------------------------------------
>
>                 Key: UIMA-526
>                 URL: https://issues.apache.org/jira/browse/UIMA-526
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Sandbox
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>         Attachments: pin.png, UIMA-526-2.patch, UIMA-526.patch
>
>

--

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

(Continue reading)

Picon
Favicon

[jira] Created: (UIMA-557) Cas Editor: Annotator Runner should show log output of the AE

Cas Editor: Annotator Runner should show log output of the AE
-------------------------------------------------------------

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

--

-- 
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-558) Cas Editor: Annotator Runner sets editor dirty but also writes the file to disc

Cas Editor: Annotator Runner sets editor dirty but also writes the file to disc
-------------------------------------------------------------------------------

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

The Annotator Runner should only set the editor dirty but not write the file to disc. 

--

-- 
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-559) Cas Editor: Add a facility to choose the type of a new annotation in the AnnotationEditor

Cas Editor: Add a facility to choose the type of a new annotation in the AnnotationEditor
-----------------------------------------------------------------------------------------

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

--

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

Jörn Kottmann | 4 Sep 11:08
Picon

Size of an array

Hello,

how can I get the size of an array type ?

I have a fs where fs.getType().isArray() == true.
Now I woud like to know the size of the array.

Thanks,
Jörn
Picon
Favicon

[jira] Updated: (UIMA-526) Cas Editor: Add a new Edit View for editing of FS


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

Jörn Kottmann updated UIMA-526:
-------------------------------

    Attachment: UIMA-526-3.patch

> Cas Editor: Add a new Edit View for editing of FS
> -------------------------------------------------
>
>                 Key: UIMA-526
>                 URL: https://issues.apache.org/jira/browse/UIMA-526
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Sandbox
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>         Attachments: pin.png, UIMA-526-2.patch, UIMA-526-3.patch, UIMA-526.patch
>
>

--

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

Thilo Goetz | 4 Sep 13:19
Picon
Picon

Re: Size of an array

Jörn Kottmann wrote:
> Hello,
> 
> how can I get the size of an array type ?
> 
> I have a fs where fs.getType().isArray() == true.
> Now I woud like to know the size of the array.
> 
> Thanks,
> Jörn

Good question.  Looks like there is no elegant way
of doing this.  There's an interface called CommonArrayFS
that defines the size() method, but ArrayFS doesn't
extend it.  So here's what you can do, but don't
tell anyone ;-)

  public static final int getArrayLength(FeatureStructure fs) {
    // Check that FS is not null and is array FS
    if ((fs != null) && fs.getType().isArray()) {
      // Acquire low-level CAS
      LowLevelCAS llc = fs.getCAS().getLowLevelCAS();
      // Use low-level method to retrieve array size
      return llc.ll_getArraySize(llc.ll_getFSRef(fs));
    }
    throw new IllegalArgumentException((fs == null) ? "<null>" : fs.toString());
  }

Note that I haven't tested this code, so it
may be buggy...
(Continue reading)


Gmane