14. August 2020
Balzano Informatik AG
A small change for a word, but
a big change for the lemmatizer
A small change for a word, but
a big change for the lemmatizer
When I first looked into the spaCy library, I saw that the lemmatizer is executed after the PoS-tagger and all the information from previous steps are provided to the next one. Now I know that "providing them" and "using them" is quite another cup of tea.
Link to the full blog post.