Hi there!
I would like to create a database over synonyms, by splitting up a special article-syntax I have.
Example of how my article syntax is:
{main word|synonym1|synonym2|synonym3} {main word2|synonym1|synomym2|synonym3|synonym4}
... and so on.
I want to put "main words" in to the DB as the main words, and then attach the related synonyms to that word,
Can anyone give me a direction on how to accomplish this?