German verbs are among the most challenging elements for learners because they encode tense, mood, voice, aspect, and a rich system of separable prefixes. Traditional teaching approaches group verbs by morphological criteria (regular vs. irregular, weak vs. strong) or by semantic fields (motion, perception, state). While useful, these categories often ignore the subtle relationships that arise from how verbs are used in real text.
Latent Semantic Clustering (LSC) combines two ideas: latent semantic analysis (LSA) a statistical technique that discovers hidden dimensions in word cooccurrence and clustering an algorithm that groups items based on similarity in that latent space. Applying LSC to a large corpus of German yields clusters that reflect the way native speakers actually associate verbs, revealing patterns that are difficult to capture with handcrafted taxonomies.
For a robust model we used a balanced mixture of contemporary sources:
The total size is roughly 350million tokens, providing a rich distribution of verb usages across registers.
spaCy (German model).gehen).Singular value decomposition (SVD) was performed on the matrix. The top 300 singular values were retained, balancing noise reduction and semantic richness. This step maps each verb to a 300dimensional vector that approximates its latent meaning.
We applied kmeans with the elbow method suggesting k = 25 as a suitable number of clusters. To ensure stability, the algorithm was run 50 times with different seeds and the solution with the lowest withincluster sum of squares was kept.
Verbs such as gehen, laufen, fahren, reisen, wandern and the separable abfahren cluster together. The underlying dimension captures directional or locational change, often cooccurring with prepositions (nach, zu) and adverbs of distance (weit, nah).
Includes sehen, hren, fhlen, merken, denken, wissen. These verbs appear frequently with mentalstate nouns (Wahrnehmung, Gedanke) and with modal particles that express certainty (doch, eben).
Cluster: sagen, erzhlen, mitteilen, fragen, antworten, schreiben, posten. The semantic field is dominated by discourse markers (dass, ob) and indirect speech constructions.
Verbs: sein, bleiben, liegen, existieren, gehren. These tend to cooccur with adjectives describing properties (gr, alt) and with possessive determiners.
Includes werden, verndern, entwickeln, verbessern, verschlechtern. The cluster reflects processes that move an entity from one state to another, often linked with temporal adverbs (schon, bald).
Group: knnen, mssen, wollen, sollen, drfen, mgen. Although these verbs have few lexical meanings themselves, they share a strong syntactic pattern: a following infinitive without zu.
Verbs like aufstehen, einsteigen, ausgehen, weitergehen form a subcluster within motion, emphasizing the role of the prefix in specifying direction or completion.
Examples: sich erinnern, sich setzen, sich freuen, sich kmmern. The reflexive particle sich creates a distinct distribution because it frequently appears with prepositional phrases indicating personal benefit or internal states.
Verbs: schn (as verb schnen), gefllig, leiden, genieen. These are tightly linked with adjectives and adverbials of quality.
Some verbs, because of idiomatic usage, occupy their own tiny clusters (e.g., zaubern, flattern). They still provide useful hints for learners about the contexts where these words appear.
Latent semantic clusters can be turned into teaching resources in several ways:
gehen with nach Hause, fahren with mit dem Zug, etc.laufen often describes footbased movement, while fahren implies a vehicle.Because the clusters are datadriven, they automatically adapt to contemporary usage, covering recent colloquialisms that static schoolbooks may miss.
Corpus bias. News texts favour formal language, while forums introduce slang. The chosen mix mitigates extreme bias but does not eliminate it; users should be aware of register differences.
Polysemy. Verbs like laufen have multiple senses (run, flow). LSC captures the dominant sense in the corpus; rare senses may be lost unless a sensedisambiguated corpus is built.
Parameter choice. Changing the number of dimensions or clusters can split or merge groups. Researchers are encouraged to experiment with hierarchical clustering to reveal substructures.
Latent semantic clustering offers a statistically grounded view of how German verbs relate to one another in authentic language. The resulting groups align well with intuitive semantic fields while also exposing subtle patterns such as the influence of separable prefixes, reflexivity, and modality. For educators and learners, these clusters provide a practical scaffold for building richer vocabularies, designing meaningful exercises, and keeping pace with the evolving usage of German.
By bridging corpus linguistics and pedagogy, LSC helps turn the complexity of German verb semantics into an accessible, datadriven resource.
