ontolearn.learners.spell_kit.structures
Attributes
Classes
Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents
- ontolearn.learners.spell_kit.structures.namespaces
- ontolearn.learners.spell_kit.structures.Signature
- class ontolearn.learners.spell_kit.structures.Structure[source]
- max_ind: int
- cn_ext: dict[str, set[int]]
- rn_ext: dict[int, set[tuple[int, str]]]
- indmap: dict[str, int]
- nsmap: dict[str | None, str]
- class ontolearn.learners.spell_kit.structures.ABoxBuilder[source]
-
- indmap: dict[str, int]
- role_names
- ontolearn.learners.spell_kit.structures.tag_onto
- ontolearn.learners.spell_kit.structures.tag_ni
- ontolearn.learners.spell_kit.structures.tag_type
- ontolearn.learners.spell_kit.structures.tag_class
- ontolearn.learners.spell_kit.structures.tag_thing
- ontolearn.learners.spell_kit.structures.tag_object_prop
- ontolearn.learners.spell_kit.structures.tag_data_prop
- ontolearn.learners.spell_kit.structures.tag_annotation_prop
- ontolearn.learners.spell_kit.structures.attr_resource
- ontolearn.learners.spell_kit.structures.attr_about
- ontolearn.learners.spell_kit.structures.attr_datatype
- ontolearn.learners.spell_kit.structures.make_res_absolute(nsmap: dict[Any, str], res: str) str[source]
- class ontolearn.learners.spell_kit.structures.TBox(top: str)[source]
- fresh_names: set[str]
- implic: dict[str, set[str]]
- conjs: dict[str, set[frozenset[str]]]
- top: str
- cns: set[str]
- rns: set[str]
- rBrhs: dict[str, set[tuple[str, str]]]
- rBlhs: dict[str, set[tuple[str, str]]]
- range_cn_ctr: int
- ranges: dict[str, set[str]]
- role_incs: dict[str, set[str]]
- ontolearn.learners.spell_kit.structures.compact_canonical_model(abox: ABoxBuilder, tbox: TBox)[source]
- ontolearn.learners.spell_kit.structures.structure_to_dot(A: Structure, indmap: dict[str, int])[source]