You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (Updated JIRA)" <de...@uima.apache.org> on 2011/10/04 13:34:34 UTC

[jira] [Updated] (UIMA-2234) Dynamic anchoring of rule elements

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

Peter Klügl updated UIMA-2234:
------------------------------

    Attachment: UIMA-2234.patch

The patch should have worked, but something got messed up. I attached a new version of the patch, but there are still two issues:

- some stupid class that was deleted some time ago is still in the patch (DummyFSIterator or something).

- eclipse can't patch the manifest of the engine project, resulting in the missing junit dependency and compile errors.

Do you have other issues with the (new) patch? Can you try to apply the new patch?  ...and maybe add the line in the manifest of the engine:

Require-Bundle: 
 org.apache.uima.runtime;bundle-version="2.3.1",
 org.junit4;bundle-version="4.8.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

                
> Dynamic anchoring of rule elements
> ----------------------------------
>
>                 Key: UIMA-2234
>                 URL: https://issues.apache.org/jira/browse/UIMA-2234
>             Project: UIMA
>          Issue Type: New Feature
>          Components: TextMarker
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>         Attachments: UIMA-2234.patch, UIMA-2234.patch
>
>
> The rule elements currently match only in one direction: from left to right. For performance reasons the start position of the rule matching should be calculated by some heuristics. An example: Given a document with thousands of words and with only 10 punctuation marks, and a rule "word followed by a punctuation mark". That rule should not start by looking at all words of the document, but at the punctuation marks. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira