Skip to content
Snippets Groups Projects
Commit f3bea4e0 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Reworded menu options for 2019 assignment.

parent e679aca8
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ from enum import Enum ...@@ -2,8 +2,8 @@ from enum import Enum
class MenuOption(Enum): class MenuOption(Enum):
SHOW_REVIEW = 'Show a review' SHOW_REVIEWS = 'Show reviews'
SAVE_TOKEN_LIST = 'Save the token list to a file' CHECK_TOKEN = 'Check if a token is present'
SHOW_DOCUMENT_FREQUENCY = 'Show the document frequency for a particular token' SHOW_DOCUMENT_FREQUENCY = 'Show the document frequency for a particular token'
SHOW_TOKEN_STATISTICS = 'Show all statistics for a particular token' SHOW_TOKEN_STATISTICS = 'Show all statistics for a particular token'
SHOW_SENTENCE_STATISTICS = 'Show the statistics for a sentence' SHOW_SENTENCE_STATISTICS = 'Show the statistics for a sentence'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment