LICENSE
MANIFEST.in
README.md
logging.conf
logging_test.conf
pyproject.toml
setup.cfg
tox.ini
KGs/father.owl
KGs/Biopax/biopax.owl
KGs/Family/family-benchmark_rich_background.owl
KGs/Lymphography/lymphography.owl
KGs/Mutagenesis/mutagenesis.owl
KGs/Suramin/dataset.ttl
examples/celoe_family_aunt.conf
examples/concept_learning_drill_train.py
examples/concept_learning_with_celoe_heuristic.py
examples/concept_learning_with_celoe_heuristic_ma.py
examples/concept_learning_with_dl_foil_heuristic.py
examples/concept_learning_with_drill_continous_learning.py
examples/concept_learning_with_drill_cv.py
examples/concept_learning_with_ocel.py
examples/dl_learner.py
examples/example_knowledge_base.py
examples/learning_problem_generator.py
examples/refinements.py
examples/sml_bench.py
examples/synthetic_problems.json
examples/usecase.py
ontolearn/__init__.py
ontolearn/abstracts.py
ontolearn/base_concept_learner.py
ontolearn/binders.py
ontolearn/concept_generator.py
ontolearn/concept_learner.py
ontolearn/data_struct.py
ontolearn/experiments.py
ontolearn/heuristics.py
ontolearn/knowledge_base.py
ontolearn/learning_problem.py
ontolearn/learning_problem_generator.py
ontolearn/metrics.py
ontolearn/model_adapter.py
ontolearn/refinement_operators.py
ontolearn/search.py
ontolearn/core/__init__.py
ontolearn/core/owl/__init__.py
ontolearn/core/owl/hierarchy.py
ontolearn/core/owl/utils.py
ontolearn/endpoint/__init__.py
ontolearn/endpoint/simple_drill_endpoint
ontolearn/owlready2/__init__.py
ontolearn/owlready2/utils.py
ontolearn/utils/__init__.py
ontolearn/utils/log_config.py
ontolearn/utils/oplogging.py
owlapy/__init__.py
owlapy/_utils.py
owlapy/fast_instance_checker.py
owlapy/io.py
owlapy/namespaces.py
owlapy/render.py
owlapy/util.py
owlapy/vocab.py
owlapy/model/__init__.py
owlapy/model/_base.py
owlapy/model/_iri.py
owlapy/model/providers.py
owlapy/owlready2/__init__.py
owlapy/owlready2/_base.py
owlapy/owlready2/plus.py
owlapy/owlready2/temp_classes.py
owlapy/owlready2/utils.py
sortedcontainers-stubs/__init__.py
sortedcontainers-stubs/__init__.pyi
sortedcontainers-stubs/py.typed
sortedcontainers-stubs/sorteddict.pyi
sortedcontainers-stubs/sortedlist.pyi
sortedcontainers-stubs/sortedset.pyi
superprop/__init__.py
superprop/__init__.pyi
superprop/py.typed
tests/__init__.py
tests/test_base.py
tests/test_celoe.py
tests/test_concept.py
tests/test_concept_generator.py
tests/test_core_owl_hierarchy.py
tests/test_core_utils_length.py
tests/test_data_struct.py
tests/test_dlfoil_pipeline.py
tests/test_drill_family.py
tests/test_express_refinement.py
tests/test_learning_problem_generator.py
tests/test_metrics.py
tests/test_ocel.py
tests/test_owlapy.py
tests/test_owlapy_fastinstancechecker.py
tests/test_owlapy_nnf.py
tests/test_owlapy_owlready2.py
tests/test_owlapy_render.py
tests/test_refinement_operators.py