Skip to content

Commit

Permalink
Fix typo in backfilling reviews.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreeze authored Jan 6, 2025
1 parent 46ad4ac commit f1dc800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/06_backfilling_reviews.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Until now we've worked with one job at a time. In this exercise we'll learn abou

## Sentiment Analysis for Reviews

ChowMojo customers frequently leave reviews after ordering from a restaurant. We'd like to use sentiment analysis to gauge how people feel about a restaurant. New reviews will be analyzed as their submitted, but there is an extensive backlog of reviews for us to process.
ChowMojo customers frequently leave reviews after ordering from a restaurant. We'd like to use sentiment analysis to gauge how people feel about a restaurant. New reviews will be analyzed as they're submitted, but there is an extensive backlog of reviews for us to process.

Create a standard worker that receives a review id, fetches the review with `ChowMojo.get_review`, and then uses `ChowMojo.analyze_sentiment` to handle the rest.

Expand Down

0 comments on commit f1dc800

Please sign in to comment.