danielnaber / jwordsplitter

small Java library for splitting German compound words
Other
62 stars 11 forks source link

Check right part for an exception split #21

Closed Tobsucht closed 6 years ago

Tobsucht commented 6 years ago

This is done via split() for the left part above, but not for the right part. https://github.com/danielnaber/jwordsplitter/issues/19

danielnaber commented 6 years ago

Could you extend the test cases to show the effect of this change?

Tobsucht commented 6 years ago

Sure, updated