The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
38 views

Test and evaluate my answers classifier? [duplicate]

I have created a web applicability that analyses the answers to a question and ranks them by usefulness. This is part of my thesis, and I need to get some real developers feed back. Here is a link to ...
2
votes
0answers
106 views

Stackoverflow Sentiment Search Engine

Sentiment analysis... Generally speaking, sentiment analysis aims to determine the attitude of a speaker or a writer with respect to a topic or the overall contextual polarity of a document. The ...
2
votes
0answers
137 views

Stack Overflow - Deleted Answer Manager

Description This script hides the content of deleted answers (which are visible to 10k+ Stack Overflow users), injects a show content / hide content toggle in the answer's menu, and injects a ...
1
vote
1answer
34 views

json with list of all user's on stackoverflow

I am trying to get the list of all user's in json format (as provided by the api) (using jquery jsonp) What i found is pagesize – The number of collection results to display during pagination. ...
1
vote
1answer
37 views

stack overflow data dump utility error - mysql

I have the SODDI v.11 utility (although the screen says v.10) I also have the SODD from 092011. When I try to import the SF/MSF data, I get: Table 'SF.VoteTypes' doesn't exist. It creates the ...
1
vote
1answer
18 views

Create a question Bookmarket

I want to build a small bookmarklet which can take the selected text and send in to stackoverflow to create a new post containing the selected text. Also get a unique id or something that helps to ...
0
votes
0answers
23 views

Stackoverflow app that can popup question with certain tag as they asked in realtime

I am in search of kind of app that can notify about new question in real time as they are posted. I can create such app with the api provided but i don't want to do that if that is already being done ...