Closed Make42 closed 6 years ago
Even the example word from https://pypi.python.org/pypi/compound-word-splitter/0.4 does not work, returning an empty string:
import splitter splitter.split('Effektivitätsberechnung')
Ok, got it after reading the source:
splitter.split('Effektivitätsberechnung', language='de_GE')
Even the example word from https://pypi.python.org/pypi/compound-word-splitter/0.4 does not work, returning an empty string: