-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FeedGenerator and MessageAnalyzer apps #36
Conversation
message-analyzer/Startup.cs
Outdated
} | ||
} | ||
|
||
internal int GenerateRandomSentiment() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have a different distribution for each sentiment?
Something like:
Positive: 70%
Neutral: 20%
Negative: 10%
If we have 5 starts, then I would say it would start more like a normal distribution, with peak at 3 or 4. This is just to make the output look legit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would like to do this later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to create the solution and put all app proj into single solution to maintain the apps.
This PR contains the feed generator and message analyzer apps - #12 and #13.