essence v0.2.0 Essence.DaleChall

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

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

Functions

is_easy_word?(token)

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

is_hard_word?(token)

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