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
f36402e6
Commit
f36402e6
authored
15 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- fixed the wrapping lines problem
parent
eb7c6b97
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/tutorial/tutorial3/index.html
+4
-7
4 additions, 7 deletions
html/tutorial/tutorial3/index.html
with
4 additions
and
7 deletions
html/tutorial/tutorial3/index.html
+
4
−
7
View file @
f36402e6
...
...
@@ -155,8 +155,8 @@ public class MyAlignment extends URIAlignment implements AlignmentProcess
public MyAlignment() {}
public void align( Alignment alignment, Properties params )
throws
AlignmentException {
public void align( Alignment alignment, Properties params )
throws
AlignmentException {
... // to be replaced by the pieces of code below
}
}
...
...
@@ -229,9 +229,7 @@ $ javac -classpath .:../../../lib/align.jar:../../../lib/procalign.jar MyAlignme
</div>
and can be used in:
<div
class=
"fragment"
>
$ java -classpath .:../../../lib/ontowrap.jar:../../../lib/procalign.jar \\
fr.inrialpes.exmo.align.util.Procalign \\
-i MyAlignment file://$CWD/myOnto.owl file://$CWD/edu.mit.visus.bibtex.owl
$ java -classpath .:../../../lib/ontowrap.jar:../../../lib/procalign.jar fr.inrialpes.exmo.align.util.Procalign -i MyAlignment file://$CWD/myOnto.owl file://$CWD/edu.mit.visus.bibtex.owl
</div>
</p>
<p>
...
...
@@ -339,8 +337,7 @@ Main-Class: fr/inrialpes/exmo/align/util/Procalign
The jar may then be launched by:
<div
class=
"fragment"
>
$ java -jar lib/mymatcher.jar file://$CWD/rdf/onto1.owl file://$CWD/rdf/onto2.owl
-i my.domain.MyAlignment
$ java -jar lib/mymatcher.jar file://$CWD/rdf/onto1.owl file://$CWD/rdf/onto2.owl -i my.domain.MyAlignment
</div>
<h3>
Preparing the class for the Alignment server
</h3>
...
...
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