You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/09 23:22:41 UTC

[jira] [Commented] (OPENNLP-983) Allow length for Prefix and Suffix feature generators to be set

    [ https://issues.apache.org/jira/browse/OPENNLP-983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15860378#comment-15860378 ] 

ASF GitHub Bot commented on OPENNLP-983:
----------------------------------------

GitHub user jzonthemtn opened a pull request:

    https://github.com/apache/opennlp/pull/121

    OPENNLP-983: Allows length for Prefix and Suffix feature generators to be set

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jzonthemtn/opennlp OPENNLP-983

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/opennlp/pull/121.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #121
    
----
commit aeb4ec9b1ffff2c451aeb286b2448f7939adac22
Author: jzonthemtn <je...@mtnfog.com>
Date:   2017-02-09T21:31:00Z

    OPENNLP-983: Makes prefix and suffix length customizable and prevents duplicate features when the length is larger than the token size.

commit 4dda5480f37f945e4b69877a92876e74f0c1c012
Author: jzonthemtn <je...@mtnfog.com>
Date:   2017-02-09T21:54:03Z

    OPENNLP-983: Fixes checkstyle problems.

----


> Allow length for Prefix and Suffix feature generators to be set
> ---------------------------------------------------------------
>
>                 Key: OPENNLP-983
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-983
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Name Finder
>            Reporter: Jeff Zemerick
>            Priority: Minor
>              Labels: feature-generators
>
> Allow the length for PrefixFeatureGenerator and the SuffixFeatureGenerator to be configurable. Additionally, prevent these generators from creating duplicate features when the length is larger than the token's size.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)