Comparing wordnet similarity measures to see which is most relevant/useful to my corpus - came across this error message when trying to compute lch -
"Computing the lch similarity requires Synset('home'.n.01) and Synset('chronological.a.01') to have the same part of speech."
Do I have to normalize all words in my list to be the same POS before attempting lch?
For reference, I was able to compute wup_similarity successfully without any POS normalization. The list of words I am trying to calculate similarity have all been lemmatized using WordNetLemmatizer.