NLP 5 last parts

pull/73/head
Jen Looper 4 years ago
parent 50a1307e75
commit 9fcd53b5d4

@ -356,18 +356,17 @@ To review, the steps are:
### Conclusion
When you started, you had a dataset with columns and data but not all of it could be verified or used. You've explored the data, filtered out what you don't need, converted tags into something useful, calculated your own averages, added some sentiment columns and hopefully, learned some interesting things about processing natural text. The challenge coming up is much easier now that you have wrangled your dataset into something useful!
When you started, you had a dataset with columns and data but not all of it could be verified or used. You've explored the data, filtered out what you don't need, converted tags into something useful, calculated your own averages, added some sentiment columns and hopefully, learned some interesting things about processing natural text.
## [Post-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/40/)
## Challenge
Todo
Now that you have your dataset analyzed for sentiment, see if you can use strategies you've learned in this curriculum (clustering, perhaps?) to determine patterns around sentiment.
## Review & Self Study
todo
Take [this Learn module](https://docs.microsoft.com/en-us/learn/modules/classify-user-feedback-with-the-text-analytics-api/?WT.mc_id=academic-15963-cxa) to learn more and use different tools to explore sentiment in text.
## Assignment
[todo](assignment.md)
[Try a different dataset](assignment.md)

@ -1,9 +1,11 @@
# [Assignment Name]
# Try a different dataset
## Instructions
Now that you have learned about using NLTK to assign sentiment to text, try a different dataset. You will probably need to do some data processing around it, so create a notebook and document your thought process. What do you discover?
## Rubric
| Criteria | Exemplary | Adequate | Needs Improvement |
| -------- | --------- | -------- | ----------------- |
| | | | |
| Criteria | Exemplary | Adequate | Needs Improvement |
| -------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | ---------------------- |
| | A complete notebook and dataset are presented with well-documented cells explaining how the sentiment is assigned | The notebook is missing good explanations | The notebook is flawed |

Loading…
Cancel
Save