Another consideration: contractions like "don't" or "they're" should probably be split into their components. But the user didn't mention contractions, so maybe leave them. Words like "don't" could be do not but not sure if that's correct. Maybe better to avoid contractions or handle them as part of the sentence.
First, I need to parse the input text and identify each word, excluding proper nouns like names of people, places, or specific brands. Proper nouns usually start with a capital letter and aren't common nouns or verbs. So, I'll have to check each word's context to determine that.
I should also note that the output should be concise, text-only, no markdown. So after processing each word, replace it with the three synonyms in the specified format.
Another consideration: contractions like "don't" or "they're" should probably be split into their components. But the user didn't mention contractions, so maybe leave them. Words like "don't" could be do not but not sure if that's correct. Maybe better to avoid contractions or handle them as part of the sentence.
First, I need to parse the input text and identify each word, excluding proper nouns like names of people, places, or specific brands. Proper nouns usually start with a capital letter and aren't common nouns or verbs. So, I'll have to check each word's context to determine that.
I should also note that the output should be concise, text-only, no markdown. So after processing each word, replace it with the three synonyms in the specified format.