1
vote
0answers
392 views

Exception in Stanford Parser sample code? [closed]

The following is sample code to use Stanford Parser API to create a tree output from an array of tokenized strings. This code is available here. import java.util.*; import edu.stanford.nlp.trees.*; ...
0
votes
1answer
84 views

music API - Use in application as samples

I'm currently searching for a music streaming service which allows me to stream music to mobile phone apps. This will be both the Apple iPhone and any Android phone. The intention is that users of the ...
0
votes
1answer
383 views

has the Compass in Android API-Demos a bug?

I recently tried out the Compass inside Androids 4.0 API-Demos. It works as long as you hold your phone in portrait-mode, but as soon as you put it into landscape, the "North" is pointing in another ...
0
votes
0answers
540 views

Unable to open the sample Android API demos in eclipse

I'm new here, so any help would be greatly appreciated. I'm having a problem with eclipse's android API's and granting myself with full control did not help. I still get the same annoying message: ...
1
vote
0answers
193 views

Programatically create faded 30-second MP3 samples

Is there a .NET library (or Interop Runtime) to create shorter, 30-second samples from full length MP3 tracks with fade-in and out effects? Related question suggests SoX, which is a command-line ...
1
vote
1answer
128 views

A question on sampling on Yahoo! Answers

I wonder what is the best way to sample,say, 1000 questions,completely randomly from Yahoo! Answer. I want to achieve this complete randomness in which I will totally ignore the categories or date of ...