|
|
Person |
Method Specifications |
Description |
|
GUI Environment
|
Bryan |
|
· Load text content in text field · Menu options · Separate modes for text documents and webpages |
|
Superclass NAME: SuperEditor |
Amy |
|
· Create file input ability with filter for files · Load URL filtering out HTML tags · Create output stream · Store content in an array |
|
Subclass 1 NAME: MetaClass *extends SuperEditor |
Jen |
|
· Sort content array · Count frequency of words (excluding common articles) · Create and output meta tag with top 5 occurring words (perhaps even insert it into the html file and save) |
|
Subclass 2 NAME: WordClass *extends SuperEditor |
Allen |
|
· Search content for a specific word and bold all occurrences of that word · Display content in a rainbow of colors (randomly selected or predetermined) |