Text-SenseClusters
view release on metacpan or search on metacpan
"perl Makefile.PL PREFIX=/space/kulka020/Text-SenseClusters-1.00
LIB=/space/kulka020/MyPerlLib"
#######################################################################
# insert the following into ~/.cshrc and modify HOMEDIR and LIBHOME
#######################################################################
# local directory where we are installing everything
setenv HOMEDIR /space/kulka020
# library name extension used by Perl on our system
setenv LIBDIR /space/kulka020/MyPerlLib
# UMD developed code, we need to set their /bin directories in the PATH
setenv SENSECLUSTERS $HOMEDIR/Text-SenseClusters-1.00
setenv NSP $HOMEDIR/Text-NSP-1.09
# externally developed C code, directories contain executable code so must
# be included in PATH
setenv SVDPACK $HOMEDIR/SVDPACKC
setenv CLUTO $HOMEDIR/cluto-2.1.1
# pick the right version of Cluto (Solaris or Linux)
set OSNAME=`uname -s`
if ($OSNAME == "SunOS") then
setenv MYCLUTO $CLUTO/Sun
else if ($OSNAME == "Linux") then
setenv MYCLUTO $CLUTO/Linux
else echo "lost"
endif
# set the path that Perl searches for CPAN modules
setenv PERL5LIB $LIBDIR
# set the path that is searched for executables
set AKPATH = ($SVDPACK $NSP/bin $MYCLUTO $SENSECLUSTERS/bin .)
set path = ($AKPATH $path)
INSTALLING SenseClusters' Web-interface:
If you would like to setup the SenseClusters' web-interface locally
please refer to README.Web.pod for installation instructions.
doc/INSTALL.pod view on Meta::CPAN
assumed that all CPAN modules were installed via the following command:
C<perl Makefile.PL PREFIX=/space/kulka020/Text-SenseClusters-1.00 LIB=/space/kulka020/MyPerlLib>
#######################################################################
# insert the following into ~/.cshrc and modify HOMEDIR and LIBHOME
#######################################################################
# local directory where we are installing everything
setenv HOMEDIR /space/kulka020
# library name extension used by Perl on our system
setenv LIBDIR /space/kulka020/MyPerlLib
# UMD developed code, we need to set their /bin directories in the PATH
setenv SENSECLUSTERS $HOMEDIR/Text-SenseClusters-1.00
setenv NSP $HOMEDIR/Text-NSP-1.09
# externally developed C code, directories contain executable code so must
# be included in PATH
setenv SVDPACK $HOMEDIR/SVDPACKC
setenv CLUTO $HOMEDIR/cluto-2.1.1
# pick the right version of Cluto (Solaris or Linux)
set OSNAME=`uname -s`
if ($OSNAME == "SunOS") then
setenv MYCLUTO $CLUTO/Sun
else if ($OSNAME == "Linux") then
setenv MYCLUTO $CLUTO/Linux
else echo "lost"
endif
# set the path that Perl searches for CPAN modules
setenv PERL5LIB $LIBDIR
# set the path that is searched for executables
set AKPATH = ($SVDPACK $NSP/bin $MYCLUTO $SENSECLUSTERS/bin .)
set path = ($AKPATH $path)
=head1 INSTALLING SenseClusters' Web-interface:
If you would like to setup the SenseClusters' web-interface locally
( run in 0.803 second using v1.01-cache-2.11-cpan-a1d94b6210f )