chaine 3.11.0__cp311-cp311-win_amd64.whl → 3.13.1__cp311-cp311-win_amd64.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.11.0
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: ==3.11.*
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
  [![downloads/month](https://static.pepy.tech/personalized-badge/chaine?period=month&units=abbreviation&left_color=black&right_color=black&left_text=downloads/month)](https://pepy.tech/project/chaine)
16
19
  [![downloads/week](https://static.pepy.tech/personalized-badge/chaine?period=week&units=abbreviation&left_color=black&right_color=black&left_text=downloads/week)](https://pepy.tech/project/chaine)
17
20
 
18
- Chaine is a modern, fast and lightweight Python library implementing **linear-chain conditional random fields (CRF)**. 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).
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**. Other helpful sources are [Chapter 8.5 of Jurafsky's and Martin's book "Speech and Language Processing"](https://web.stanford.edu/~jurafsky/slp3/8.pdf), this [blog post](https://blog.echen.me/2012/01/03/introduction-to-conditional-random-fields/) or this [video by ritvikmath](https://www.youtube.com/watch?v=rI3DQS0P2fk)
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=A9GRToPRyfz6qIDEoC_L3IBhgi0vbH6bzbJBVpAGn9g,538278
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-win_amd64.pyd,sha256=3sYWznjPCRWO_-oqIP7f83Qvpabvx3Rzb9hmgtuxw9c,238080
66
- chaine-3.11.0.dist-info/METADATA,sha256=NQQjwcCwmBPq52cwaF_RbJDojFRaFTERsEO9MOyDCd4,12528
67
- chaine-3.11.0.dist-info/WHEEL,sha256=yQPlitEm-Io7hDpW36jKHYXM7zUvjMR1PrfcBBAczRQ,98
68
- chaine-3.11.0.dist-info/RECORD,,
65
+ chaine/_core/crf.cp311-win_amd64.pyd,sha256=OoIYOyqm-iT8Yp6jezk0JktKQgRklEn6EY8WeR4L5Uo,276992
66
+ chaine-3.13.1.dist-info/METADATA,sha256=ZJlOLAhb2T6kJLFhOAS1RD1Wizf0NB-249R9BVPyo18,12465
67
+ chaine-3.13.1.dist-info/WHEEL,sha256=OPyaLFJEDucWwuD22ECy9VnBZlUGcTKp5lw_FkArrEA,98
68
+ chaine-3.13.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.6.0
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-win_amd64