pelican-nlp 0.3.0__py3-none-any.whl → 0.3.1__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.
pelican_nlp/_version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.3.0"
1
+ __version__ = "0.3.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pelican_nlp
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Preprocessing and Extraction of Linguistic Information for Computational Analysis
5
5
  Author-email: Yves Pauli <yves.pauli@gmail.com>
6
6
  License-Expression: CC-BY-NC-4.0
@@ -45,20 +45,31 @@ Requires-Dist: huggingface_hub==0.29.2
45
45
  Dynamic: license-file
46
46
 
47
47
  ====================================
48
- PELICAN_nlp
48
+ pelican_nlp
49
49
  ====================================
50
50
 
51
- pelican_nlp stands for "Preprocessing and Extraction of Linguistic Information for Computational Analysis - Natural Language Processing". This package enables the creation of standardized and reproducible language processing pipelines, extracting linguistic features from various tasks like discourse, fluency, and image descriptions.
51
+ .. |logo| image:: docs/images/pelican_logo.png
52
+ :alt: PELICAN_nlp Logo
53
+ :width: 200px
52
54
 
53
- .. image:: https://img.shields.io/pypi/v/package-name.svg
55
+ +------------+-------------------------------------------------------------------+
56
+ | |logo| | pelican_nlp stands for "Preprocessing and Extraction of Linguistic|
57
+ | | Information for Computational Analysis - Natural Language |
58
+ | | Processing". This package enables the creation of standardized and|
59
+ | | reproducible language processing pipelines, extracting linguistic |
60
+ | | features from various tasks like discourse, fluency, and image |
61
+ | | descriptions. |
62
+ +------------+-------------------------------------------------------------------+
63
+
64
+ .. image:: https://img.shields.io/pypi/v/pelican_nlp.svg
54
65
  :target: https://pypi.org/project/pelican_nlp/
55
66
  :alt: PyPI version
56
67
 
57
- .. image:: https://img.shields.io/github/license/username/package-name.svg
68
+ .. image:: https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg
58
69
  :target: https://github.com/ypauli/pelican_nlp/blob/main/LICENSE
59
- :alt: License
70
+ :alt: License CC BY-NC 4.0
60
71
 
61
- .. image:: https://img.shields.io/pypi/pyversions/package-name.svg
72
+ .. image:: https://img.shields.io/pypi/pyversions/pelican_nlp.svg
62
73
  :target: https://pypi.org/project/pelican_nlp/
63
74
  :alt: Supported Python Versions
64
75
 
@@ -1,5 +1,5 @@
1
1
  pelican_nlp/__init__.py,sha256=TD5xjKeXXAH6nUWG-6igbClgovi5r8RIEqI_ix1QeYo,204
2
- pelican_nlp/_version.py,sha256=5mDtfU2t04ATmg92S5B-scUcdjCy1ZBq620y3GmpdtQ,21
2
+ pelican_nlp/_version.py,sha256=v-ExhFzOD_GemLcOptv2ZODgnklv9iqEEospk_bU1_w,21
3
3
  pelican_nlp/cli.py,sha256=mPz-ASIMUme69G6YGVpTnHr5VfM3XA4h29WFd7DXpa4,588
4
4
  pelican_nlp/config.py,sha256=cqUYLeqQB_Y-drR4dpxz8l-aLKl7TcfiB8SeN_rNq4I,352
5
5
  pelican_nlp/main.py,sha256=43jz94Zit931nZXs1hSAAPimRbX8Vmj-bEx7rDoYtZ4,8674
@@ -71,9 +71,9 @@ pelican_nlp/utils/csv_functions.py,sha256=7X8pGh49TGZGs7h6JrJD846swCqSHL32mmXJ-8
71
71
  pelican_nlp/utils/filename_parser.py,sha256=PGSKjiYDe_JVAFGcaYHdIYazB3p4MUiG6n8h_uZl8d8,551
72
72
  pelican_nlp/utils/sample_usage.py,sha256=W__OVMjWND-ZtxxRhfGJDHwbVpGlB-anXDxyA5P4cME,353
73
73
  pelican_nlp/utils/setup_functions.py,sha256=Ovd3VMCRpVg_BU8gcF6rGc9mp0zsD2iqJRqRB61lxOg,4529
74
- pelican_nlp-0.3.0.dist-info/licenses/LICENSE,sha256=m3jshBZIXKiBX6qhmhtJcLTVJ1N6BEkQGIflneXvpYg,19336
75
- pelican_nlp-0.3.0.dist-info/METADATA,sha256=XdoEb0w2tOaDNfp0gJ137eFgP4D6DfdKdH3KTpwJ7VM,6155
76
- pelican_nlp-0.3.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
77
- pelican_nlp-0.3.0.dist-info/entry_points.txt,sha256=znlG0paAfju9P10UM3rm5HcCHoj4tarTllNpeaqH_gc,53
78
- pelican_nlp-0.3.0.dist-info/top_level.txt,sha256=F0qlyqy5FCd3sTS_npUYPeLKN9_BZq6wD4qo9pI0xbg,12
79
- pelican_nlp-0.3.0.dist-info/RECORD,,
74
+ pelican_nlp-0.3.1.dist-info/licenses/LICENSE,sha256=m3jshBZIXKiBX6qhmhtJcLTVJ1N6BEkQGIflneXvpYg,19336
75
+ pelican_nlp-0.3.1.dist-info/METADATA,sha256=sgUAHpBqowrsg_yFXs6-HDSgI77js6uqf8josFxjpcM,6593
76
+ pelican_nlp-0.3.1.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
77
+ pelican_nlp-0.3.1.dist-info/entry_points.txt,sha256=znlG0paAfju9P10UM3rm5HcCHoj4tarTllNpeaqH_gc,53
78
+ pelican_nlp-0.3.1.dist-info/top_level.txt,sha256=F0qlyqy5FCd3sTS_npUYPeLKN9_BZq6wD4qo9pI0xbg,12
79
+ pelican_nlp-0.3.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5