ALBD

 view release on metacpan or  search on metacpan

config/association  view on Meta::CPAN

# the line "<database>bigrams" will pass the 'database' parameter with a 
# value of 'bigrams' to the  UMLS::Association options hash for its 
# initialization.
#
# For parameters where no value is needed, just write the name of the
# parameter in '<>' (e.g. '<debug>')

<database>CUI_Bigram
<hostname>192.168.24.89
<username>henryst
<password>OhFaht3eique
<socket>/var/run/mysqld.sock
<t>

config/interface  view on Meta::CPAN

# of 'umls' of UMLS::Interface options hash for its initialization.
#
# For parameters where no value is needed, just write the name of the
# parameter in '<>' (e.g. '<debug>')

<t>
<config>interfaceConfig

<hostname>192.168.24.89
<username>henryst
<password>OhFaht3eique
<socket>/var/run/mysqld.sock

samples/configFileSamples/UMLSAssociationConfig  view on Meta::CPAN

# See UMLS::Association for more detailed

# Database of Association Scores. Not used, but required to initialize
# UMLS::Association
<database>CUI_Bigram

# If the UMLS::Association Database is not installed on the local machine
# The following parameters may be needed to connect to the server
<hostname>192.168.00.00
<username>username
<password>password
<socket>/var/run/mysqld.sock

# makes the UMLS::Association not print to the command line
<t>

samples/configFileSamples/UMLSInterfaceConfig  view on Meta::CPAN

# makes the UMLS::Interface not print to the command line
<t>

# Put the full pathname of the UMLS::Interface Config File
<config>/home/sam/assocLBD-0.01/config/interfaceConfig

# If the UMLS::Interface Database is not installed on the local machine
# The following parameters may be needed to connect to the server
<hostname>192.168.00.00
<username>username
<password>password
<socket>/var/run/mysqld.sock



( run in 1.332 second using v1.01-cache-2.11-cpan-49f99fa48dc )