I'm trying to build a similarity matrix to get my small corpus in input n get the similarity matrix(n by n, where n is the number of the words in the corpus) based on wordnet similarity (which is perl based itself). it means that the script get the words of the corpus and compare the similarity by using the external scripts and then the result is stored in a matrix. any one can kindly help me?