You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "ASF GitHub Bot (Jira)" <de...@uima.apache.org> on 2020/01/10 18:57:00 UTC

[jira] [Work logged] (UIMA-6160) Single int arg version of select.startAt()?

     [ https://issues.apache.org/jira/browse/UIMA-6160?focusedWorklogId=369990&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-369990 ]

ASF GitHub Bot logged work on UIMA-6160:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Jan/20 18:56
            Start Date: 10/Jan/20 18:56
    Worklog Time Spent: 10m 
      Work Description: mischor commented on pull request #25: [UIMA-6160] add startAt with one int, incl doc and test
URL: https://github.com/apache/uima-uimaj/pull/25
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 369990)
    Remaining Estimate: 0h
            Time Spent: 10m

> Single int arg version of select.startAt()?
> -------------------------------------------
>
>                 Key: UIMA-6160
>                 URL: https://issues.apache.org/jira/browse/UIMA-6160
>             Project: UIMA
>          Issue Type: Improvement
>          Components: UIMA
>    Affects Versions: 3.1.1SDK
>            Reporter: Richard Eckart de Castilho
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> If one wants to start looking for a particular annotation at a given character position, then I think it would be convenient to be able to say "select(Token.class).startAt(offset)", instead of having to say "select(Token.class).startAt(offset, offset)".
> What is not clear to me from reading the documentation is whether a Token which *ends* at offset would be returned or not. 
> Another special case which is not clear by the documentation is whether a Token which *starts and ends*  at offset would be returned.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)