pelican-nlp 0.3.0__py3-none-any.whl → 0.3.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.
- pelican_nlp/_version.py +1 -1
- pelican_nlp/main.py +1 -1
- {pelican_nlp-0.3.0.dist-info → pelican_nlp-0.3.2.dist-info}/METADATA +22 -7
- {pelican_nlp-0.3.0.dist-info → pelican_nlp-0.3.2.dist-info}/RECORD +8 -8
- {pelican_nlp-0.3.0.dist-info → pelican_nlp-0.3.2.dist-info}/WHEEL +1 -1
- {pelican_nlp-0.3.0.dist-info → pelican_nlp-0.3.2.dist-info}/entry_points.txt +0 -0
- {pelican_nlp-0.3.0.dist-info → pelican_nlp-0.3.2.dist-info}/licenses/LICENSE +0 -0
- {pelican_nlp-0.3.0.dist-info → pelican_nlp-0.3.2.dist-info}/top_level.txt +0 -0
pelican_nlp/_version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.3.
|
1
|
+
__version__ = "0.3.2"
|
pelican_nlp/main.py
CHANGED
@@ -25,7 +25,7 @@ from pelican_nlp.utils.setup_functions import subject_instantiator, load_config,
|
|
25
25
|
from pelican_nlp.preprocessing import LPDS
|
26
26
|
from pelican_nlp.utils.filename_parser import parse_lpds_filename
|
27
27
|
|
28
|
-
from config import debug_print
|
28
|
+
from pelican_nlp.config import debug_print
|
29
29
|
|
30
30
|
project_path = '/home/yvespauli/PycharmProjects/PyPI_testing_fluency/config_fluency.yml'
|
31
31
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pelican_nlp
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.2
|
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,23 +45,38 @@ Requires-Dist: huggingface_hub==0.29.2
|
|
45
45
|
Dynamic: license-file
|
46
46
|
|
47
47
|
====================================
|
48
|
-
|
48
|
+
pelican_nlp
|
49
49
|
====================================
|
50
50
|
|
51
|
-
|
51
|
+
.. |logo| image:: https://raw.githubusercontent.com/ypauli/pelican_nlp/main/docs/images/pelican_logo.png
|
52
|
+
:alt: pelican_nlp Logo
|
53
|
+
:width: 200px
|
52
54
|
|
53
|
-
|
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/
|
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/
|
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
|
|
76
|
+
.. image:: https://img.shields.io/badge/Contributions-Welcome-brightgreen.svg
|
77
|
+
:target: https://github.com/ypauli/pelican_nlp/blob/main/CONTRIBUTING.md
|
78
|
+
:alt: Contributions Welcome
|
79
|
+
|
65
80
|
Installation
|
66
81
|
============
|
67
82
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
pelican_nlp/__init__.py,sha256=TD5xjKeXXAH6nUWG-6igbClgovi5r8RIEqI_ix1QeYo,204
|
2
|
-
pelican_nlp/_version.py,sha256=
|
2
|
+
pelican_nlp/_version.py,sha256=hn6niW0rcQ9zbFGZRk-OoL4CmZ2lCFOsGI7GCyTTa8I,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
|
-
pelican_nlp/main.py,sha256=
|
5
|
+
pelican_nlp/main.py,sha256=Lsg2ySerEDnVaMyKnG0h76bRgICySmFZ1vHdhR9vOtI,8686
|
6
6
|
pelican_nlp/Nils_backup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
pelican_nlp/Nils_backup/extract_acoustic_features.py,sha256=eSP8lXxbZ15YE1HqxGtma9uWOcSN-fI-ig-NwQ9eOA8,10771
|
8
8
|
pelican_nlp/Nils_backup/speaker_diarization_Nils.py,sha256=3RIhjKihu4Z1rruMt9KESFE2lqesfzIpRr7rLummUEo,10219
|
@@ -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.
|
75
|
-
pelican_nlp-0.3.
|
76
|
-
pelican_nlp-0.3.
|
77
|
-
pelican_nlp-0.3.
|
78
|
-
pelican_nlp-0.3.
|
79
|
-
pelican_nlp-0.3.
|
74
|
+
pelican_nlp-0.3.2.dist-info/licenses/LICENSE,sha256=m3jshBZIXKiBX6qhmhtJcLTVJ1N6BEkQGIflneXvpYg,19336
|
75
|
+
pelican_nlp-0.3.2.dist-info/METADATA,sha256=MgaO6sCvrP_ogRasnLQN3n0pPym1y7u-jl73UzYmVEs,6839
|
76
|
+
pelican_nlp-0.3.2.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
77
|
+
pelican_nlp-0.3.2.dist-info/entry_points.txt,sha256=znlG0paAfju9P10UM3rm5HcCHoj4tarTllNpeaqH_gc,53
|
78
|
+
pelican_nlp-0.3.2.dist-info/top_level.txt,sha256=F0qlyqy5FCd3sTS_npUYPeLKN9_BZq6wD4qo9pI0xbg,12
|
79
|
+
pelican_nlp-0.3.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|