danielnaber / jwordsplitter

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

Always check whether the word to split is an exception #18

Closed Tobsucht closed 6 years ago

Tobsucht commented 6 years ago

Whenever we split a word, we should first check whether it is a defined split exception. I've corrected two test for which exceptions existed in exceptionsGerman.txt.

danielnaber commented 6 years ago

Thanks, I've merged your PR.