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 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!

Will find a detailed description of all the ways you can contribute to stimpool in the contributing guide.

This is a beginner-friendly project so don’t hesitate to ask any questions or get in touch with the project’s maintainers.

Please review the project’s code of conduct before making any contributions.

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.