Skip to content

Commit 40be1bf

Browse files
committed
✏️
1 parent 77ab201 commit 40be1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/howtouse/parsers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ As another example, suppose you want to perform ontology alignment for the ``GEO
115115
task = GenericOMDataset()
116116
task.track = "Geographical" # optional
117117
task.ontology_name = "GEO-GeoNames" # optional
118-
dataset = task.parse(source_ontology_path="geo.owl", target_ontology_path="geonames.owl")
118+
dataset = task.collect(source_ontology_path="geo.owl", target_ontology_path="geonames.owl")
119119
120120
121121
OAEI Parsers

0 commit comments

Comments
 (0)