Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
b650791a
Commit
b650791a
authored
18 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- typos
parent
140b6bc7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
html/up2to3.html
+2
-2
2 additions, 2 deletions
html/up2to3.html
with
2 additions
and
2 deletions
html/up2to3.html
+
2
−
2
View file @
b650791a
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<center><h1>
Upgrading an Alignment implementation from version 2.x to
<center><h1>
Upgrading an Alignment implementation from version 2.x to
3.0 of the Alignment API
</h1></center>
3.0 of the Alignment API
</h1></center>
<p>
The version 3.0 of the Align
e
ment API has been designed to provide
<p>
The version 3.0 of the Alignment API has been designed to provide
matching algorithm designers more flexibility. In particular, the
matching algorithm designers more flexibility. In particular, the
version 3.0 does not necessarily rely on the OWL API, so designers
version 3.0 does not necessarily rely on the OWL API, so designers
who want to use another OWL API can do so at no cost.
</p>
who want to use another OWL API can do so at no cost.
</p>
...
@@ -66,7 +66,7 @@ From version 3, the sequence is the same except that the arguments for init() ar
...
@@ -66,7 +66,7 @@ From version 3, the sequence is the same except that the arguments for init() ar
the
<tt>
URL
</tt>
where to find the ontologies instead of the ontology
the
<tt>
URL
</tt>
where to find the ontologies instead of the ontology
themselves. It is thus necessary for you to change your implementation
themselves. It is thus necessary for you to change your implementation
of
<tt>
init()
</tt>
so that it loads the ontologies. Moreover, the init
of
<tt>
init()
</tt>
so that it loads the ontologies. Moreover, the init
Alignent in
<tt>
align()
</tt>
is a
<tt>
URIAlignment
</tt>
and not
Align
m
ent in
<tt>
align()
</tt>
is a
<tt>
URIAlignment
</tt>
and not
a
<tt>
OWLAPIAlignment
</tt>
so it may be necessary to change it as well.
</p>
a
<tt>
OWLAPIAlignment
</tt>
so it may be necessary to change it as well.
</p>
<p>
Fortunately, the
<tt>
OWLAPIAlignment
</tt>
class already provides
<p>
Fortunately, the
<tt>
OWLAPIAlignment
</tt>
class already provides
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment