The document describes a hybrid computational intelligence method for clustering sense-tagged Nepali documents. The method uses a combination of self-organizing map (SOM), particle swarm optimization (PSO), and k-means clustering. Documents are first represented as vectors using senses from WordNet rather than bag-of-words to address polysemy and synonymy issues. A hybrid SOM+PSO+k-means algorithm is then applied, where SOM is used to generate prototype vectors, PSO finds initial centroids, and k-means performs the final clustering of the prototypes into groups. The method is tested on sense-tagged Nepali text documents.