OntoLearner 1.4.1__tar.gz → 1.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ontolearner-1.4.1 → ontolearner-1.4.2}/PKG-INFO +5 -5
- ontolearner-1.4.2/ontolearner/VERSION +1 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/pyproject.toml +5 -5
- ontolearner-1.4.1/ontolearner/VERSION +0 -1
- {ontolearner-1.4.1 → ontolearner-1.4.2}/LICENSE +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/README.md +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/images/logo.png +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/__init__.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/_learner.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/_ontology.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/base/__init__.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/base/learner.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/base/ontology.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/base/text2onto.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/data_structure/__init__.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/data_structure/data.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/data_structure/metric.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/evaluation/__init__.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/evaluation/evaluate.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/evaluation/metrics.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/learner/__init__.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/learner/label_mapper.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/learner/llm.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/learner/prompt.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/learner/rag.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/learner/retriever.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/__init__.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/agriculture.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/arts_humanities.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/biology.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/chemistry.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/ecology_environment.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/education.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/events.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/finance.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/food_beverage.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/general.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/geography.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/industry.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/law.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/library_cultural_heritage.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/material_science_engineering.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/medicine.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/news_media.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/scholarly_knowledge.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/social_sciences.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/units_measurements.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/upper_ontologies.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/web.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/processor.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/text2onto/__init__.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/text2onto/batchifier.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/text2onto/general.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/text2onto/splitter.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/text2onto/synthesizer.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/tools/__init__.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/tools/analyzer.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/tools/visualizer.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/utils/__init__.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/utils/io.py +0 -0
- {ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/utils/train_test_split.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: OntoLearner
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.2
|
|
4
4
|
Summary: OntoLearner: A Modular Python Library for Ontology Learning with LLMs.
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Hamed Babaei Giglou
|
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
15
|
Requires-Dist: bitsandbytes (==0.45.1)
|
|
16
16
|
Requires-Dist: dspy (==2.6.14)
|
|
17
|
-
Requires-Dist: huggingface-hub (==0.
|
|
17
|
+
Requires-Dist: huggingface-hub (==0.34.4)
|
|
18
18
|
Requires-Dist: matplotlib
|
|
19
19
|
Requires-Dist: networkx (==3.2.1)
|
|
20
20
|
Requires-Dist: numpy
|
|
@@ -26,10 +26,10 @@ Requires-Dist: python-dotenv
|
|
|
26
26
|
Requires-Dist: rdflib (==7.1.1)
|
|
27
27
|
Requires-Dist: scikit-learn (==1.6.1)
|
|
28
28
|
Requires-Dist: seaborn
|
|
29
|
-
Requires-Dist: sentence-transformers (==
|
|
30
|
-
Requires-Dist: torch (==2.
|
|
29
|
+
Requires-Dist: sentence-transformers (==5.1.0)
|
|
30
|
+
Requires-Dist: torch (==2.8.0)
|
|
31
31
|
Requires-Dist: tqdm
|
|
32
|
-
Requires-Dist: transformers (==4.
|
|
32
|
+
Requires-Dist: transformers (==4.56.0)
|
|
33
33
|
Project-URL: Homepage, https://ontolearner.readthedocs.io/
|
|
34
34
|
Project-URL: Repository, https://github.com/sciknoworg/OntoLearner/
|
|
35
35
|
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.4.2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "OntoLearner"
|
|
3
|
-
version = "1.4.
|
|
3
|
+
version = "1.4.2" # placeholder, will be replaced automatically
|
|
4
4
|
description = "OntoLearner: A Modular Python Library for Ontology Learning with LLMs."
|
|
5
5
|
authors = ["Hamed Babaei Giglou <hamedbabaeigiglou@gmail.com>", "Andrei C. Aioanei <andrei.c.aioanei@gmail.com>"]
|
|
6
6
|
license = "MIT License"
|
|
@@ -23,10 +23,10 @@ pydantic="2.11.3"
|
|
|
23
23
|
pathlib="1.0.1"
|
|
24
24
|
dspy="2.6.14"
|
|
25
25
|
python-dotenv="*"
|
|
26
|
-
huggingface-hub="0.
|
|
27
|
-
transformers="4.
|
|
28
|
-
torch="2.
|
|
29
|
-
sentence-transformers="
|
|
26
|
+
huggingface-hub="0.34.4"
|
|
27
|
+
transformers="4.56.0"
|
|
28
|
+
torch="2.8.0"
|
|
29
|
+
sentence-transformers="5.1.0"
|
|
30
30
|
scikit-learn="1.6.1"
|
|
31
31
|
bitsandbytes="0.45.1"
|
|
32
32
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.4.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ontolearner-1.4.1 → ontolearner-1.4.2}/ontolearner/ontology/material_science_engineering.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|