Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Zeyer <zeyer@cs.rwth-aachen.de>
  • Loading branch information
Icemole and albertz authored Oct 27, 2023
1 parent db4e426 commit 73ff8e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lexicon/modification.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def run(self):
if len(lemma_dict[orth_key]) > 0 and lemma == lemma_dict[orth_key][0]:
continue
lemma_dict[orth_key].append(lemma)
print(lemma_dict)
merged_lex.lemmata = list(itertools.chain(*[lemma_dict[key] for key in sorted(lemma_dict.keys())]))
else:
for lex in lexica:
Expand Down

0 comments on commit 73ff8e6

Please sign in to comment.