Run the validation rule against the words and multiword of my choice only

I have a list of words/multiword. And want the suggestion from that only. I do want the suggestions out side of the words I provide. How I can implement that?

Could you provide an example?

For example, I have a this incorrect word “yellowe” for which today I am getting bellow suggestions “yellow, yellows, yellowed, yellower, yellowy, yell owe”.

I am providing a dictionary of my own words and which has word yellow only. I do not need any other suggestion than yellow. How can I achieve this using this tool?

This is not a feature LT offers, you’ll need to do some programming for that: access the API and filter the results according to your list.