pelican-nlp 0.1.2__py3-none-any.whl → 0.1.3__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-0.1.2.dist-info → pelican_nlp-0.1.3.dist-info}/METADATA +13 -13
- {pelican_nlp-0.1.2.dist-info → pelican_nlp-0.1.3.dist-info}/RECORD +6 -6
- {pelican_nlp-0.1.2.dist-info → pelican_nlp-0.1.3.dist-info}/WHEEL +0 -0
- {pelican_nlp-0.1.2.dist-info → pelican_nlp-0.1.3.dist-info}/licenses/LICENSE +0 -0
- {pelican_nlp-0.1.2.dist-info → pelican_nlp-0.1.3.dist-info}/top_level.txt +0 -0
pelican_nlp/_version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.1.
|
1
|
+
__version__ = "0.1.3"
|
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pelican_nlp
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.3
|
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
|
7
|
-
Project-URL: Homepage, https://github.com/ypauli/
|
8
|
-
Project-URL: Repository, https://github.com/ypauli/
|
9
|
-
Project-URL: Documentation, https://github.com/ypauli/
|
10
|
-
Project-URL: Bug Tracker, https://github.com/ypauli/
|
7
|
+
Project-URL: Homepage, https://github.com/ypauli/pelican_nlp
|
8
|
+
Project-URL: Repository, https://github.com/ypauli/pelican_nlp
|
9
|
+
Project-URL: Documentation, https://github.com/ypauli/pelican_nlp#readme
|
10
|
+
Project-URL: Bug Tracker, https://github.com/ypauli/pelican_nlp/issues
|
11
11
|
Keywords: nlp,linguistics,preprocessing,language-processing,text-analysis
|
12
12
|
Classifier: Development Status :: 1 - Planning
|
13
13
|
Classifier: Intended Audience :: Science/Research
|
@@ -48,18 +48,18 @@ Dynamic: license-file
|
|
48
48
|
PELICAN_nlp
|
49
49
|
====================================
|
50
50
|
|
51
|
-
|
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.
|
52
52
|
|
53
53
|
.. image:: https://img.shields.io/pypi/v/package-name.svg
|
54
|
-
:target: https://pypi.org/project/
|
54
|
+
:target: https://pypi.org/project/pelican_nlp/
|
55
55
|
:alt: PyPI version
|
56
56
|
|
57
57
|
.. image:: https://img.shields.io/github/license/username/package-name.svg
|
58
|
-
:target: https://github.com/ypauli/
|
58
|
+
:target: https://github.com/ypauli/pelican_nlp/blob/main/LICENSE
|
59
59
|
:alt: License
|
60
60
|
|
61
61
|
.. image:: https://img.shields.io/pypi/pyversions/package-name.svg
|
62
|
-
:target: https://pypi.org/project/
|
62
|
+
:target: https://pypi.org/project/pelican_nlp/
|
63
63
|
:alt: Supported Python Versions
|
64
64
|
|
65
65
|
Installation
|
@@ -75,7 +75,7 @@ For the latest development version:
|
|
75
75
|
|
76
76
|
.. code-block:: bash
|
77
77
|
|
78
|
-
pip install https://github.com/
|
78
|
+
pip install https://github.com/ypauli/pelican_nlp/releases/tag/v0.1.2-alpha
|
79
79
|
|
80
80
|
Usage
|
81
81
|
=====
|
@@ -125,15 +125,15 @@ Features
|
|
125
125
|
Examples
|
126
126
|
========
|
127
127
|
|
128
|
-
You can find example setups in the [`examples/`](https://github.com/ypauli/
|
128
|
+
You can find example setups in the [`examples/`](https://github.com/ypauli/pelican_nlp/examples) folder.
|
129
129
|
ALWAYS change the path to the project folder specified in the configuration file to your specific project location.
|
130
130
|
|
131
131
|
Contributing
|
132
132
|
============
|
133
133
|
|
134
|
-
Contributions are welcome! Please check out the `contributing guide <https://github.com/ypauli/
|
134
|
+
Contributions are welcome! Please check out the `contributing guide <https://github.com/ypauli/pelican_nlp/blob/main/CONTRIBUTING.md>`_.
|
135
135
|
|
136
136
|
License
|
137
137
|
=======
|
138
138
|
|
139
|
-
This project is licensed under Attribution-NonCommercial 4.0 International. See the `LICENSE <https://github.com/ypauli/
|
139
|
+
This project is licensed under Attribution-NonCommercial 4.0 International. See the `LICENSE <https://github.com/ypauli/pelican_nlp/blob/main/LICENSE>`_ file for details.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
pelican_nlp/__init__.py,sha256=TD5xjKeXXAH6nUWG-6igbClgovi5r8RIEqI_ix1QeYo,204
|
2
|
-
pelican_nlp/_version.py,sha256=
|
2
|
+
pelican_nlp/_version.py,sha256=R5TtpJu7Qu6sOarfDpp-5Oyy8Pi2Ir3VewCvsCQiAgo,21
|
3
3
|
pelican_nlp/main.py,sha256=xKUqqA3sh9kbk07lKA_poILIU1c8oIeaSsVqPOPY5Tk,7596
|
4
4
|
pelican_nlp/Nils_backup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
pelican_nlp/Nils_backup/extract_acoustic_features.py,sha256=eSP8lXxbZ15YE1HqxGtma9uWOcSN-fI-ig-NwQ9eOA8,10771
|
@@ -68,8 +68,8 @@ pelican_nlp/utils/__init__.py,sha256=q1tGdOOj5UPRC2mGhoMUh8p4cbFCkkbD21bQaOVvFao
|
|
68
68
|
pelican_nlp/utils/csv_functions.py,sha256=hsG73gm3Up9sAerp6gIxuNHaeP1vJj6HSh7ggVm1SSo,7272
|
69
69
|
pelican_nlp/utils/sample_usage.py,sha256=W__OVMjWND-ZtxxRhfGJDHwbVpGlB-anXDxyA5P4cME,353
|
70
70
|
pelican_nlp/utils/setup_functions.py,sha256=s0QcarswU8qeFBcEQNIYC1ooaD-xwRiTJn--yPEId8E,3612
|
71
|
-
pelican_nlp-0.1.
|
72
|
-
pelican_nlp-0.1.
|
73
|
-
pelican_nlp-0.1.
|
74
|
-
pelican_nlp-0.1.
|
75
|
-
pelican_nlp-0.1.
|
71
|
+
pelican_nlp-0.1.3.dist-info/licenses/LICENSE,sha256=m3jshBZIXKiBX6qhmhtJcLTVJ1N6BEkQGIflneXvpYg,19336
|
72
|
+
pelican_nlp-0.1.3.dist-info/METADATA,sha256=U_PWoZdXS5KVZUXUokNZBWQikMj-8VfOKyh-6nscySE,4998
|
73
|
+
pelican_nlp-0.1.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
74
|
+
pelican_nlp-0.1.3.dist-info/top_level.txt,sha256=F0qlyqy5FCd3sTS_npUYPeLKN9_BZq6wD4qo9pI0xbg,12
|
75
|
+
pelican_nlp-0.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|