From cec2636a7e36d9d208e3ad154b909f6379a9c449 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Sat, 19 Feb 2022 12:36:02 -0600 Subject: [PATCH] feat: Add file content to translate --- 6-NLP/5-Hotel-Reviews-2/translations/assignment.es.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 6-NLP/5-Hotel-Reviews-2/translations/assignment.es.md diff --git a/6-NLP/5-Hotel-Reviews-2/translations/assignment.es.md b/6-NLP/5-Hotel-Reviews-2/translations/assignment.es.md new file mode 100644 index 00000000..5f7e853b --- /dev/null +++ b/6-NLP/5-Hotel-Reviews-2/translations/assignment.es.md @@ -0,0 +1,11 @@ +# 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 | +| -------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | ---------------------- | +| | 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 |