Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Conjugation of verbs with the ß in pattern.text.de appears to be broken

Open
#318 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
48/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
python
Domain
backend

Research direction

Start by reproducing the examples through pattern.text.de.conjugate, comparing verbs containing ß with their ss equivalents. Trace the German conjugation path responsible for the extra vowel. Done means heißen and beißen produce the expected conjugations while the existing ss behavior remains correct.

Written by the indexing model from the issue text.

Description

Attempting to conjugate verbs which contain the "ß" character results in a misspelling. Conjugating the same verb with "ss" in place of "ß" results in the correct spelling.

For example, "heißen" renders to "heeißen".

from pattern.text.de import conjugate

conjugate('heißt')
Out[3]: 'heeißen'

conjugate('heißen')
Out[4]: 'heeißen'

conjugate('heissen')
Out[5]: 'heissen'

conjugate('beißen')
Out[6]: 'beeißen'

conjugate('beissen')
Out[7]: 'beissen'
Dominant language
Python
Stars
8.9k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from clips/pattern

All issues in clips/pattern

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.