C

Wordcount::count() — Method in class Wordcount
Given a chunk of text, tell us how many words are in it!

L

Wordcount::loadLetters() — Method in class Wordcount
the list of valid letters is normally generated when wordcount() is called for the first time. If you'd like it to load earlier (since it takes a hot moment), use this handy method!

W

WordcountClass in namespace Sylae