I'm trying to build synonyms database and getting stuck at this step.
For example:
I have CSV values - Ant,Cat,Dog. And I do need to generate possible sequences from that CVS row.
Ant,Cat,Dog
Cat,Ant,Dog
Dog,Ant,Cat
Would it be possible to achieve such results by using Notepad++ or Excel?