The WordFreq module supports the parsing and sorting alphabetically words in a text file. The primary use case is to collect word frequency information locally per document aswell as across multiple documents.
WordFreq Classes
Parser - A class that parses and stores word frequency analytics.
ParserCollection - A class that holds collection types needed to parse multiple files.
StringHelper - A class that provides common string operations like lowering characters.
Example Usage - parse a file and export the analytics.