nlp - Clustering Words -
i have list of words. looking way cluster these words semantically. can tell me library or tool accomplishes this? have been searching on net lot nothing suits requirements. of words technical , won't found in dictionary. want perform ontological clustering on list of words.
do have collection have context work with?
if ha given collection can use can compute number of documents each pair of terms appear and, based on calculate semantic similarity between them [jaccard] (http://en.wikipedia.org/wiki/jaccard_index) or [dice] (http://en.wikipedia.org/wiki/dice%27s_coefficient).