# Functions
NewDocument is a Document constructor that takes a string as an argument.
Syllables returns the number of syllables in the string word.
# Structs
An Assessment provides comprehensive access to a Document's metrics.
A Document represents a collection of text to be analyzed.
A RankedParagraph is a paragraph ranked by its number of keywords.
A Sentence represents a single sentence in a Document.
A Word represents a single word in a Document.