OntoLearner 1.4.1__py3-none-any.whl → 1.4.3__py3-none-any.whl
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/VERSION +1 -1
- ontolearner/base/learner.py +1 -1
- {ontolearner-1.4.1.dist-info → ontolearner-1.4.3.dist-info}/METADATA +8 -8
- {ontolearner-1.4.1.dist-info → ontolearner-1.4.3.dist-info}/RECORD +6 -6
- {ontolearner-1.4.1.dist-info → ontolearner-1.4.3.dist-info}/LICENSE +0 -0
- {ontolearner-1.4.1.dist-info → ontolearner-1.4.3.dist-info}/WHEEL +0 -0
ontolearner/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.4.
|
|
1
|
+
1.4.3
|
ontolearner/base/learner.py
CHANGED
|
@@ -107,7 +107,7 @@ class AutoLearner(ABC):
|
|
|
107
107
|
Raises:
|
|
108
108
|
NotImplementedError: If not implemented by concrete class.
|
|
109
109
|
"""
|
|
110
|
-
eval_data = self.tasks_data_former(data=eval_data, task=task, test=
|
|
110
|
+
eval_data = self.tasks_data_former(data=eval_data, task=task, test=True) if ontologizer else eval_data
|
|
111
111
|
|
|
112
112
|
if task == 'term-typing':
|
|
113
113
|
return self._term_typing(eval_data, test=True)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: OntoLearner
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.3
|
|
4
4
|
Summary: OntoLearner: A Modular Python Library for Ontology Learning with LLMs.
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Hamed Babaei Giglou
|
|
@@ -12,9 +12,9 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
-
Requires-Dist: bitsandbytes (
|
|
16
|
-
Requires-Dist: dspy (
|
|
17
|
-
Requires-Dist: huggingface-hub (
|
|
15
|
+
Requires-Dist: bitsandbytes (>=0.45.1,<0.46.0)
|
|
16
|
+
Requires-Dist: dspy (>=2.6.14,<3.0.0)
|
|
17
|
+
Requires-Dist: huggingface-hub (>=0.34.4,<0.35.0)
|
|
18
18
|
Requires-Dist: matplotlib
|
|
19
19
|
Requires-Dist: networkx (==3.2.1)
|
|
20
20
|
Requires-Dist: numpy
|
|
@@ -24,12 +24,12 @@ Requires-Dist: pathlib (==1.0.1)
|
|
|
24
24
|
Requires-Dist: pydantic (==2.11.3)
|
|
25
25
|
Requires-Dist: python-dotenv
|
|
26
26
|
Requires-Dist: rdflib (==7.1.1)
|
|
27
|
-
Requires-Dist: scikit-learn
|
|
27
|
+
Requires-Dist: scikit-learn
|
|
28
28
|
Requires-Dist: seaborn
|
|
29
|
-
Requires-Dist: sentence-transformers (
|
|
30
|
-
Requires-Dist: torch (
|
|
29
|
+
Requires-Dist: sentence-transformers (>=5.1.0,<6.0.0)
|
|
30
|
+
Requires-Dist: torch (>=2.8.0,<3.0.0)
|
|
31
31
|
Requires-Dist: tqdm
|
|
32
|
-
Requires-Dist: transformers (
|
|
32
|
+
Requires-Dist: transformers (>=4.56.0,<5.0.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
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
ontolearner/VERSION,sha256=
|
|
1
|
+
ontolearner/VERSION,sha256=vTHo2c-NFKHp4_3zufalJIGa7Q0bFGJ1I8Z2V2fH2PE,6
|
|
2
2
|
ontolearner/__init__.py,sha256=E4yukFv2PV4uyztTPDWljCySY9AVDcDDzabuvxfabYE,1889
|
|
3
3
|
ontolearner/_learner.py,sha256=2CRQvpsz8akIOdxTs2-KLJ-MssULrjpK-QDD3QXUJXI,5297
|
|
4
4
|
ontolearner/_ontology.py,sha256=W1mp195SImqLKwaj4ueEaBWuLJg2jUdx1JT20Ds3fmQ,6950
|
|
5
5
|
ontolearner/base/__init__.py,sha256=5pf-ltxzGp32xhEcPdbtm11wXJrYJMUeWG-mbcAYD8Q,705
|
|
6
|
-
ontolearner/base/learner.py,sha256=
|
|
6
|
+
ontolearner/base/learner.py,sha256=kNnmsAlWrJXPqby7fHPAC6DplmELaZMaMbrrEcw97Kc,17873
|
|
7
7
|
ontolearner/base/ontology.py,sha256=JbMJ1-WUyHWQiNJL-DeaqcriUimLdqN3_ESROgqOPTQ,24772
|
|
8
8
|
ontolearner/base/text2onto.py,sha256=iUXYZoqnwgebQuQzM-XSGTVRfHLlhjUK_z5XUvhRICc,5388
|
|
9
9
|
ontolearner/data_structure/__init__.py,sha256=1HiKvk8FKjhYeI92RHnJXxyQbUJBi3JFytjQjthsY_s,599
|
|
@@ -53,7 +53,7 @@ ontolearner/tools/visualizer.py,sha256=cwijl4yYaS1SCLM5wbvRTEcbQj9Bjo4fHzZR6q6o8
|
|
|
53
53
|
ontolearner/utils/__init__.py,sha256=pSEyU3dlPMADBqygqaaid44RdWf0Lo3Fvz-K_rQ7_Bw,733
|
|
54
54
|
ontolearner/utils/io.py,sha256=3DqGK2p7c0onKi0Xxs16WB08uHfHUId3bW0dDKwyS0g,2110
|
|
55
55
|
ontolearner/utils/train_test_split.py,sha256=Zlm42eT6QGWwlySyomCPIiTGmGqeN_h4z4xBY2EAOR8,11530
|
|
56
|
-
ontolearner-1.4.
|
|
57
|
-
ontolearner-1.4.
|
|
58
|
-
ontolearner-1.4.
|
|
59
|
-
ontolearner-1.4.
|
|
56
|
+
ontolearner-1.4.3.dist-info/LICENSE,sha256=krXMLuMKgzX-UgaufgfJdm9ojIloZot7ZdvJUnNxl4I,1067
|
|
57
|
+
ontolearner-1.4.3.dist-info/METADATA,sha256=5gmWIdu4XFbBGV3EYaDzQpMky_fsr10u35uD6lx7F5Y,13999
|
|
58
|
+
ontolearner-1.4.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
59
|
+
ontolearner-1.4.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|