Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. Tags suggestion
QtWS25 Last Chance

Tags suggestion

Scheduled Pinned Locked Moved Qt.io webservices
16 Posts 5 Posters 6.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DenisKormalev
    wrote on 8 Jul 2010, 21:51 last edited by
    #1

    It will be good to have suggestions for tags when you type them in text field. It will help to avoid duplicates with different spelling (for example now there are some duplicates differs only by dashes instead of spaces).

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mgran
      wrote on 8 Jul 2010, 22:10 last edited by
      #2

      Autosuggest is on the to-do list and we have it working on the backend. We have some vacation time for key developers that will slow us down a bit, but we will be back on track in August.

      And thanks for all your tagging and commenting today Denis, it's much appreciated. You are the first ever "Robot Herder" on the Qt Developer Network, grats! :)

      Project Manager - Qt Development Frameworks

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on 9 Jul 2010, 09:15 last edited by
        #3

        What might be nice too in this context, is to show a list of related items to the one currently being viewed. That could be based on tags, but of course also on words in the content.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          DenisKormalev
          wrote on 9 Jul 2010, 09:24 last edited by
          #4

          I don't think that content-based related items will be really relevant. Maybe tags and nouns from title.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andre
            wrote on 9 Jul 2010, 09:29 last edited by
            #5

            Not so sure. I find that in my work (bibliometric analysis) we can do very nice things with linking based on content. You need to do it smartly, of course, but it can work.

            Another tag-related thing that I encountered, is that I think rights do not work properly. I get the option to remove tags, while I don't have Hobby Entomologist status yet (I just reached Ant Farmer).

            P.S. Congrats on reaching Robot Herder, Denis!

            1 Reply Last reply
            0
            • D Offline
              D Offline
              DenisKormalev
              wrote on 9 Jul 2010, 09:35 last edited by
              #6

              Yeah, of course with good text semantic analysis you can make awesome things. I'm talking about basic analysis.
              Also as we can see at other sites with tagging systems related items based only on tags works well with content and tags number growing.

              1 Reply Last reply
              0
              • T Offline
                T Offline
                tobias.hunger
                wrote on 9 Jul 2010, 09:37 last edited by
                #7

                Is clicking on tags supposed to work already?

                I have not ever seen any pages returned when clicking on an existing tag to find similar items:-(

                1 Reply Last reply
                0
                • D Offline
                  D Offline
                  DenisKormalev
                  wrote on 9 Jul 2010, 09:48 last edited by
                  #8

                  Yeah, MariusG said that tag search is not 100% ready in "this blog":http://developer.qt.nokia.com/blog/view/open_beta_and_other_improvements comments.

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    andre
                    wrote on 9 Jul 2010, 09:49 last edited by
                    #9

                    [quote author="Tobias Hunger" date="1278668246"]Is clicking on tags supposed to work already?

                    I have not ever seen any pages returned when clicking on an existing tag to find similar items:-([/quote]

                    I don't think it works yet. Still useful to tag though, because as soon as it will work, the items will be included.

                    Edit: Denis beat me to it ;-)

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      mgran
                      wrote on 9 Jul 2010, 10:03 last edited by
                      #10

                      [quote author="Andre" date="1278666910"]What might be nice too in this context, is to show a list of related items to the one currently being viewed.[/quote]

                      Andre is at the core right there, we want to do exactly that. We have some way to go before everything is ready, but it has been the goal all a long. We have more content coming from other parts of Qt that will make that feature scale in usefulness.

                      We will obviously use tags and ratings to find that related content, but we're open to other solutions as well. Text semantic analysis, navigation summary, author relations, custom lists / play lists, bookmarking feature... So much to try, so little time :)

                      If you guys know of sites that have excellent "related content" solutions please let us know.

                      Project Manager - Qt Development Frameworks

                      1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        andre
                        wrote on 9 Jul 2010, 10:14 last edited by
                        #11

                        I don't know how other sites implement this kind of thing (I am not a big fan of web development myself), but I have plenty experience with building up this kind of networks on other datasets. That's what the software I build is for...

                        Perhaps you could look into using a Jaccard or Salton index on the keywords and/or title words and/or content words to calculate the similarity between pieces of content. They are not too difficult to calculate.

                        1 Reply Last reply
                        0
                        • M Offline
                          M Offline
                          mgran
                          wrote on 9 Jul 2010, 10:17 last edited by
                          #12

                          [quote author="Andre" date="1278670485"]Perhaps you could look into using a Jaccard or Salton index on the keywords and/or title words and/or content words to calculate the similarity between pieces of content. They are not too difficult to calculate.[/quote]

                          Thanks! We will indeed.

                          Project Manager - Qt Development Frameworks

                          1 Reply Last reply
                          0
                          • D Offline
                            D Offline
                            DenisKormalev
                            wrote on 9 Jul 2010, 11:18 last edited by
                            #13

                            [quote author="MariusG" date="1278669832"]
                            We will obviously use tags and ratings to find that related content, but we're open to other solutions as well. Text semantic analysis, navigation summary, author relations, custom lists / play lists, bookmarking feature... So much to try, so little time :)
                            [/quote]

                            Hm, so user relations are in roadmap too? ;)

                            1 Reply Last reply
                            0
                            • M Offline
                              M Offline
                              mgran
                              wrote on 9 Jul 2010, 11:21 last edited by
                              #14

                              [quote author="Denis Kormalev" date="1278674322"]Hm, so user relations are in roadmap too? ;) [/quote]

                              We are making a "Groups" feature and it's plausible we could add something to the algorithm for related content if the authors share group memberships. Something like that, just thinking out loud :)

                              Project Manager - Qt Development Frameworks

                              1 Reply Last reply
                              0
                              • A Offline
                                A Offline
                                andre
                                wrote on 9 Jul 2010, 11:34 last edited by
                                #15

                                Nice (not needed, but fun!) feature would be to be able to generate a network of authors based on which authors post in the same topics. That would be an indication of the interests/knowledge areas of those authors. Same goes for contributions to the same wiki pages, or perhaps even for the tags users use, or... The possibilities to play with this kind of thing are endless :P

                                These kind of things are fun to do and play around with. :-)
                                I think I have seen it done for commits in the KDE repos too, where a relation between two contributors is established when committing to the same modules or files or something like that. Nice way to see how some people specialize in one area, while others operate more all-round.

                                But hey, I'm a sucker for this kind of thing, so don't pay too much attention to my ramblings here :-)

                                1 Reply Last reply
                                0
                                • R Offline
                                  R Offline
                                  royandre
                                  wrote on 12 Jul 2010, 20:29 last edited by
                                  #16

                                  For a start everyone should type in few keywords of their interests etc in their "profile page":http://developer.qt.nokia.com/member/edit_profile so that others can manually look it up.

                                  Next, we'll call in the "Jaccard index":http://en.wikipedia.org/wiki/Jaccard_index :)

                                  1 Reply Last reply
                                  0

                                  6/16

                                  9 Jul 2010, 09:35

                                  10 unread
                                  • Login

                                  • Login or register to search.
                                  6 out of 16
                                  • First post
                                    6/16
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • Users
                                  • Groups
                                  • Search
                                  • Get Qt Extensions
                                  • Unsolved