spacy recognizing "simmer" as a PROPN (basically a noun).
I want to read recipes instructions and deconstruct the components, but sometimes spacy or chatGPT vary in recognizing certain words depending on context and word placement in the sentence. Is there any way I can identify correctly a word, like comparing to other database of spacy itself? I tried the en_core_web_lg and en_core_web_trf models. Thanks in advance