pelican-nlp 0.1.2__tar.gz → 0.1.3__tar.gz

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.
Files changed (100) hide show
  1. {pelican_nlp-0.1.2/pelican_nlp.egg-info → pelican_nlp-0.1.3}/PKG-INFO +13 -13
  2. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/README.rst +8 -8
  3. pelican_nlp-0.1.3/pelican_nlp/_version.py +1 -0
  4. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3/pelican_nlp.egg-info}/PKG-INFO +13 -13
  5. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pyproject.toml +4 -4
  6. pelican_nlp-0.1.2/pelican_nlp/_version.py +0 -1
  7. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/LICENSE +0 -0
  8. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/MANIFEST.in +0 -0
  9. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_discourse/config_discourse.yml +0 -0
  10. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_discourse/subjects/sub-01/interview/sub-01_interview_schizophrenia_run-01.rtf +0 -0
  11. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_fluency/config_fluency.yml +0 -0
  12. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_fluency/subjects/sub-01/fluency/sub-01_fluency_sem_animals.txt +0 -0
  13. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_fluency/subjects/sub-01/fluency/sub-01_fluency_sem_clothes.txt +0 -0
  14. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_fluency/subjects/sub-01/fluency/sub-01_fluency_sem_food.txt +0 -0
  15. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_fluency/subjects/sub-02/fluency/sub-02_fluency_sem_animals.txt +0 -0
  16. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_fluency/subjects/sub-02/fluency/sub-02_fluency_sem_clothes.txt +0 -0
  17. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_fluency/subjects/sub-02/fluency/sub-02_fluency_sem_food.txt +0 -0
  18. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_image-descriptions/config_image-descriptions.yml +0 -0
  19. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_image-descriptions/subjects/sub-01/ses-01/image-description/sub-01_ses-01_image-description_drug.docx +0 -0
  20. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_image-descriptions/subjects/sub-01/ses-01/image-description/sub-01_ses-01_image-description_placebo.docx +0 -0
  21. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_image-descriptions/subjects/sub-01/ses-02/image-description/sub-01_ses-02_image-description_drug.docx +0 -0
  22. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_image-descriptions/subjects/sub-01/ses-02/image-description/sub-01_ses-02_image-description_placebo.docx +0 -0
  23. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_image-descriptions/subjects/sub-02/ses-01/image-description/sub-02_ses-01_image-description_drug.docx +0 -0
  24. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/examples/PyPI_testing_image-descriptions/subjects/sub-02/ses-01/image-description/sub-02_ses-01_image-description_placebo.docx +0 -0
  25. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/__init__.py +0 -0
  26. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/extract_acoustic_features.py +0 -0
  27. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/__init__.py +0 -0
  28. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/aggregate_fluency_results.py +0 -0
  29. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/behavioral_data.py +0 -0
  30. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/check_duplicates.py +0 -0
  31. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/coherence.py +0 -0
  32. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/config.py +0 -0
  33. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/main.py +0 -0
  34. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/optimality_without_tsa.py +0 -0
  35. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/plot_fluency.py +0 -0
  36. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/plotting_utils.py +0 -0
  37. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/questionnaires_data.py +0 -0
  38. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/stats_fluency.py +0 -0
  39. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/fluency/utils.py +0 -0
  40. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/speaker_diarization_Nils.py +0 -0
  41. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/transcription/__init__.py +0 -0
  42. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/transcription/annotation_tool.py +0 -0
  43. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/transcription/annotation_tool_boundaries.py +0 -0
  44. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/transcription/annotation_tool_sandbox.py +0 -0
  45. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/transcription/output/holmes_control_nova_all_outputs.json +0 -0
  46. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/transcription/test.json +0 -0
  47. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/transcription/transcribe_audio.py +0 -0
  48. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/transcription/transcribe_audio_chunked.py +0 -0
  49. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/transcription/transcription.py +0 -0
  50. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/transcription/transcription_gui.py +0 -0
  51. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Nils_backup/transcription/word_boundaries.py +0 -0
  52. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Silvia_files/Opensmile/opensmile_feature_extraction.py +0 -0
  53. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/Silvia_files/prosogram/prosogram.py +0 -0
  54. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/__init__.py +0 -0
  55. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/configuration_files/config_audio.yml +0 -0
  56. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/configuration_files/config_discourse.yml +0 -0
  57. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/configuration_files/config_fluency.yml +0 -0
  58. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/configuration_files/config_general.yml +0 -0
  59. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/configuration_files/config_morteza.yml +0 -0
  60. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/core/__init__.py +0 -0
  61. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/core/audio_document.py +0 -0
  62. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/core/corpus.py +0 -0
  63. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/core/document.py +0 -0
  64. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/core/subject.py +0 -0
  65. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/extraction/__init__.py +0 -0
  66. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/extraction/acoustic_feature_extraction.py +0 -0
  67. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/extraction/distance_from_randomness.py +0 -0
  68. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/extraction/extract_embeddings.py +0 -0
  69. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/extraction/extract_logits.py +0 -0
  70. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/extraction/language_model.py +0 -0
  71. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/extraction/semantic_similarity.py +0 -0
  72. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/extraction/test_documents/test_features.csv +0 -0
  73. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/extraction/test_documents/wallace_1.15_3.txt +0 -0
  74. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/extraction/test_documents/wallace_1.1_3.txt +0 -0
  75. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/extraction/test_documents/wallace_1_4.txt +0 -0
  76. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/main.py +0 -0
  77. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/metrics_statistics/embeddings_metrics_statistics.py +0 -0
  78. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/praat/__init__.py +0 -0
  79. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/preprocessing/LPDS.py +0 -0
  80. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/preprocessing/__init__.py +0 -0
  81. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/preprocessing/pipeline.py +0 -0
  82. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/preprocessing/speaker_diarization.py +0 -0
  83. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/preprocessing/text_cleaner.py +0 -0
  84. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/preprocessing/text_importer.py +0 -0
  85. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/preprocessing/text_normalizer.py +0 -0
  86. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/preprocessing/text_tokenizer.py +0 -0
  87. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/sample_configuration_files/config_discourse.yml +0 -0
  88. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/sample_configuration_files/config_fluency.yml +0 -0
  89. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/sample_configuration_files/config_general.yml +0 -0
  90. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/utils/__init__.py +0 -0
  91. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/utils/csv_functions.py +0 -0
  92. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/utils/sample_usage.py +0 -0
  93. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp/utils/setup_functions.py +0 -0
  94. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp.egg-info/SOURCES.txt +0 -0
  95. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp.egg-info/dependency_links.txt +0 -0
  96. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp.egg-info/requires.txt +0 -0
  97. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/pelican_nlp.egg-info/top_level.txt +0 -0
  98. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/requirements.txt +0 -0
  99. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/setup.cfg +0 -0
  100. {pelican_nlp-0.1.2 → pelican_nlp-0.1.3}/tests/__init__.py +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pelican_nlp
3
- Version: 0.1.2
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/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
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
- 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
+ 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/pelican-nlp/
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/PELICAN-nlp/blob/main/LICENSE
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/pelican-nlp/
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/yourusername/yourrepo/releases/tag/v0.1.0-alpha
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/PELICAN-nlp/examples) folder.
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/PELICAN-nlp/blob/main/CONTRIBUTING.md>`_.
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/PELICAN-nlp/blob/main/LICENSE>`_ file for details.
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.
@@ -2,18 +2,18 @@
2
2
  PELICAN_nlp
3
3
  ====================================
4
4
 
5
- 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.
5
+ 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.
6
6
 
7
7
  .. image:: https://img.shields.io/pypi/v/package-name.svg
8
- :target: https://pypi.org/project/pelican-nlp/
8
+ :target: https://pypi.org/project/pelican_nlp/
9
9
  :alt: PyPI version
10
10
 
11
11
  .. image:: https://img.shields.io/github/license/username/package-name.svg
12
- :target: https://github.com/ypauli/PELICAN-nlp/blob/main/LICENSE
12
+ :target: https://github.com/ypauli/pelican_nlp/blob/main/LICENSE
13
13
  :alt: License
14
14
 
15
15
  .. image:: https://img.shields.io/pypi/pyversions/package-name.svg
16
- :target: https://pypi.org/project/pelican-nlp/
16
+ :target: https://pypi.org/project/pelican_nlp/
17
17
  :alt: Supported Python Versions
18
18
 
19
19
  Installation
@@ -29,7 +29,7 @@ For the latest development version:
29
29
 
30
30
  .. code-block:: bash
31
31
 
32
- pip install https://github.com/yourusername/yourrepo/releases/tag/v0.1.0-alpha
32
+ pip install https://github.com/ypauli/pelican_nlp/releases/tag/v0.1.2-alpha
33
33
 
34
34
  Usage
35
35
  =====
@@ -79,15 +79,15 @@ Features
79
79
  Examples
80
80
  ========
81
81
 
82
- You can find example setups in the [`examples/`](https://github.com/ypauli/PELICAN-nlp/examples) folder.
82
+ You can find example setups in the [`examples/`](https://github.com/ypauli/pelican_nlp/examples) folder.
83
83
  ALWAYS change the path to the project folder specified in the configuration file to your specific project location.
84
84
 
85
85
  Contributing
86
86
  ============
87
87
 
88
- Contributions are welcome! Please check out the `contributing guide <https://github.com/ypauli/PELICAN-nlp/blob/main/CONTRIBUTING.md>`_.
88
+ Contributions are welcome! Please check out the `contributing guide <https://github.com/ypauli/pelican_nlp/blob/main/CONTRIBUTING.md>`_.
89
89
 
90
90
  License
91
91
  =======
92
92
 
93
- 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.
93
+ 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.
@@ -0,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.2
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/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
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
- 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
+ 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/pelican-nlp/
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/PELICAN-nlp/blob/main/LICENSE
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/pelican-nlp/
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/yourusername/yourrepo/releases/tag/v0.1.0-alpha
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/PELICAN-nlp/examples) folder.
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/PELICAN-nlp/blob/main/CONTRIBUTING.md>`_.
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/PELICAN-nlp/blob/main/LICENSE>`_ file for details.
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.
@@ -49,10 +49,10 @@ dependencies = [
49
49
  ]
50
50
 
51
51
  [project.urls]
52
- Homepage = "https://github.com/ypauli/PELICAN_nlp"
53
- Repository = "https://github.com/ypauli/PELICAN_nlp"
54
- Documentation = "https://github.com/ypauli/PELICAN_nlp#readme"
55
- "Bug Tracker" = "https://github.com/ypauli/PELICAN_nlp/issues"
52
+ Homepage = "https://github.com/ypauli/pelican_nlp"
53
+ Repository = "https://github.com/ypauli/pelican_nlp"
54
+ Documentation = "https://github.com/ypauli/pelican_nlp#readme"
55
+ "Bug Tracker" = "https://github.com/ypauli/pelican_nlp/issues"
56
56
 
57
57
  [tool.setuptools]
58
58
  packages = ["pelican_nlp"]
@@ -1 +0,0 @@
1
- __version__ = "0.1.2"
File without changes
File without changes
File without changes