Hi there,
David very thank you, I constructed my word co-occurrence matrix with you help. My thought was to transfer this matrix to another environment(R) and make SVD on it. But I got some problems.
So I think that maybe I can do LSA operation with S-space package too. I know that LSA normally works on word-document matrises but I want to use it on a word co-occurrence matrix.
As i said, I have a huge word co-occurrence matrix(approximately 50000x50000) and I want to do SVD operation on it. After this operation I will take cosine differences of words. I have an English synonmy test(TOEFL).I hope that after these operations I will get a good score on this test.
David are these operations possible in s-space package? If yes, how can I do them?
Thanks...