Essence.DaleChall (essence v0.3.0)

This module implements the revised (1995) list of Dale-Chall's 'easy' words.

Link to this section Summary

Functions

Returns true if the given token is in the Dale-Chall list of easy words, false otherwise.

Returns true if the given token is not in the Dale-Chall list of easy words, false otherwise.

Link to this section Functions

Link to this function

is_easy_word?(token)

Specs

is_easy_word?(any()) :: boolean()

Returns true if the given token is in the Dale-Chall list of easy words, false otherwise.

Link to this function

is_hard_word?(token)

Specs

is_hard_word?(any()) :: boolean()

Returns true if the given token is not in the Dale-Chall list of easy words, false otherwise.