Word pool generation and utilities for verbal memory experiments.
wordpool
ships with some word pools that can be accessed as follows:
import wordpool words = wordpool.load("ram_categorized_en.txt")
Included word pools can be shown with:
print(wordpool.list_available_pools())