-
Notifications
You must be signed in to change notification settings - Fork 0
Requirements
- Home page
1.1. User can upload Doc to page
1.1.1. View of Doc appears in middle of screen
1.2. Parameters
1.2.1. TF-IDF parameters to overlay
1.2.1.1. Print full output to file checkbox capable of being checked and unchecked
1.2.1.1.1 If checked, document analysis information gets output to a file
1.2.1.2 List of stop words text entry
1.2.1.2.1 Whatever words are entered are used as “stop words” and are excluded from analysis
1.2.2 Sentiment parameters
1.2.2.1 Train vs. Test ratio entry allowed
1.2.2.1.1 Algorithm reflects entry
1.2.2.2 Number of topics entry
Number of topics allowed/used reflects entry
How many topics printed entry
Number of topics allowed/used reflects entry
Print full output to file checkbox capable of being checked and unchecked
If checked, document analysis information gets output to a file
List of stop words entry
Whatever words are entered are used as “stop words” and are excluded from analysis
IDA parameters
Train vs. Test ratio entry allowed
Algorithm reflects entry
Print full output to file checkbox is capable of being checked and unchecked
If checked, document analysis information gets output to a file
List of stop words entry
Whatever words are entered are used as “stop words” and are excluded from analysis
Analyze document button begins analysis according to selected parameters and given documents
User can drag file into window to upload document
User can input the URL of article via text entry
Article is pulled and used as doc for analysis
User can Create a new project with Create Project button
Name text entry
Name of the project is reflected in title after creation, project is added to the list of projects, and documents uploaded into the project are grouped inside that project for analysis
Submit button creates the new project
Title accurately reflects current project
User can View Files in project with View Files button
List of files uploaded reflected in the view files overlay for the project
Output (Home)
Same Requirements as “Home”
Analyzed text and statistics of parameters shown accurately as an overlay
Sidebar
Home link goes to Home page
Recently Used link goes to Recently Used page
Resources link goes to Resources page
About link goes to About page
Login
User can Continue as Guest → link goes to home page without login
User can Create an Account
Email Address text entry
Password text entry
Confirm Password text entry
Both boxes do not show password as it is entered (“hidden”)
If matching passwords entered, account creation validated
Otherwise, error message
Text entry in the email address box with format checking
Text entry in the password box and entry is hidden
Remember Me checkbox can be checked and unchecked
If Remember Me checkbox checked, user is remembered next login
Forgot password link goes to overlay
Email Address text entry
Account recovery email is received after email address entry
Resources Links to algorithms link correctly to information on the algorithms used by the site The remainder of the text contents of this page are displayed correctly About Simply reflects information concerning the project correctly Recently Used User can Create New Project Name text input Name of project accurately reflects input File browser for new project Allows for uploads and places uploads into new project titled by user entry Preview of projects reflects current projects’ names and contents accurately Right click on projects for dropdown menu Delete project button deletes project Rename project button allows for renaming project User can access other projects by clicking on them Goes to Home with View of document Browser Extension User can go to home page by clicking “Home” User can go to login page by clicking “Login” TF-IDF button to TF-IDF view Stop words text entry Any words entered are excluded from analysis Run button runs analysis on currently open page Output box shows most frequent words used on the page after analysis Sentiment Analysis button to Sentiment Analysis view Train vs. Test Ratio entry allowed Algorithm uses train vs. test ratio entered Stop words text entry Any words entered are excluded from analysis Run button runs analysis on currently open page
Put Requirements here