diff --git a/6-NLP/5-Hotel-Reviews-2/README.md b/6-NLP/5-Hotel-Reviews-2/README.md new file mode 100644 index 00000000..e69de29b diff --git a/6-NLP/5-Hotel-Reviews-2/assignment.md b/6-NLP/5-Hotel-Reviews-2/assignment.md new file mode 100644 index 00000000..d4badb79 --- /dev/null +++ b/6-NLP/5-Hotel-Reviews-2/assignment.md @@ -0,0 +1,9 @@ +# [Assignment Name] + +## Instructions + +## Rubric + +| Criteria | Exemplary | Adequate | Needs Improvement | +| -------- | --------- | -------- | ----------------- | +| | | | | diff --git a/6-NLP/5-Hotel-Reviews-2/translations/README.es.md b/6-NLP/5-Hotel-Reviews-2/translations/README.es.md new file mode 100644 index 00000000..e69de29b diff --git a/6-NLP/README.md b/6-NLP/README.md index c6d388d2..173304da 100644 --- a/6-NLP/README.md +++ b/6-NLP/README.md @@ -14,7 +14,8 @@ In these lessons we'll learn the basics of NLP by building small conversational 1. [Introduction to natural language processing](1-Introduction-to-NLP/README.md) 2. [Common NLP tasks and techniques](2-Tasks/README.md) 3. [Translation and sentiment analysis with machine learning](3-Translation-Sentiment/README.md) -4. TBD +4. [NLTK for Sentiment Analysis](4-Hotel-Reviews-1/README.md) +5. TBD ## Credits