-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
38 lines (22 loc) · 1.17 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
1. About S-Match
S-Match is a semantic matching algorithm developed at the University of Trento
under the direction of Fausto Giunchiglia.
To learn more about S-Match visit: http://semanticmatching.org/s-match.html
2. Current Release
This release is a research software, intended mainly for use by researchers to
conduct experiments.
3. Disclaimer
This release contains not very robust and not optimized code. Its main use was
and is to conduct experiments. It does contain code written as fast as possible
with sometimes little thinking about memory consumption and processing speed.
4. Getting started
S-Match is written in Java and runs in a Java Virtual Machine version 6 or later.
The data files configuration fils are not available inside the JAR libray.
Download the directories conf and data from:
https://github.com/opendatatrentino/s-match
and put them in the parent directory of the runnning application which uses the JAR.
4.1 S-Match Wiki
Access S-Match Wiki for more information:
http://sourceforge.net/apps/trac/s-match/wiki/
5. Documentation
For S-Match documentation visit: http://semanticmatching.org/documentation.html