centre-for-humanities-computing / odyCy

A general-purpose NLP pipeline for Ancient Greek
https://centre-for-humanities-computing.github.io/odyCy/
MIT License
18 stars 2 forks source link

frequency_lemmatizer -> backoff_lookup extra fields not permitted #17

Closed jankounchained closed 1 year ago

jankounchained commented 1 year ago

spacy project run train_sm raises:

Error validating initialization settings in
[initialize.components]
frequency_lemmatizer -> backoff_lookup  extra fields not permitted
{'backoff_lookup': {'ἀ': 'ἀ', 'ἆ': 'ἆ', 'ἁ': 'ὁ', 'ἅ': 'ὅς', 'ἃ': 'ὅς' ...

(then the whole lookup table is printed in the terminal)

jankounchained commented 1 year ago

this happened due to merge conflicts in 620188168112b4c3654ef9812fd010ae62bea327 avoided now