I have a big list of sentences, some of them are similar to each other but a bit different. something like:
[word1] [word2] [word3]
[word1] [word3]
[word1] [word2] [word3] [word4]
I would like to delete "duplicates" and get only one sentence. Just asking if it is possible in java?