You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Joern Kottmann (JIRA)" <ji...@apache.org> on 2017/01/03 10:41:58 UTC

[jira] [Closed] (OPENNLP-102) Create reusable sequence detection classes

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

Joern Kottmann closed OPENNLP-102.
----------------------------------
    Resolution: Won't Fix

This should be the case now.

> Create reusable sequence detection classes
> ------------------------------------------
>
>                 Key: OPENNLP-102
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-102
>             Project: OpenNLP
>          Issue Type: Improvement
>            Reporter: Joern Kottmann
>            Priority: Minor
>
> There is a common pattern that in many places a piece of code needs to detect a BIO sequences and create spans out of these. It turned out that writing this code is error prone and testing it with unit tests is complex.
> We should create reusable classes which can perform the sequence detection and can be used in all the places where it is required.
> Having common code also makes difficult to do performance optimizations possible, like mapping via perfect hashing instead of string parsing or regular expressions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)