livekit-plugins-nltk 1.0.23__py3-none-any.whl → 1.1.0__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.
@@ -31,10 +31,10 @@ from .log import logger
31
31
 
32
32
 
33
33
  class NltkPlugin(Plugin):
34
- def __init__(self):
34
+ def __init__(self) -> None:
35
35
  super().__init__(__name__, __version__, __package__, logger)
36
36
 
37
- def download_files(self):
37
+ def download_files(self) -> None:
38
38
  try:
39
39
  _ = nltk.data.find("tokenizers/punkt_tab")
40
40
  except LookupError:
@@ -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.23"
15
+ __version__ = "1.1.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-nltk
3
- Version: 1.0.23
3
+ Version: 1.1.0
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,7 +17,7 @@ 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.23
20
+ Requires-Dist: livekit-agents>=1.1.0
21
21
  Requires-Dist: nltk<4,>=3.9.1
22
22
  Description-Content-Type: text/markdown
23
23
 
@@ -0,0 +1,8 @@
1
+ livekit/plugins/nltk/__init__.py,sha256=hfbUqosS0llCn4gLw9Bc_fdTDuxUeW6EXeKM8eudyvI,1457
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=7SjyflIFTjH0djSotKGIRoRykPCqMpVYetIlvHMFuh0,600
6
+ livekit_plugins_nltk-1.1.0.dist-info/METADATA,sha256=AHeN7O-dPXL2ChWEE-OaxnGWyuORVe8yybEokiBms_k,1156
7
+ livekit_plugins_nltk-1.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ livekit_plugins_nltk-1.1.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
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=BRUqwxRBnPVqEcIODJdaZHGAanu4zkwM4NsAQjNtUEM,601
6
- livekit_plugins_nltk-1.0.23.dist-info/METADATA,sha256=UTULXQBJIQpbR6Xy0OC50t79Pr8SLfmAAQ1RxkJig1M,1158
7
- livekit_plugins_nltk-1.0.23.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- livekit_plugins_nltk-1.0.23.dist-info/RECORD,,