Skip to content

Commit be09dfc

Browse files
committed
Fixed unicode characters.
1 parent a77884f commit be09dfc

File tree

83 files changed

+110
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+110
-105
lines changed

README.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#######################################################################
66

77
Copyright (C) 2003-2013 INRIA.
8-
Copyright (C) 2004-2005 Universit� de Montr�al.
8+
Copyright (C) 2004-2005 Universitô de Montrôal.
99
Copyright (C) 2005 CNR Pisa.
1010
Copyright (C) 2005 Konstantinos A. Nedas.
1111
Copyright (C) 2006 CERT.

align-api/src/main/java/org/semanticweb/owl/align/Alignment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* Represents an Ontology alignment.
3535
*
36-
* @author J�r�me Euzenat
36+
* @author Jérôme Euzenat
3737
* @version $Id: Alignment.java 1189 2010-01-03 17:57:13Z euzenat $
3838
*/
3939

align-api/src/main/java/org/semanticweb/owl/align/AlignmentException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id: AlignmentException.java 670 2008-03-02 00:06:16Z euzenat $
33
*
4-
* Copyright (C) INRIA Rh�ne-Alpes, 2003-2004, 2008
4+
* Copyright (C) INRIA Rhône-Alpes, 2003-2004, 2008
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU Lesser General Public License as published by
@@ -26,7 +26,7 @@
2626
* Base class for all Alignment Exceptions.
2727
*
2828
*
29-
* @author J�r�me Euzenat
29+
* @author Jérôme Euzenat
3030
* @version $Id: AlignmentException.java 670 2008-03-02 00:06:16Z euzenat $
3131
*/
3232

align-api/src/main/java/org/semanticweb/owl/align/AlignmentProcess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* Represents an executable alignment
2727
*
28-
* @author J�r�me Euzenat
28+
* @author Jérôme Euzenat
2929
* @version $Id: AlignmentProcess.java 1598 2011-05-14 20:58:47Z euzenat $
3030
*/
3131

align-api/src/main/java/org/semanticweb/owl/align/AlignmentVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
*
2727
*
28-
* @author J�r�me Euzenat
28+
* @author Jérôme Euzenat
2929
* @version $Id: AlignmentVisitor.java 1662 2012-01-14 15:47:39Z euzenat $
3030
*/
3131

align-api/src/main/java/org/semanticweb/owl/align/Cell.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* individuals, along with a number of axioms asserting information
3333
* about those objects.
3434
*
35-
* @author J�r�me Euzenat
35+
* @author Jérôme Euzenat
3636
* @version $Id: Cell.java 1189 2010-01-03 17:57:13Z euzenat $
3737
*/
3838

align-api/src/main/java/org/semanticweb/owl/align/Evaluator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* Assess the closeness between two ontology alignments.
2828
*
29-
* @author J�r�me Euzenat
29+
* @author Jérôme Euzenat
3030
* @version $Id: Evaluator.java 1425 2010-04-06 20:25:39Z euzenat $
3131
*/
3232

align-api/src/main/java/org/semanticweb/owl/align/LogicOntologyNetwork.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Represents a distributed system of aligned ontologies or network of ontologies.
2525
*
26-
* @author J�r�me Euzenat
26+
* @author Jérôme Euzenat
2727
* @version $Id: LogicOntologyNetwork.java 1828 2013-03-09 18:18:05Z euzenat $
2828
*/
2929

align-api/src/main/java/org/semanticweb/owl/align/OntologyNetwork.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* Represents a distributed system of aligned ontologies or network of ontologies.
2929
*
30-
* @author J�r�me Euzenat
30+
* @author Jérôme Euzenat
3131
* @version $Id: OntologyNetwork.java 1620 2011-05-31 13:49:54Z jdavid $
3232
*/
3333
public interface OntologyNetwork extends Cloneable {

align-api/src/main/java/org/semanticweb/owl/align/Parameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* JE: this may be deprecated at some point to use the standard Java
3535
* java.lang.Properties class.
3636
*
37-
* @author J�r�me Euzenat
37+
* @author Jérôme Euzenat
3838
* @version $Id: Parameters.java 1323 2010-03-10 10:54:28Z euzenat $
3939
*
4040
* This interface is morally deprecated in version 4.0 to the advantage of java.util.Properties

align-api/src/main/java/org/semanticweb/owl/align/Relation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
/**
2828
*
29-
* @author J�r�me Euzenat
29+
* @author Jérôme Euzenat
3030
* @version $Id: Relation.java 1095 2009-08-16 21:08:26Z euzenat $
3131
*/
3232

align-api/src/main/java/org/semanticweb/owl/align/Visitable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* The interface of the objects that can be visited by a renderer
2525
*
26-
* @author J�r�me Euzenat
26+
* @author Jérôme Euzenat
2727
* @version $Id: Visitable.java 1311 2010-03-07 22:51:10Z euzenat $
2828
*/
2929

alignsvc/src/main/java/fr/inrialpes/exmo/align/queryprocessor/QueryProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id: QueryProcessor.java 630 2008-02-08 20:55:59Z euzenat $
33
*
4-
* Copyright (C) INRIA Rhône-Alpes, 2006, 2008
4+
* Copyright (C) INRIA Rhône-Alpes, 2006, 2008
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

alignsvc/src/main/java/fr/inrialpes/exmo/align/queryprocessor/QueryTypeMismatchException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id: QueryTypeMismatchException.java 384 2007-02-02 11:09:40Z euzenat $
33
*
4-
* Copyright (C) INRIA Rhône-Alpes, 2006-2007
4+
* Copyright (C) INRIA Rhône-Alpes, 2006-2007
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

alignsvc/src/main/java/fr/inrialpes/exmo/align/queryprocessor/RDFGraph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id: RDFGraph.java 630 2008-02-08 20:55:59Z euzenat $
33
*
4-
* Copyright (C) INRIA Rhône-Alpes, 2006, 2008
4+
* Copyright (C) INRIA Rhône-Alpes, 2006, 2008
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

alignsvc/src/main/java/fr/inrialpes/exmo/align/queryprocessor/Result.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id: Result.java 630 2008-02-08 20:55:59Z euzenat $
33
*
4-
* Copyright (C) INRIA Rhône-Alpes, 2006, 2008
4+
* Copyright (C) INRIA Rhône-Alpes, 2006, 2008
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

alignsvc/src/main/java/fr/inrialpes/exmo/align/queryprocessor/Triple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id: Triple.java 384 2007-02-02 11:09:40Z euzenat $
33
*
4-
* Copyright (C) INRIA Rhône-Alpes, 2006
4+
* Copyright (C) INRIA Rhône-Alpes, 2006
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

alignsvc/src/main/java/fr/inrialpes/exmo/align/queryprocessor/Type.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id: Type.java 384 2007-02-02 11:09:40Z euzenat $
33
*
4-
* Copyright (C) INRIA Rhône-Alpes, 2006
4+
* Copyright (C) INRIA Rhône-Alpes, 2006
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

alignsvc/src/main/java/fr/inrialpes/exmo/align/service/AServException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Base class for all Alignment Service Exceptions.
2727
*
2828
*
29-
* @author Jérôme Euzenat
29+
* @author Jérôme Euzenat
3030
* @version $Id: AServException.java 1129 2009-09-08 22:22:08Z euzenat $
3131
*/
3232

alignsvc/src/main/java/fr/inrialpes/exmo/align/service/AlignmentService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
$Id: AlignmentService.java 1841 2013-03-24 17:28:33Z euzenat $
5757
</pre>
5858
59-
* @author J�r�me Euzenat
59+
* @author Jérôme Euzenat
6060
*/
6161
public class AlignmentService {
6262
final static Logger logger = LoggerFactory.getLogger( AlignmentService.class );

alignsvc/src/main/java/fr/inrialpes/exmo/align/service/AlignmentServiceProfile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id: AlignmentServiceProfile.java 1189 2010-01-03 17:57:13Z euzenat $
33
*
4-
* Copyright (C) INRIA Rhône-Alpes, 2006
4+
* Copyright (C) INRIA Rhône-Alpes, 2006
55
*
66
* This program is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public License

alignsvc/src/main/java/fr/inrialpes/exmo/align/service/CacheImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ public void storeAlignment( String uri ) throws AlignmentException, SQLException
678678
for( int i=0; i < 3 ; i++ ) {
679679
st = createStatement();
680680
try {
681-
logger.debug( "Storing alignment {}as {}", uri, id );
681+
logger.debug( "Storing alignment {} as {}", uri, id );
682682
conn.setAutoCommit( false );
683683
query = "INSERT INTO alignment " +
684684
"(id, type, level) " +

alignsvc/src/main/java/fr/inrialpes/exmo/align/service/QueryMediator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* against loss in generality.
5555
*
5656
* @author Arun Sharma
57-
* @author J�r�me Euzenat
57+
* @author Jérôme Euzenat
5858
*/
5959
public class QueryMediator implements QueryProcessor {
6060

alignsvc/src/main/java/fr/inrialpes/exmo/align/service/WSAlignment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* It uses the SOAP web service interface
5050
* TODO: Implement the REST interface (see examples/wservice/AlignmentClient)
5151
*
52-
* @author J�r�me Euzenat
52+
* @author Jérôme Euzenat
5353
* @version $Id: WSAlignment.java 1831 2013-03-09 18:58:49Z euzenat $
5454
*/
5555

html/credits.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ <h2>Contributors</h2>
2525
integrated within the project.</p>
2626

2727
<dl>
28-
<dt><a href="http://exmo.inrialpes.fr/people/euzenat">Jérôme Euzenat</a></dt><dd>is the main architect and
28+
<dt><a href="http://exmo.inrialpes.fr/people/euzenat">Jérôme Euzenat</a></dt><dd>is the main architect and
2929
developer of the Alignment API and Server.</dd>
3030
<dt><a href="http://www.iro.umontreal.ca/~valtchev/">Petko Valtchev</a></dt><dd>was instrumental in fixing many
3131
different parts of the code when working on other projects.</dd>
3232
<dt><a href="http://www.ai.univ-paris8.fr/~leduc/">Chan Le Duc</a></dt><dd>has developed the NeOn plug-in and improved the whole system.</dd>
33-
<dt><a href="http://www.inrialpes.fr/exmo/people/jdavid/">Jérôme
33+
<dt><a href="http://www.inrialpes.fr/exmo/people/jdavid/">J�r�me
3434
David</a></dt><dd>developed the Ontology part of the API (ontowrap).</dd>
3535
<dt>Maria Ro&scedil;oiu</dt><dd>developed the generator interface (gen).</dd>
36-
<dt><a href="http://www.inrialpes.fr/exmo/people/pierson/">Jérôme Pierson</a></dt><dd>initially developed the
36+
<dt><a href="http://www.inrialpes.fr/exmo/people/pierson/">J�r�me Pierson</a></dt><dd>initially developed the
3737
WordNet interface (now in <a href="http://ontosim.gforge.inria.fr">OntoSim</a>) and the agent profile for the Alignment Server</dd>
3838
<dt>Seunkeun Lee</dt><dd>developped the low-level
3939
storage layer and the web service profile for the Alignment Server</dd>
40-
<dt><a href="http://www.eurecom.fr/~troncy/">Raphaël Troncy</a></dt><dd>fixed the basic
40+
<dt><a href="http://www.eurecom.fr/~troncy/">Rapha�l Troncy</a></dt><dd>fixed the basic
4141
implementation of BasicAlignment for n:m alignments.</dd>
4242
<dt>Arun Sharma</dt><dd>Developed the query interface</dd>
43-
<dt><a href="http://www.scharffe.fr/">François Scharffe</a></dt><dd>developed the initial version of EDOAL</dd>
43+
<dt><a href="http://www.scharffe.fr/">Fran�ois Scharffe</a></dt><dd>developed the initial version of EDOAL</dd>
4444
<dt><a href="http://web.comlab.ox.ac.uk/isg/people/giorgos.stoilos/">Giorgos
4545
Stoilos</a> and Georges Stamou</dt><dd>offered the code of their "SMOA" paper
4646
similarity (now in <a href="http://ontosim.gforge.inria.fr">OntoSim</a>).</dd>
@@ -62,7 +62,7 @@ <h2>Copyright owners</h2>
6262

6363
<p>
6464
Copyright (C) 2003-2012 INRIA (most of the code)<br />
65-
Copyright (C) 2004-2005 Université de Montréal (parts of the impl/ and ling/ directories)<br />
65+
Copyright (C) 2004-2005 Université de Montréal (parts of the impl/ and ling/ directories)<br />
6666
Copyright (C) 2005 CNR Pisa. (parts of BasicAlignment)<br />
6767
Copyright (C) 2003 The University of Manchester (parts of the util/ directory)<br />
6868
Copyright (C) 2003 The University of Karlsruhe (parts of the util/ directory)<br />

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1 class="titre">Alignment API and Alignment Server</h1>
5959

6060
<p style="font-size: 80%;">
6161
If you use this software and want to give it credit, please cite:<br />
62-
Jérôme David, Jérôme Euzenat, François Scharffe, Cássia Trojahn dos
62+
J�r�me David, Jérôme Euzenat, Fran�ois Scharffe, C�ssia Trojahn dos
6363
Santos, <a href="http://www.semantic-web-journal.net/content/new-submission-alignment-api-40">The Alignment API 4.0</a>, <i>Semantic web journal</i> 2(1):3-10, 2011
6464
<!--J&eacute;r&ocirc;me Euzenat,
6565
An API for ontology alignment,

match-utils/src/main/java/fr/inrialpes/exmo/ontosim/string/CommonWords.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id$
33
*
4-
* Copyright (C) Universit� Pierre Mendes-France, 2009-2010
4+
* Copyright (C) Université Pierre Mendes-France, 2009-2010
55
*
66
* This program was originaly part of the Alignment API implementation
77
*

match-utils/src/main/java/fr/inrialpes/exmo/ontosim/string/JWNLDistances.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id: JWNLDistances.java 111 2011-05-27 09:18:55Z jdavid $
33
*
4-
* Copyright (C) University of Montr�al, 2004-2005
4+
* Copyright (C) University of Montréal, 2004-2005
55
* Copyright (C) INRIA, 2004-2005, 2007-2011
66
* This program was originaly part of the Alignment API implementation
77
*

match-utils/src/main/java/fr/inrialpes/exmo/ontosim/string/StringDistances.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) INRIA, 2003-2007, 2009
55
* Except for the Levenshtein class whose copyright is not claimed to
66
* our knowledge.
7-
* Copyright (C) University of Montr�al, 2004-2005 for the tokenizer
7+
* Copyright (C) University of Montréal, 2004-2005 for the tokenizer
88
* This program was originaly part of the Alignment API implementation
99
*
1010
* This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,7 @@
3838
* largest possible distance between two such strings.
3939
* They return doubles
4040
*
41-
* @author J�r�me Euzenat
41+
* @author Jérôme Euzenat
4242
* @version $Id: StringDistances.java 126 2012-07-17 07:30:13Z euzenat $
4343
*/
4444

@@ -129,7 +129,7 @@ public static double hammingDistance (String s, String t) {
129129
/*
130130
* jaroMeasure as a dissimilarity (identical have 0.)
131131
* return:
132-
* Original algorithm by J�r�me Euzenat.
132+
* Original algorithm by Jérôme Euzenat.
133133
* It traverses both strings at the same time
134134
* finding the first match on s, then looking for the first on t
135135
* (and deciding if there is transposition or not on the fly)
@@ -232,8 +232,8 @@ public static double needlemanWunsch2Distance (String s, String t) {
232232
This algorithm should be taken appart of this file and reset in the
233233
context of a proper package name with an acceptable license terms.
234234
Hopefully, Jakarta Commons will provide this.
235-
Modified by J�r�me Euzenat for returning normalized distance.
236-
Modified again by J�r�me Euzenat for computing Needleman-Wunsch.
235+
Modified by Jérôme Euzenat for returning normalized distance.
236+
Modified again by Jérôme Euzenat for computing Needleman-Wunsch.
237237
Bugfix 2009-08-10 by Gerard de Melo fixing Needleman-Wunsch initialization.
238238
*/
239239
public static double needlemanWunschDistance (String s, String t, int gap) {

match-utils/src/main/java/org/ivml/alimo/ISub.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Created on 18 ��� 2004
2+
* Created on 18 2004
33
*/
44
package org.ivml.alimo;
55

@@ -9,7 +9,7 @@
99
* This class implements the string matching method proposed in the paper
1010
* "A String Metric For Ontology Alignment", published in ISWC 2005
1111
*
12-
* J�r�me Euzenat: added normalization
12+
* Jérôme Euzenat: added normalization
1313
*/
1414
public class ISub {
1515

ontowrap/src/main/java/fr/inrialpes/exmo/ontowrap/OntologyCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* to share them between alignments
3232
* as well as to unload them if necessary.
3333
*
34-
* @author Jérôme Euzenat
34+
* @author Jérôme Euzenat
3535
* @version $Id: OntologyCache.java 1459 2010-06-17 08:31:04Z euzenat $
3636
*
3737
* This class should be parameterized by O subClassOf LoadedOntology

ontowrap/src/main/java/fr/inrialpes/exmo/ontowrap/OntowrapException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id: OntowrapException.java 1311 2010-03-07 22:51:10Z euzenat $
33
*
4-
* Copyright (C) INRIA Rhône-Alpes, 2010
4+
* Copyright (C) INRIA Rhône-Alpes, 2010
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU Lesser General Public License as published by
@@ -26,7 +26,7 @@
2626
* Base class for all Ontowrap Exceptions.
2727
*
2828
*
29-
* @author Jérôme Euzenat
29+
* @author Jérôme Euzenat
3030
* @version $Id: OntowrapException.java 1311 2010-03-07 22:51:10Z euzenat $
3131
*/
3232

plugins/neon/README.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NeOn Toolkit Alignment plug-in #
33
#######################################################################
44

5-
(C) INRIA Rh�ne-Alpes, 2007-2009
5+
(C) INRIA Rhône-Alpes, 2007-2009
66
Licensed under the LGPL 2.0 or above
77

88
This program is free software; you can redistribute it and/or

plugins/neon/src/fr/inrialpes/exmo/align/plugin/neontk/AlignmentPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* $Id: AlignmentPlugin.java 1014 2009-06-22 15:14:03Z cleduc $
33
*
4-
* Copyright (C) INRIA Rh�ne-Alpes, 2007-2008
4+
* Copyright (C) INRIA Rhône-Alpes, 2007-2008
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU Lesser General Public License as published by

0 commit comments

Comments
 (0)