You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,16 @@ To the best of our knowledge, LogMap is one of the few matching systems that:
18
18
19
19
3. provides support for user intervention during the matching process (see [Web interface](http://krrwebtools.cs.ox.ac.uk/logmap/)).
20
20
21
-
Please refer to the [OAIE campaign](http://oaei.ontologymatching.org/) for official results about LogMap.
21
+
Please refer to the [OAEI campaign](http://oaei.ontologymatching.org/) for official results about LogMap.
22
22
23
23
24
24
## Downloading and Development
25
25
26
-
LogMap standalone distributions and OAEI packages can be downloaded from [SourceForge](https://sourceforge.net/projects/logmap-matcher/).
27
-
28
26
Development requires a clone of this git repository. You can use the pre-configured Eclipse (Maven) project. Dependencies are automatically downloaded with the exception of google translate which needs to be manually added to the maven local repository (see [lib/readme_mvn_install_google_translate.txt](./lib/readme_mvn_install_google_translate.txt)).
29
27
30
28
To generate a JAR file for LogMap from the command line using Maven, run: `mvn package` or `mvn clean install`. This will also generate a folder *java-dependencies* with all the necessary libraries. This folder together with the *parameters.txt* file should be placed in the same path as the generated "logmap-matcher-3.0.jar" file.
31
29
32
-
30
+
Old LogMap standalone distributions and OAEI packages can also be downloaded from [SourceForge](https://sourceforge.net/projects/logmap-matcher/).
0 commit comments