livekit-plugins-nltk 1.0.19__py3-none-any.whl → 1.0.21__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.
- livekit/plugins/nltk/__init__.py +5 -0
- livekit/plugins/nltk/version.py +1 -1
- {livekit_plugins_nltk-1.0.19.dist-info → livekit_plugins_nltk-1.0.21.dist-info}/METADATA +4 -4
- livekit_plugins_nltk-1.0.21.dist-info/RECORD +8 -0
- livekit_plugins_nltk-1.0.19.dist-info/RECORD +0 -8
- {livekit_plugins_nltk-1.0.19.dist-info → livekit_plugins_nltk-1.0.21.dist-info}/WHEEL +0 -0
livekit/plugins/nltk/__init__.py
CHANGED
@@ -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__
|
livekit/plugins/nltk/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: livekit-plugins-nltk
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.21
|
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.
|
20
|
+
Requires-Dist: livekit-agents>=1.0.21
|
21
21
|
Requires-Dist: nltk<4,>=3.9.1
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
|
-
# LiveKit
|
24
|
+
# NLTK plugin for LiveKit Agents
|
25
25
|
|
26
|
-
|
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=5lzQkS1jEPqreexacwMd18b2EOx7R5m8AQMKtQRBgC4,601
|
6
|
+
livekit_plugins_nltk-1.0.21.dist-info/METADATA,sha256=hXQWSwB1774RXVmxv6Z21mOHRtvuXIcN9QGwwWVjTEI,1158
|
7
|
+
livekit_plugins_nltk-1.0.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
+
livekit_plugins_nltk-1.0.21.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=UDC8ahmGgRkv-qMQUY3QibuuVevGMQ9Fd4yIhcQBZwA,601
|
6
|
-
livekit_plugins_nltk-1.0.19.dist-info/METADATA,sha256=1XO_rjaVqr_XshcfoVTr1V2sKEbqAkgntRk_FxTz_8U,1163
|
7
|
-
livekit_plugins_nltk-1.0.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
-
livekit_plugins_nltk-1.0.19.dist-info/RECORD,,
|
File without changes
|