[
https://issues.apache.org/jira/browse/OPENNLP-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15843969#comment-15843969
]
ASF GitHub Bot commented on OPENNLP-957:
----------------------------------------
GitHub user wcolen opened a pull request:
https://github.com/apache/opennlp/pull/99
OPENNLP-957: [WIP] Adds a normalizer aggregate feature generator.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wcolen/opennlp 957
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/opennlp/pull/99.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 #99
----
commit a534d0b6a2d936ac66258044f5dbc6b1bd8722fe
Author: William D C M SILVA <[email protected]>
Date: 2017-01-28T07:45:42Z
OPENNLP-957: [WIP] Adds a normalizer aggregate feature generator.
----
> Create a normalizer feature generator
> -------------------------------------
>
> Key: OPENNLP-957
> URL: https://issues.apache.org/jira/browse/OPENNLP-957
> Project: OpenNLP
> Issue Type: Improvement
> Reporter: William Colen
> Fix For: 1.7.2
>
>
> Create an aggregate feature generator that can modify the the tokens. For
> example:
> - Numbers: 9838749 -> 9999999
> - Interjection: hellllloooooo -> hello
> - URL: http://apache.opennlp.org -> $URL$
> - Email: [email protected] -> $EMAIL$
> ...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)