#!/usr/local/bin/perl -w # The starting script for the web-interface. use CGI; $q=new CGI; print "Content-type: text/html\n\n"; my $host = $ENV{'HTTP_HOST'}; print " SenseClusters

SenseClusters Web Interface

Cluster contexts and words based on contextual similarity ...

SenseClusters Native Methodology:

1. Target Word Clustering (eg: name or word sense discrimination)
2. Headless Clustering (eg: email clustering)
3. Word Clustering (eg: synonym finding)


Latent Semantic Analysis (LSA):

1. Target Word Clustering
2. Headless Clustering
3. Feature Clustering


"; print "

Help
";