Skip to main content

Create stimuli pools for psychological research

Project description

stimpool

PyPI - Version PyPI - Python Version GitHub Tests codecov Read the Docs Black pre-commit

Easily create stimuli pools for cognitive, learning, and psycholinguistics research

Features

  • Easily create Spanish word pools for research
  • Specify the characteristics that meet your needs
  • Provide your own word pool or use the default one
  • Get the cleaned pool or save it to a file

Getting Started

Installation

pip install stimpool

Usage

from stimpool.words import WordPool
words = ["gato", "canción", "oso", "otorrinolaringólogo"]
word_pool = WordPool(words)
word_pool.select_words_without_accented_characters()
print(word_pool.words)

Check the documentation for more details.

Contributing to this project

All contributions are welcome!

If you encounter any bugs, please open an issue on GitHub.

To contribute to this project, clone the repository, add your contribution, and submit a pull request. Be sure to run the tests or provided a test-case if adding new functionality.

Author

This project was developed by Mario E. Bermonti-Pérez as part of his academic research. Feel free to contact me at mbermonti@psm.edu or mbermonti1132@gmail.com

Credits

This package was created with Cookiecutter and the fedejaure/cookiecutter-modern-pypackage project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stimpool-0.1.1.tar.gz (1.4 MB view hashes)

Uploaded Source

Built Distribution

stimpool-0.1.1-py3-none-any.whl (1.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page