Closed fnielsen closed 3 years ago
Describe the bug There is wrong encoding in the unimorph database
To Reproduce
from danlp.datasets import DaUnimorph unimorph = DaUnimorph() database = unimorph.load_with_pandas() >>> 'nytårsaften' in set(database.lemma) False
I would have expected True here.
True
Screenshots
Your Environment
Describe the bug There is wrong encoding in the unimorph database
To Reproduce
I would have expected
True
here.Screenshots
Your Environment