livekit-plugins-nltk 1.0.18__py3-none-any.whl → 1.0.20__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.
@@ -12,6 +12,11 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+ """NLTK plugin for LiveKit Agents
16
+
17
+ Support for [NLTK](https://www.nltk.org/)-based text processing.
18
+ Currently featuring a `SentenceTokenizer`.
19
+ """
15
20
 
16
21
  from .sentence_tokenizer import SentenceTokenizer
17
22
  from .version import __version__
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "1.0.18"
15
+ __version__ = "1.0.20"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-nltk
3
- Version: 1.0.18
3
+ Version: 1.0.20
4
4
  Summary: Agent Framework plugin for NLTK-based text processing.
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -17,13 +17,13 @@ Classifier: Topic :: Multimedia :: Sound/Audio
17
17
  Classifier: Topic :: Multimedia :: Video
18
18
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
19
19
  Requires-Python: >=3.9.0
20
- Requires-Dist: livekit-agents>=1.0.18
20
+ Requires-Dist: livekit-agents>=1.0.20
21
21
  Requires-Dist: nltk<4,>=3.9.1
22
22
  Description-Content-Type: text/markdown
23
23
 
24
- # LiveKit Plugins NLTK
24
+ # NLTK plugin for LiveKit Agents
25
25
 
26
- Agent Framework plugin for [NLTK](https://www.nltk.org/)-based text processing. Currently featuring a `SentenceTokenizer`.
26
+ Support for [NLTK](https://www.nltk.org/)-based text processing. Currently featuring a `SentenceTokenizer`.
27
27
 
28
28
  ## Installation
29
29
 
@@ -0,0 +1,8 @@
1
+ livekit/plugins/nltk/__init__.py,sha256=Lb0MxA9gKgx02PZ6mBRR2DrEhPZJTwPHN7Bt0PeG1Sk,1441
2
+ livekit/plugins/nltk/log.py,sha256=12Ta0eunqKM3KyIlyzp2QFyO_Y-PBLAtyjEWDiuJdKk,67
3
+ livekit/plugins/nltk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ livekit/plugins/nltk/sentence_tokenizer.py,sha256=aJqwXWpa-phmdtD3cBZ3TqB4iLOU3dCeVBOFNnL3riA,2139
5
+ livekit/plugins/nltk/version.py,sha256=t4KmPVTpEy1pOJ2GRCA-GNJfCQq_-zHNDBxGj4GKfVk,601
6
+ livekit_plugins_nltk-1.0.20.dist-info/METADATA,sha256=AByAfozsLoL-9tznX1B-HPLKm1bELhGphdngs_wvY6A,1158
7
+ livekit_plugins_nltk-1.0.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ livekit_plugins_nltk-1.0.20.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- livekit/plugins/nltk/__init__.py,sha256=OGRJV1ZW2cjo7RO5xDbc_mjY7g-pg3PldHMsLvHb6Go,1294
2
- livekit/plugins/nltk/log.py,sha256=12Ta0eunqKM3KyIlyzp2QFyO_Y-PBLAtyjEWDiuJdKk,67
3
- livekit/plugins/nltk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- livekit/plugins/nltk/sentence_tokenizer.py,sha256=aJqwXWpa-phmdtD3cBZ3TqB4iLOU3dCeVBOFNnL3riA,2139
5
- livekit/plugins/nltk/version.py,sha256=cnPu9FVKZV9tFmmz7lEvftrO3B_nWJVFghi3j6UcJLs,601
6
- livekit_plugins_nltk-1.0.18.dist-info/METADATA,sha256=2fCIHgkf9xMqxriFBrnYSnAdm-qJ-Wrq18Yr_IMMXtE,1163
7
- livekit_plugins_nltk-1.0.18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- livekit_plugins_nltk-1.0.18.dist-info/RECORD,,