I’m limited this week, to generate the list with the spacy vocabulary column need to use my fork of dabinat’s tool : https://github.com/carlfm01/cvtools/tree/spacy
To use it for other languages, need to install the target language (please use the md versions): https://spacy.io/usage/models
Then need to change the spacy model that we want to use : https://github.com/carlfm01/cvtools/blob/9533a318cd63cd7967fa18dab8ac215fdc9c7da9/word_usage.py#L104
Finally the generated file contains three columns : word frequency outOfSpacyVocab, reading and filtering from this file is up to you at the moment.