Rostlab / JS16_ProjectD_Group5

Joffrey Baratheon is one of the most loathed characters in TV history. As a matter of fact people were celebrating his TV death on Twitter. We are interested to learn more on how people feel about different characters by analyzing tweets mentioning GoT characters. In this project you will be analyzing Twitter feeds across a timeline, you will look for the name of GoT characters in that feed and try to identify whether the tweet is positive or negative. You can then generate a metric that evaluates what is the accumulated sentiment expressed on Twitter for that given character at a given point in time, and what is the trend (positive, negative). It will be interesting to intersect the sentiments for characters following the airing of a certain episode (you can easily get the airing date for an episode from the database constructed in Project A).
GNU General Public License v3.0
2 stars 3 forks source link

integration into the website #96

Open gyachdav opened 8 years ago

gyachdav commented 8 years ago

Have you guys already have a discussion with F on how to integrate your app into the website? who is taking care of that in project F?

jcebel commented 8 years ago

I understood @yashha is doing that?

jcebel commented 8 years ago

I've discussed it mostly with him and sometimes also with @jorjo1. I had not much contact the last 3 days, but I told him to get in touch with me if something bad happens and I tracked F's issues, so I assumed everything's going well?

gyachdav commented 8 years ago

@jorjo1 @yashha what's the plan for D5?

jcebel commented 8 years ago

@yashha ? Getting a little nervous? What's the plan at the moment?

yashha commented 8 years ago

Ok so @jorjo1 and I talked today. We really wanna make d5 part of the website. But the truth is we have really many thinks to do. Landingpages, SEO, Stats page, PLODS, About, Contributepage etc. So maybe we get some additional support from you guys. I thought that that we really get the things faster integrated. I have not yet fully integrated your package into our server, that's something I'll do today probably.

jcebel commented 8 years ago

Okay but please tell us what you need. I don't follow into every detail what you're doing in F so if you need support you have to tell us.

gyachdav commented 8 years ago

I do the stats page :)

yashha commented 8 years ago

The plan is

jcebel commented 8 years ago

Regarding the listening button: the function does not return the data in real time. It listens for a certain time and returns the analyses after that. Just to point that out. ;) It was to complicated to do that in another way. I still like it. Also the getSentiments is a good way. @vanp33 you already thought about implementing visualization. Do you have any suggestions? Maybe combining it with d4 implementation? Also @Logarythms and @kajo404 please post suggestions ;)

I've seen you want to make a list with the rankings. So here it would be maybe interesting to list the most loved/hated? (You can keep the switch button you have there. So people can compare different analyses from D4 AND D5)

yashha commented 8 years ago

We wanted to avoid this switch because of usability reasons, but its probably not a really bad solution, because you guys have than a place for your results. @mammuth What do you say about this?

jcebel commented 8 years ago

MAYBE you also make queries possible for characters which are not in the PopChars of @Hack3l? I don't know if that is for any use for the user but the runTwitterRest enables such a function. But the input needs to be checked BEFORE it is passed to function (Because the function is made for programmers to use, not to be open for the world wide web users no offence)

jcebel commented 8 years ago

But you also do that with the PLOD, don't you?

kajo404 commented 8 years ago

Hey guys, sorry for joining the conversation so late. I would stick to the top/worst functions our package provides. The streaming function only delivers the result after the time is up. I really would have loved to some real time observation but time / knowledge didn't allow it.

vanp33 commented 8 years ago

Hi, i don't know if Group 4 has the same data format like us. If yes we can use their implementation (if we are allowed). It will take time to reimplementing from the beginning.