Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 663227c4 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- added numerous options (source/target/prefix) to the GroupAlign class

parent d697ee36
No related branches found
Tags version-1.4
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<h2>Current CVS version</h2> <h2>Current CVS version</h2>
<!--p><b>Version 1.4: ? - Raphael's version</b></p--> <!--p><b>Version 1.5: ? - Raphael's version</b></p-->
<!--p>New version featuring: <!--p>New version featuring:
<li></li> <li></li>
...@@ -29,6 +29,17 @@ ...@@ -29,6 +29,17 @@
</ul--> </ul-->
<h2>July 4th, 2005</h2>
<p><b>Version 1.4: 04/07/2005 - OAEI 2005 facilities</b></p>
<p>New version featuring:
<ul compact="1">
<li>Many new parameters on GroupAlign (target/source/prefix) for
accomodating new test sets</li>
<li>Added freeing of ontology from memory between tests in GroupAlign</li>
</ul></p>
<h2>June 15th, 2005</h2> <h2>June 15th, 2005</h2>
<p><b>Version 1.3: 15/06/2005 - Ready for OAEI 2005</b></p> <p><b>Version 1.3: 15/06/2005 - Ready for OAEI 2005</b></p>
......
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -363,13 +363,16 @@ public class GroupAlign { ...@@ -363,13 +363,16 @@ public class GroupAlign {
System.out.println("usage: GroupAlign [options]"); System.out.println("usage: GroupAlign [options]");
System.err.println("options are:"); System.err.println("options are:");
System.err.println("\t--name=uri -n uri\t\tUse the given uri to compare with."); System.err.println("\t--name=uri -n uri\t\tUse the given uri to compare with.");
System.err.println("\t--source=filename -s filename Source filename (default onto1.rdf)");
System.err.println("\t--target=filename -t filename Target filename (default onto.rdf)");
System.err.println("\t--prefix=uriprefix -u uriprefix URI prefix of the target");
System.err.println("\t--output=filename -o filename\tOutput the alignment in filename.rdf");
System.err.println("\t--impl=className -i classname\t\tUse the given alignment implementation."); System.err.println("\t--impl=className -i classname\t\tUse the given alignment implementation.");
System.err.println("\t--renderer=className -r className\tSpecifies the alignment renderer"); System.err.println("\t--renderer=className -r className\tSpecifies the alignment renderer");
System.err.println("\t--output=filename -o filename\tOutput the alignment in filename.rdf");
System.err.println("\t--params=filename -p filename\tReads parameters from filename");
System.err.println("\t--alignment=filename -a filename Start from an XML alignment file"); System.err.println("\t--alignment=filename -a filename Start from an XML alignment file");
System.err.println("\t--debug[=n] -d [n]\t\tReport debug info at level n"); System.err.println("\t--params=filename -p filename\tReads parameters from filename");
System.err.println("\t-Dparam=value\t\t\tSet parameter"); System.err.println("\t-Dparam=value\t\t\tSet parameter");
System.err.println("\t--debug[=n] -d [n]\t\tReport debug info at level n");
System.err.println("\t--help -h\t\t\tPrint this message"); System.err.println("\t--help -h\t\t\tPrint this message");
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment