From fef1685ece65651919710d391a30b220b99fdde6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Fri, 15 Oct 2004 07:57:11 +0000 Subject: [PATCH] - added the impl.method directory --- html/align.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/align.html b/html/align.html index 586d6298..9398eed0 100644 --- a/html/align.html +++ b/html/align.html @@ -201,7 +201,7 @@ Additionaly a number of options are, or will be, available: distance on class names. It thus have to build a matrix of distance and to choose the alignment from the distance. It can be called by: <pre> -$ java -jar lib/procalign.jar file://localhost$CWD/rdf/onto1.owl file://localhost$CWD/rdf/onto2.owl -i fr.inrialpes.exmo.align.impl.EditDistNameAlignment +$ java -jar lib/procalign.jar file://localhost$CWD/rdf/onto1.owl file://localhost$CWD/rdf/onto2.owl -i fr.inrialpes.exmo.align.impl.method.EditDistNameAlignment </Pre> which returns: <pre> -- GitLab