Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 607 Bytes

README.rst

File metadata and controls

24 lines (14 loc) · 607 Bytes

wordpool

https://travis-ci.org/pennmem/wordpool.svg?branch=master

Word pool generation and utilities for verbal memory experiments.

Included word pools

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())