swarmauri_tool_entityrecognition 0.9.0.dev7__py3-none-any.whl → 0.9.1.dev2__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.
- {swarmauri_tool_entityrecognition-0.9.0.dev7.dist-info → swarmauri_tool_entityrecognition-0.9.1.dev2.dist-info}/METADATA +14 -11
- swarmauri_tool_entityrecognition-0.9.1.dev2.dist-info/RECORD +7 -0
- {swarmauri_tool_entityrecognition-0.9.0.dev7.dist-info → swarmauri_tool_entityrecognition-0.9.1.dev2.dist-info}/WHEEL +1 -1
- swarmauri_tool_entityrecognition-0.9.0.dev7.dist-info/RECORD +0 -7
- {swarmauri_tool_entityrecognition-0.9.0.dev7.dist-info → swarmauri_tool_entityrecognition-0.9.1.dev2.dist-info}/entry_points.txt +0 -0
- {swarmauri_tool_entityrecognition-0.9.0.dev7.dist-info → swarmauri_tool_entityrecognition-0.9.1.dev2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,21 +1,26 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: swarmauri_tool_entityrecognition
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1.dev2
|
|
4
4
|
Summary: Swarmauri Community Entity Recognition Tool
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Keywords: swarmauri,tool,entityrecognition,community,entity,recognition
|
|
8
8
|
Author: Jacob Stewart
|
|
9
9
|
Author-email: jacob@swarmauri.com
|
|
10
|
-
Requires-Python: >=3.10,<3.
|
|
10
|
+
Requires-Python: >=3.10,<3.15
|
|
11
11
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
15
12
|
Classifier: Natural Language :: English
|
|
16
13
|
Classifier: Development Status :: 3 - Alpha
|
|
17
14
|
Classifier: Intended Audience :: Developers
|
|
18
15
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
16
|
+
Classifier: Programming Language :: Python
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
19
24
|
Requires-Dist: swarmauri_base
|
|
20
25
|
Requires-Dist: swarmauri_core
|
|
21
26
|
Requires-Dist: swarmauri_standard
|
|
@@ -25,23 +30,21 @@ Requires-Dist: torch (>=2.6.0)
|
|
|
25
30
|
Requires-Dist: transformers (>=4.45.0)
|
|
26
31
|
Description-Content-Type: text/markdown
|
|
27
32
|
|
|
28
|
-

|
|
29
34
|
|
|
30
35
|
<p align="center">
|
|
31
|
-
<a href="https://
|
|
32
|
-
<img src="https://
|
|
36
|
+
<a href="https://pepy.tech/project/swarmauri_tool_entityrecognition/">
|
|
37
|
+
<img src="https://static.pepy.tech/badge/swarmauri_tool_entityrecognition/month" alt="PyPI - Downloads"/></a>
|
|
33
38
|
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_tool_entityrecognition/">
|
|
34
39
|
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_tool_entityrecognition.svg"/></a>
|
|
35
40
|
<a href="https://pypi.org/project/swarmauri_tool_entityrecognition/">
|
|
36
|
-
<img src="https://img.shields.io/
|
|
41
|
+
<img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue" alt="PyPI - Python Version"/></a>
|
|
37
42
|
<a href="https://pypi.org/project/swarmauri_tool_entityrecognition/">
|
|
38
43
|
<img src="https://img.shields.io/pypi/l/swarmauri_tool_entityrecognition" alt="PyPI - License"/></a>
|
|
39
44
|
<a href="https://pypi.org/project/swarmauri_tool_entityrecognition/">
|
|
40
45
|
<img src="https://img.shields.io/pypi/v/swarmauri_tool_entityrecognition?label=swarmauri_tool_entityrecognition&color=green" alt="PyPI - swarmauri_tool_entityrecognition"/></a>
|
|
41
46
|
</p>
|
|
42
47
|
|
|
43
|
-
---
|
|
44
|
-
|
|
45
48
|
# Swarmauri Tool Entity Recognition
|
|
46
49
|
|
|
47
50
|
Named-entity recognition tool for Swarmauri based on Hugging Face transformers. Uses the default `pipeline("ner")` model to detect tokens labeled as PERSON, ORG, LOC, etc., and returns a JSON-encoded dictionary of entities grouped by label.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
swarmauri_tool_entityrecognition/EntityRecognitionTool.py,sha256=wW86KEftRWOgK6gNAnceU6JD5axRLBBGo12j3s5ut9M,1620
|
|
2
|
+
swarmauri_tool_entityrecognition/__init__.py,sha256=5HvHIxCXgQLz5SVyLnSNWeTIp-bSXDNKEPSpV0bQl2o,527
|
|
3
|
+
swarmauri_tool_entityrecognition-0.9.1.dev2.dist-info/METADATA,sha256=fwBxe-OqF9fxr102b3YeeaQmG5fmKwc5xnfn-135MCo,4562
|
|
4
|
+
swarmauri_tool_entityrecognition-0.9.1.dev2.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
|
|
5
|
+
swarmauri_tool_entityrecognition-0.9.1.dev2.dist-info/entry_points.txt,sha256=fHdTlf5pEqcqXm7zMORmZ02nlIGkUYnomIS59-YBV1w,118
|
|
6
|
+
swarmauri_tool_entityrecognition-0.9.1.dev2.dist-info/licenses/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
|
|
7
|
+
swarmauri_tool_entityrecognition-0.9.1.dev2.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
swarmauri_tool_entityrecognition/EntityRecognitionTool.py,sha256=wW86KEftRWOgK6gNAnceU6JD5axRLBBGo12j3s5ut9M,1620
|
|
2
|
-
swarmauri_tool_entityrecognition/__init__.py,sha256=5HvHIxCXgQLz5SVyLnSNWeTIp-bSXDNKEPSpV0bQl2o,527
|
|
3
|
-
swarmauri_tool_entityrecognition-0.9.0.dev7.dist-info/METADATA,sha256=_B5S08ti0smIVQ94-VQ1i7xLxCrXiyh3YFqXdoDRsxk,4311
|
|
4
|
-
swarmauri_tool_entityrecognition-0.9.0.dev7.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
|
|
5
|
-
swarmauri_tool_entityrecognition-0.9.0.dev7.dist-info/entry_points.txt,sha256=fHdTlf5pEqcqXm7zMORmZ02nlIGkUYnomIS59-YBV1w,118
|
|
6
|
-
swarmauri_tool_entityrecognition-0.9.0.dev7.dist-info/licenses/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
|
|
7
|
-
swarmauri_tool_entityrecognition-0.9.0.dev7.dist-info/RECORD,,
|
|
File without changes
|