swarmauri_parser_textblob 0.7.0.dev11__tar.gz → 0.7.1.dev1__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.
- {swarmauri_parser_textblob-0.7.0.dev11 → swarmauri_parser_textblob-0.7.1.dev1}/PKG-INFO +14 -9
- swarmauri_parser_textblob-0.7.1.dev1/README.md +51 -0
- {swarmauri_parser_textblob-0.7.0.dev11 → swarmauri_parser_textblob-0.7.1.dev1}/pyproject.toml +2 -2
- swarmauri_parser_textblob-0.7.0.dev11/README.md +0 -46
- {swarmauri_parser_textblob-0.7.0.dev11 → swarmauri_parser_textblob-0.7.1.dev1}/LICENSE +0 -0
- {swarmauri_parser_textblob-0.7.0.dev11 → swarmauri_parser_textblob-0.7.1.dev1}/swarmauri_parser_textblob/TextBlobNounParser.py +0 -0
- {swarmauri_parser_textblob-0.7.0.dev11 → swarmauri_parser_textblob-0.7.1.dev1}/swarmauri_parser_textblob/TextBlobSentenceParser.py +0 -0
- {swarmauri_parser_textblob-0.7.0.dev11 → swarmauri_parser_textblob-0.7.1.dev1}/swarmauri_parser_textblob/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: swarmauri_parser_textblob
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.1.dev1
|
|
4
4
|
Summary: TextBlob Parser for Swarmauri.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Author: Jacob Stewart
|
|
@@ -17,16 +17,21 @@ Requires-Dist: swarmauri_standard
|
|
|
17
17
|
Requires-Dist: textblob (>=0.18.0)
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
|
|
20
|
-

|
|
21
20
|
|
|
22
|
-
|
|
21
|
+

|
|
23
22
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
23
|
+
<p align="center">
|
|
24
|
+
<a href="https://pypi.org/project/swarmauri_parser_textblob/">
|
|
25
|
+
<img src="https://img.shields.io/pypi/dm/swarmauri_parser_textblob" alt="PyPI - Downloads"/></a>
|
|
26
|
+
<a href="https://github.com/swarmauri/swarmauri-sdk/blob/master/pkgs/community/swarmauri_parser_textblob/README.md">
|
|
27
|
+
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_parser_textblob/README.md&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
|
|
28
|
+
<a href="https://pypi.org/project/swarmauri_parser_textblob/">
|
|
29
|
+
<img src="https://img.shields.io/pypi/pyversions/swarmauri_parser_textblob" alt="PyPI - Python Version"/></a>
|
|
30
|
+
<a href="https://pypi.org/project/swarmauri_parser_textblob/">
|
|
31
|
+
<img src="https://img.shields.io/pypi/l/swarmauri_parser_textblob" alt="PyPI - License"/></a>
|
|
32
|
+
<a href="https://pypi.org/project/swarmauri_parser_textblob/">
|
|
33
|
+
<img src="https://img.shields.io/pypi/v/swarmauri_parser_textblob?label=swarmauri_parser_textblob&color=green" alt="PyPI - swarmauri_parser_textblob"/></a>
|
|
34
|
+
</p>
|
|
30
35
|
|
|
31
36
|
---
|
|
32
37
|
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
|
|
2
|
+

|
|
3
|
+
|
|
4
|
+
<p align="center">
|
|
5
|
+
<a href="https://pypi.org/project/swarmauri_parser_textblob/">
|
|
6
|
+
<img src="https://img.shields.io/pypi/dm/swarmauri_parser_textblob" alt="PyPI - Downloads"/></a>
|
|
7
|
+
<a href="https://github.com/swarmauri/swarmauri-sdk/blob/master/pkgs/community/swarmauri_parser_textblob/README.md">
|
|
8
|
+
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_parser_textblob/README.md&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
|
|
9
|
+
<a href="https://pypi.org/project/swarmauri_parser_textblob/">
|
|
10
|
+
<img src="https://img.shields.io/pypi/pyversions/swarmauri_parser_textblob" alt="PyPI - Python Version"/></a>
|
|
11
|
+
<a href="https://pypi.org/project/swarmauri_parser_textblob/">
|
|
12
|
+
<img src="https://img.shields.io/pypi/l/swarmauri_parser_textblob" alt="PyPI - License"/></a>
|
|
13
|
+
<a href="https://pypi.org/project/swarmauri_parser_textblob/">
|
|
14
|
+
<img src="https://img.shields.io/pypi/v/swarmauri_parser_textblob?label=swarmauri_parser_textblob&color=green" alt="PyPI - swarmauri_parser_textblob"/></a>
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# Swarmauri Parser TextBlob
|
|
20
|
+
|
|
21
|
+
A parser package that leverages TextBlob for natural language processing tasks such as sentence parsing and noun phrase extraction.
|
|
22
|
+
|
|
23
|
+
## Installation
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
pip install swarmauri_parser_textblob
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
30
|
+
Basic usage examples with code snippets
|
|
31
|
+
```python
|
|
32
|
+
from swarmauri.parsers.TextBlobSentenceParser import TextBlobSentenceParser
|
|
33
|
+
from swarmauri.parsers.TextBlobNounParser import TextBlobNounParser
|
|
34
|
+
|
|
35
|
+
# Example usage of TextBlobSentenceParser
|
|
36
|
+
sentence_parser = TextBlobSentenceParser()
|
|
37
|
+
sentences = sentence_parser.parse("One more large chapula please.")
|
|
38
|
+
for doc in sentences:
|
|
39
|
+
print(doc.content)
|
|
40
|
+
|
|
41
|
+
# Example usage of TextBlobNounParser
|
|
42
|
+
noun_parser = TextBlobNounParser()
|
|
43
|
+
documents = noun_parser.parse("One more large chapula please.")
|
|
44
|
+
for doc in documents:
|
|
45
|
+
print(doc.content)
|
|
46
|
+
print(doc.metadata["noun_phrases"])
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## Want to help?
|
|
50
|
+
|
|
51
|
+
If you want to contribute to swarmauri-sdk, read up on our [guidelines for contributing](https://github.com/swarmauri/swarmauri-sdk/blob/master/contributing.md) that will help you get started.
|
{swarmauri_parser_textblob-0.7.0.dev11 → swarmauri_parser_textblob-0.7.1.dev1}/pyproject.toml
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "swarmauri_parser_textblob"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.1.dev1"
|
|
4
4
|
description = "TextBlob Parser for Swarmauri."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
@@ -45,7 +45,7 @@ log_cli_format = "%(asctime)s [%(levelname)s] %(message)s"
|
|
|
45
45
|
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
|
|
46
46
|
asyncio_default_fixture_loop_scope = "function"
|
|
47
47
|
|
|
48
|
-
[
|
|
48
|
+
[project.entry-points.'swarmauri.parsers']
|
|
49
49
|
TextBlobNounParser = "swarmauri_parser_textblob.TextBlobNounParser:TextBlobNounParser"
|
|
50
50
|
TextBlobSentenceParser = "swarmauri_parser_textblob.TextBlobSentenceParser:TextBlobSentenceParser"
|
|
51
51
|
[build-system]
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-

|
|
2
|
-
|
|
3
|
-
<div align="center">
|
|
4
|
-
|
|
5
|
-

|
|
6
|
-

|
|
7
|
-

|
|
8
|
-

|
|
9
|
-
|
|
10
|
-
</div>
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# Swarmauri Parser TextBlob
|
|
15
|
-
|
|
16
|
-
A parser package that leverages TextBlob for natural language processing tasks such as sentence parsing and noun phrase extraction.
|
|
17
|
-
|
|
18
|
-
## Installation
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
pip install swarmauri_parser_textblob
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## Usage
|
|
25
|
-
Basic usage examples with code snippets
|
|
26
|
-
```python
|
|
27
|
-
from swarmauri.parsers.TextBlobSentenceParser import TextBlobSentenceParser
|
|
28
|
-
from swarmauri.parsers.TextBlobNounParser import TextBlobNounParser
|
|
29
|
-
|
|
30
|
-
# Example usage of TextBlobSentenceParser
|
|
31
|
-
sentence_parser = TextBlobSentenceParser()
|
|
32
|
-
sentences = sentence_parser.parse("One more large chapula please.")
|
|
33
|
-
for doc in sentences:
|
|
34
|
-
print(doc.content)
|
|
35
|
-
|
|
36
|
-
# Example usage of TextBlobNounParser
|
|
37
|
-
noun_parser = TextBlobNounParser()
|
|
38
|
-
documents = noun_parser.parse("One more large chapula please.")
|
|
39
|
-
for doc in documents:
|
|
40
|
-
print(doc.content)
|
|
41
|
-
print(doc.metadata["noun_phrases"])
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
## Want to help?
|
|
45
|
-
|
|
46
|
-
If you want to contribute to swarmauri-sdk, read up on our [guidelines for contributing](https://github.com/swarmauri/swarmauri-sdk/blob/master/contributing.md) that will help you get started.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|