[
https://issues.apache.org/jira/browse/BEAM-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15986861#comment-15986861
]
ASF GitHub Bot commented on BEAM-2094:
--------------------------------------
GitHub user bpgergo opened a pull request:
https://github.com/apache/beam/pull/2740
[BEAM-2094] WordCount examples produce garbage for non-English input text
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [ ] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
Travis-CI on your fork and ensure the whole test matrix passes).
- [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [ ] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.pdf).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bpgergo/beam BEAM-2094
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/2740.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 #2740
----
commit c98eb742c6f6a1b8c147494d77073b21cd854755
Author: Peter Gergo Barna <[email protected]>
Date: 2017-04-27T12:37:26Z
[BEAM-2094] WordCount examples produce garbage for non-English input text
commit acbc8ae6dcb2ab88573c97d9a494335c78c2581b
Author: Peter Gergo Barna <[email protected]>
Date: 2017-04-27T15:52:00Z
[BEAM-2094] WordCount examples produce garbage for non-English input text
----
> WordCount examples produce garbage for non-English input text
> -------------------------------------------------------------
>
> Key: BEAM-2094
> URL: https://issues.apache.org/jira/browse/BEAM-2094
> Project: Beam
> Issue Type: Bug
> Components: examples-java
> Reporter: Péter Gergő Barna
> Assignee: Péter Gergő Barna
> Priority: Trivial
> Fix For: First stable release
>
>
> WordCount examples produce garbage for non-English input text.
> The reason for this is the split pattern used throughout the wordcount
> examples:
> word.split("[^a-zA-Z']+")
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)