preload_word_lists module

utils.preload_word_lists.get_dale_chall_easy_words()

Returns the list of easy words according to the Dale-Chall readability formula.

Reference: https://en.wikipedia.org/wiki/Dale%E2%80%93Chall_readability_formula

Returns:

A list of easy words as defined by the Dale-Chall readability formula.

Return type:

list

utils.preload_word_lists.get_first_person_words()

Returns a list of first-person pronouns.

Returns:

A list of first-person pronouns.

Return type:

list

utils.preload_word_lists.get_function_words()

Returns the list of function words according to Ranganath, Jurafsky, and McFarland (2013).

Reference: https://web.stanford.edu/~jurafsky/pubs/ranganath2013.pdf

Returns:

A list of function words.

Return type:

list

utils.preload_word_lists.get_question_words()

Returns a list of question words.

Returns:

A list of question words.

Return type:

list