Linking the database - just once before you first start the program
- Start button in Windows environment
- Settings
- Control Pannel
- ODBC
- System DSN Window
- Add
- Microsoft Access Driver
- Finish
- In the field Data Source Name put URLbase
- Select
- select the database url.mdb in the tropical directory
- Advanced
- in the fields for username and password type mladen and java
- OK, OK, OK...
starting the program
In JDK 1.1.4 Package:
java tropical -dProxySet=true -dProxyHost=
proksi -dProxyPort=port
proksi is IP address of proxy server you are using
port port number of this proxy server
I suggest you put this line in tropical.bat file and then just type tropical each time.
Example of the command line is:
java tropical
-dProxySet=true -dProxyHost=147.91.8.62 -dProxyPort=8080
Input parameters
- Input Set - field for input set of URLs. It is necessarry that you enter either a set of URLs or a name of the file containing URLs or both.
- Input file - field for the name of the file with URLs (each in the new line)
- Number of outputs - field for the required numeber of output documents. Default number is 10.
- Database mutation - list for desired number of mutated documents per iteration. Default number is 0.
- Spatial mutation - not realized yet.
- Temporal mutation - not realized yet.
- Topic - list for choosing one or more topics covered by mutation.
- Comments - comments on/off field.
Output window
Program Flow - some program messages that keep you informed about program execution.
Result Set - result set of URLs.
Medium Jaccard's Score - medium Jaccard's Score for the result set.
Result of the program work can also be found in the file izlaz.html in the Tropical directory and can be viewed during program execution.
Avoid experimenting with files that contain more than 20 Hyperlinks, for program might get stuck. I promise new version will overcome that problem.
Good luck!
Author