Define class ArticleVocabularyLevel and class UserVocabularyLevel to estimate English text difficulty level and user vocabulary level, respectively. Create a new file called vocabulary.py and define the above two classes in it. These classes are going to replace the functions text_difficulty_level() and user_difficulty_level() in difficulty.py. Do not modify difficulty.py. -Hui