pelican-nlp 0.1.0__py3-none-any.whl → 0.1.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/__init__.py +1 -1
- {pelican_nlp-0.1.0.dist-info → pelican_nlp-0.1.1.dist-info}/METADATA +11 -19
- {pelican_nlp-0.1.0.dist-info → pelican_nlp-0.1.1.dist-info}/RECORD +6 -6
- {pelican_nlp-0.1.0.dist-info → pelican_nlp-0.1.1.dist-info}/WHEEL +0 -0
- {pelican_nlp-0.1.0.dist-info → pelican_nlp-0.1.1.dist-info}/licenses/LICENSE +0 -0
- {pelican_nlp-0.1.0.dist-info → pelican_nlp-0.1.1.dist-info}/top_level.txt +0 -0
pelican_nlp/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pelican_nlp
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.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
|
@@ -51,7 +51,7 @@ PELICAN_nlp
|
|
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
|
@@ -59,7 +59,7 @@ PELICAN_nlp stands for "Preprocessing and Extraction of Linguistic Information f
|
|
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
|
@@ -82,6 +82,9 @@ Usage
|
|
82
82
|
|
83
83
|
To use the pelican_nlp package:
|
84
84
|
|
85
|
+
Adapt your configuration file to your needs.
|
86
|
+
ALWAYS change the specified project folder location.
|
87
|
+
|
85
88
|
.. code-block:: python
|
86
89
|
|
87
90
|
from pelican_nlp.main import Pelican
|
@@ -94,7 +97,7 @@ For reliable operation, data must be stored in the *Language Processing Data Str
|
|
94
97
|
|
95
98
|
Text and audio files should follow this naming convention:
|
96
99
|
|
97
|
-
|
100
|
+
[subjectID]_[sessionID]_[task]_[task-supplement]_[corpus].[extension]
|
98
101
|
|
99
102
|
- subjectID: ID of subject (e.g., sub-01), mandatory
|
100
103
|
- sessionID: ID of session (e.g., ses-01), if available
|
@@ -121,26 +124,15 @@ Features
|
|
121
124
|
Examples
|
122
125
|
========
|
123
126
|
|
124
|
-
|
125
|
-
|
126
|
-
.. code-block:: python
|
127
|
-
|
128
|
-
from package_name import SomeClass
|
129
|
-
|
130
|
-
configuration_file = "config_fluency.yml"
|
131
|
-
pelican.run(configuration_file)
|
132
|
-
|
133
|
-
*Link to config_fluency.yml*
|
134
|
-
|
135
|
-
Sample folder for data collection of the semantic fluency task:
|
136
|
-
*Link to sample_folder*
|
127
|
+
You can find example setups in the [`examples/`](https://github.com/ypauli/PELICAN-nlp/examples) folder.
|
128
|
+
ALWAYS change the path to the project folder specified in the configuration file to your specific project location.
|
137
129
|
|
138
130
|
Contributing
|
139
131
|
============
|
140
132
|
|
141
|
-
Contributions are welcome! Please check out the `contributing guide <https://github.com/ypauli/PELICAN/blob/main/CONTRIBUTING.md>`_.
|
133
|
+
Contributions are welcome! Please check out the `contributing guide <https://github.com/ypauli/PELICAN-nlp/blob/main/CONTRIBUTING.md>`_.
|
142
134
|
|
143
135
|
License
|
144
136
|
=======
|
145
137
|
|
146
|
-
This project is licensed under Attribution-NonCommercial 4.0 International. See the `LICENSE <https://github.com/ypauli/PELICAN/blob/main/LICENSE>`_ file for details.
|
138
|
+
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,4 +1,4 @@
|
|
1
|
-
pelican_nlp/__init__.py,sha256=
|
1
|
+
pelican_nlp/__init__.py,sha256=opumkxDDKxGZgYyNkkUiu8kbOrBixP8zP_bhljYYktc,192
|
2
2
|
pelican_nlp/main.py,sha256=xKUqqA3sh9kbk07lKA_poILIU1c8oIeaSsVqPOPY5Tk,7596
|
3
3
|
pelican_nlp/core/__init__.py,sha256=whJc5dWsGsKn2IAw-D4BvCvUKW1sVtWYE1WJIuUr5uI,165
|
4
4
|
pelican_nlp/core/audio_document.py,sha256=hhSJNgeqSYa6_uws2ho66agHhAdHuKN3EIEdIsIcXKg,586
|
@@ -32,8 +32,8 @@ pelican_nlp/utils/__init__.py,sha256=q1tGdOOj5UPRC2mGhoMUh8p4cbFCkkbD21bQaOVvFao
|
|
32
32
|
pelican_nlp/utils/csv_functions.py,sha256=hsG73gm3Up9sAerp6gIxuNHaeP1vJj6HSh7ggVm1SSo,7272
|
33
33
|
pelican_nlp/utils/sample_usage.py,sha256=W__OVMjWND-ZtxxRhfGJDHwbVpGlB-anXDxyA5P4cME,353
|
34
34
|
pelican_nlp/utils/setup_functions.py,sha256=s0QcarswU8qeFBcEQNIYC1ooaD-xwRiTJn--yPEId8E,3612
|
35
|
-
pelican_nlp-0.1.
|
36
|
-
pelican_nlp-0.1.
|
37
|
-
pelican_nlp-0.1.
|
38
|
-
pelican_nlp-0.1.
|
39
|
-
pelican_nlp-0.1.
|
35
|
+
pelican_nlp-0.1.1.dist-info/licenses/LICENSE,sha256=m3jshBZIXKiBX6qhmhtJcLTVJ1N6BEkQGIflneXvpYg,19336
|
36
|
+
pelican_nlp-0.1.1.dist-info/METADATA,sha256=WV78gC4295adtWepMzCQm1yCkUa1LIBm9vkz9YFx3Dk,4986
|
37
|
+
pelican_nlp-0.1.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
38
|
+
pelican_nlp-0.1.1.dist-info/top_level.txt,sha256=F0qlyqy5FCd3sTS_npUYPeLKN9_BZq6wD4qo9pI0xbg,12
|
39
|
+
pelican_nlp-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|