chaine 3.11.0__cp311-cp311-win32.whl → 3.13.1__cp311-cp311-win32.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.
Potentially problematic release.
This version of chaine might be problematic. Click here for more details.
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: chaine
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.13.1
|
|
4
4
|
Summary: Linear-chain conditional random fields for natural language processing
|
|
5
5
|
Author: Severin Simmler
|
|
6
6
|
Author-email: s.simmler@snapaddy.com
|
|
7
|
-
Requires-Python:
|
|
7
|
+
Requires-Python: >=3.10,<4.0
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
9
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
10
13
|
Description-Content-Type: text/markdown
|
|
11
14
|
|
|
12
15
|
# Chaine
|
|
@@ -15,7 +18,7 @@ Description-Content-Type: text/markdown
|
|
|
15
18
|
[](https://pepy.tech/project/chaine)
|
|
16
19
|
[](https://pepy.tech/project/chaine)
|
|
17
20
|
|
|
18
|
-
Chaine is a modern, fast and lightweight Python library implementing **linear-chain conditional random fields
|
|
21
|
+
Chaine is a modern, fast and lightweight Python library implementing **linear-chain conditional random fields**. Use it for sequence labeling tasks like [named entity recognition](https://en.wikipedia.org/wiki/Named-entity_recognition) or [part-of-speech tagging](https://en.wikipedia.org/wiki/Part-of-speech_tagging).
|
|
19
22
|
|
|
20
23
|
The main goals of this project are:
|
|
21
24
|
|
|
@@ -53,7 +56,7 @@ You can train models using the following methods:
|
|
|
53
56
|
- Passive Aggressive ([Crammer et al. 2006](https://jmlr.csail.mit.edu/papers/v7/crammer06a.html))
|
|
54
57
|
- Adaptive Regularization of Weight Vectors ([Mejer et al. 2010](https://aclanthology.org/D10-1095.pdf))
|
|
55
58
|
|
|
56
|
-
Please refer to the paper by [Lafferty et al.](https://repository.upenn.edu/cgi/viewcontent.cgi?article=1162&context=cis_papers) for a general introduction to **conditional random fields
|
|
59
|
+
Please refer to the paper by [Lafferty et al.](https://repository.upenn.edu/cgi/viewcontent.cgi?article=1162&context=cis_papers) for a general introduction to **conditional random fields** or the respective chapter in [Speech and Language Processing](https://web.stanford.edu/~jurafsky/slp3/8.pdf).
|
|
57
60
|
|
|
58
61
|
## Usage
|
|
59
62
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
chaine/__init__.py,sha256=praojWUCZA6AymuA7NP2ANXewNPGn-93MGg8ijpUtBA,99
|
|
2
|
-
chaine/_core/crf.cpp,sha256=
|
|
2
|
+
chaine/_core/crf.cpp,sha256=RVQa67CyT5GIbFb0eT-da6ZJONHLolDMxifNHwoSrig,817473
|
|
3
3
|
chaine/_core/crf.pyx,sha256=LGk43UIZNMZPlaYPbYRmPNksBpToy_A83QnVmfJ-JFU,9364
|
|
4
4
|
chaine/_core/crfsuite/COPYING,sha256=xOzN3-NL9YsNIK2I7iz_1SUuFoPlmJjCs1OFg3jKM9o,1562
|
|
5
5
|
chaine/_core/crfsuite/include/crfsuite.h,sha256=digqo1geQE2NOl__ytJQ1UJIqUux4votDpUvNeYGx9M,39708
|
|
@@ -62,7 +62,7 @@ chaine/optimization/utils.py,sha256=BDoNbBvJ4wA5B3ULbGu8NIzeh6mtpxM8q3UVYCJ7tP0,
|
|
|
62
62
|
chaine/training.py,sha256=KJQGR1GUAWwyRGWhKkBD4CnFe3_CVPd0bn04mFL7E0c,8585
|
|
63
63
|
chaine/typing.py,sha256=Ng17IeltbamOf2K-0CMZsrRNRUriCylyDPWy3DUnq_k,411
|
|
64
64
|
chaine/validation.py,sha256=lvcTQauH7laY102PUC2NACJXRA-DdtKeUfrXvor0XcY,1038
|
|
65
|
-
chaine/_core/crf.cp311-win32.pyd,sha256=
|
|
66
|
-
chaine-3.
|
|
67
|
-
chaine-3.
|
|
68
|
-
chaine-3.
|
|
65
|
+
chaine/_core/crf.cp311-win32.pyd,sha256=2S2Htcp-NOb-fQzQgVw-ntIHt6XHoY4-7oV_YE3smY8,228352
|
|
66
|
+
chaine-3.13.1.dist-info/METADATA,sha256=ZJlOLAhb2T6kJLFhOAS1RD1Wizf0NB-249R9BVPyo18,12465
|
|
67
|
+
chaine-3.13.1.dist-info/WHEEL,sha256=lAZKqc9tfoDOw5cFump4zhIhyiHOm32GTe7g1jTfaws,94
|
|
68
|
+
chaine-3.13.1.dist-info/RECORD,,
|