-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Came across a few words where the lemmas are apparently one of two options. This is a little inconvenient in terms of learning how to lemmatize German. Is there a way to unify these? For example, the ge- form of verbs is usually lemmatized without the ge, but for some of these examples it's allowing forms with or without ge to be the lemma.
# sent_id = train-s3771
# text = PDP - 11 - Rechner waren als Weiterentwicklung der PDP - 8 für die gleichen Einsatzzwecke gedacht und später in Gehäusen verfügbar, die nicht größer waren als die moderner PCs.
17 gedacht denken|gedenken VERB VVPP VerbForm=Part 0 root _ _
# sent_id = train-s484
# text = Mir hat es bei Ihnen sehr gefallen.
7 gefallen fallen|gefallen VERB VVPP VerbForm=Part 0 root _ SpaceAfter=No
# sent_id = train-s495
# text = Das Dart - Spielen ist gesellig, das Bier schmeckt, man kommt mit den Gästen schnell ins Gespräch.
4 Spielen Spiel|Spielen NOUN NN Case=Nom|Gender=Neut|Number=Sing 2 compound _ _
# sent_id = train-s497
# text = Vom Wirt über Speisen und Preise.
5 Speisen Speise|Speisen NOUN NN Case=Acc|Gender=Fem|Number=Plur 3 conj _ _
# sent_id = train-s559
# text = Die Montage war tiptop und termingerecht.
2 Montage Montag|Montage NOUN NN Case=Nom|Gender=Fem|Number=Sing 4 nsubj _ _
... there are others aside from these
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels