deeplotx 0.4.1__py3-none-any.whl → 0.4.2__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.
deeplotx/__init__.py CHANGED
@@ -4,7 +4,13 @@ import os
4
4
  __ROOT__ = os.path.dirname(os.path.abspath(__file__))
5
5
 
6
6
  from .encoder import BertEncoder, LongTextEncoder, LongformerEncoder
7
- from .nn import LinearRegression, LogisticRegression, SoftmaxRegression
7
+ from .nn import (
8
+ LinearRegression,
9
+ LogisticRegression,
10
+ SoftmaxRegression,
11
+ RecursiveSequential,
12
+ AutoRegression
13
+ )
8
14
  from .trainer import TextBinaryClassifierTrainer
9
15
 
10
16
  __AUTHOR__ = '吴子豪 / Vortez Wohl'
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: deeplotx
3
- Version: 0.4.1
4
- Summary: Easy-2-use long text classifier trainers.
3
+ Version: 0.4.2
4
+ Summary: Easy-2-use long text NLP toolkit.
5
5
  Requires-Python: >=3.10
6
6
  Description-Content-Type: text/markdown
7
7
  License-File: LICENSE
@@ -14,7 +14,7 @@ Requires-Dist: transformers>=4.51.3
14
14
  Requires-Dist: typing-extensions>=4.13.2
15
15
  Dynamic: license-file
16
16
 
17
- # DeepLoTX: Easy2UseLongTextClassifierTrainers
17
+ # DeepLoTX: Easy2UseLongTextNLPToolkit
18
18
 
19
19
  ## Installation
20
20
 
@@ -38,7 +38,7 @@ Dynamic: license-file
38
38
 
39
39
  ## Quick Start
40
40
 
41
- To train a binary classifier for text files:
41
+ To train a binary classifier from text files:
42
42
 
43
43
  ```python
44
44
  from deeplotx.util import get_files, read_file
@@ -1,4 +1,4 @@
1
- deeplotx/__init__.py,sha256=C6N717chqnk3jqh9nuh9oM5hPldX9mCusCn-LqGWJJg,935
1
+ deeplotx/__init__.py,sha256=wMN_AI14V-0BPbQghYpvd2y7eUGfhr7jKTTuur-5Upg,1002
2
2
  deeplotx/encoder/__init__.py,sha256=EM-xrTsHoGaiiFpj-iFAxilMHXC_sQKWYrcq1qCnI3U,138
3
3
  deeplotx/encoder/bert_encoder.py,sha256=A-B7Gj94xv6UhvsFTBH7tnkAdGHRhfUZA2QjSnTKB6c,1970
4
4
  deeplotx/encoder/long_text_encoder.py,sha256=V6VxaHW6bMMaZHgU1UZ8n19UfSIV2f2sarWXquiFffQ,3018
@@ -20,8 +20,8 @@ deeplotx/trainer/text_binary_classification_trainer.py,sha256=5O-5dwVMCj5EDX9gjJ
20
20
  deeplotx/util/__init__.py,sha256=JxqAK_WOOHcYVSTHBT1-WuBwWrPEVDTV3titeVWvNUM,74
21
21
  deeplotx/util/hash.py,sha256=wwsC6kOQvbpuvwKsNQOARd78_wePmW9i3oaUuXRUnpc,352
22
22
  deeplotx/util/read_file.py,sha256=ptzouvEQeeW8KU5BrWNJlXw-vFXVrpS9SkAUxsu6A8A,612
23
- deeplotx-0.4.1.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
24
- deeplotx-0.4.1.dist-info/METADATA,sha256=0Y3sfxpnTZgN8Edk_AIt8bphP9TQ6UScSn2k0tyThj0,1598
25
- deeplotx-0.4.1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
26
- deeplotx-0.4.1.dist-info/top_level.txt,sha256=hKg4pVDXZ-WWxkRfJFczRIll1Sv7VyfKCmzHLXbuh1U,9
27
- deeplotx-0.4.1.dist-info/RECORD,,
23
+ deeplotx-0.4.2.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
24
+ deeplotx-0.4.2.dist-info/METADATA,sha256=9P9wwwclwBpMBg3K6tXB6uJA_K6nkXct6XK8tnXR_IE,1583
25
+ deeplotx-0.4.2.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
26
+ deeplotx-0.4.2.dist-info/top_level.txt,sha256=hKg4pVDXZ-WWxkRfJFczRIll1Sv7VyfKCmzHLXbuh1U,9
27
+ deeplotx-0.4.2.dist-info/RECORD,,