If I turn lemmatizer on then plurals all work e.g
Office=Offices
Dog=Dogs
However if I make a wordform unrelated to plural like
100 > Hundred
Then Hundred will not match Hundreds (I realize not a perfect example so don't take it literally).
So the question is is there any other type of wordform or process that will allow you to first apply stemming and then wordform? So in this case it would stem Hundred to Hundreds so that 100 would match both Hundred and Hundreds?