- I have ten txt files and generated a corpus of these files.
- After creating my corpus i need to generate vector space model.
- For VSM i preprocessed the corpus to remove stop words, number, punctuation etc...
- Now i need to read the corpus and generate the synonyms against each keyword/Character/Word present in the corpus.
- I am unable to use wordnet to get synonyms against each file present in my text corpus.
I want to generate synonyms of each word and append those keywords in the same file..