|
Syllabus / LearningBitByBitNaturalLanguageLab
Natural Language Lab using NLTK Prepare to share results of the following with the class: Choose a body of text, parse and tag this text and generate statistics including word frequency distribution, part of speech frequency, and anything else you find interesting. Try at least 2 different methods and see how your results differ. Plot your statistics using the different methods as graphs. Code an answer to one of the following: 1. How could you use this information to create a program that would generate new text characteristic of the original? 2. How could you program a Scrabble champion? |