german_compound_splitter icon indicating copy to clipboard operation
german_compound_splitter copied to clipboard

Compound splitter for German language ("Komposita-Zerlegung") based on large dictionary combined with highly efficient multi-pattern string search

Results 1 german_compound_splitter issues
Sort by recently updated
recently updated
newest added

Unfortunately, the issue with "index out of ranged" is not fixed: ``` if only_nouns: 247 # workaround to prevent unwanted behaviour (only nouns are eligible) --> 248 results[0] = results[0][0].upper()...