danielnaber / jwordsplitter

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

[de] Missing decomposition for hyphenated compounds #17

Open f-knorr opened 6 years ago

f-knorr commented 6 years ago

GermanWordSplitter does not split words such as FPÖ-Chefverhandler. I think, that -- at least in German -- any word with mid-word hyphens could be decomposed in parts separated by hyphens

f-knorr commented 6 years ago

After this issue has been solved the work-around in LanguageTool introduced by commit 8a514eb could be reverted.