Skip to content

Commit df5cb03

Browse files
author
Matt Sokoloff
committed
doc update
1 parent 4b09e0e commit df5cb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basics/ontologies.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metadata": {},
77
"source": [
88
"# Ontologies\n",
9-
"An ontology defines the types of vector tools and classifications that can be used within a project's editor. It is composed of \"Root Schema Nodes\" which define the kind of tool, the name of the tool, all subclasses that belong to the tool, and more. For instance, a root schema node might define a tool as being a segmentation tool, for a class named \"dog\", and it has a subclass for selecting if the dog has a leash or not. Root Schema Nodes can be shared between ontologies.\n",
9+
"An ontology is a collection different tools and classifications that can be used within a project's editor. Each tool or classification is called a \"Root Schema Node\". The Root Schema Nodes contain information about the tool such as the kind, the name, all subclasses, and other information related to a tool. Root Schema Nodes can be shared between ontologies. \n",
1010
"* Helpful Links:\n",
1111
" * [Ontology documentation](https://docs.labelbox.com/docs/ontology-json)\n",
1212
" * [Project Setup Using Ontologies](https://github.com/Labelbox/labelbox-python/blob/develop/examples/project_configuration/project_setup.ipynb)"

0 commit comments

Comments
 (0)