Is there any way the Ceton giveaway thread can be parsed.

Home Forums MissingRemote Playground Is there any way the Ceton giveaway thread can be parsed.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25869
    PAPutzback
    Spectator

      It would be interesting if we could build a list of the shows that are listed the most and sort them. Forget Neilsen ratings, MR FTW.

       

      #29492
      Mike Garcen

        that’s actually a great idea…i’m not sure how we’d do it. I’ll talk to Mikinho and see if there’s a way, maybe if we can parse spaces…but since everyone entered their shows differently it may be challenging…but definitely we’ll look into it. Great idea!

        #29494
        PAPutzback

          That spaces part gives me an idea. Can I get a dump of the entire thread in one text file.

          I think if you parsed every word into a column and then did something like:

          Select word, count (word) as TimesRepeated

          WHERE word not in (SELECT word from CommonWords)

          FROM Word

          group by word

          ORDER BY count (word) Asc

           

          #29495
          mikinho

            When the contest finishes next week I can do that.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.