Search (124 results, page 1 of 7)

  • × theme_ss:"Retrievalalgorithmen"
  1. Tober, M.; Hennig, L.; Furch, D.: SEO Ranking-Faktoren und Rang-Korrelationen 2014 : Google Deutschland (2014) 0.02
    0.02018284 = product of:
      0.07063994 = sum of:
        0.003649688 = product of:
          0.014598752 = sum of:
            0.014598752 = weight(_text_:m in 1484) [ClassicSimilarity], result of:
              0.014598752 = score(doc=1484,freq=2.0), product of:
                0.066373095 = queryWeight, product of:
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.026672479 = queryNorm
                0.21994986 = fieldWeight in 1484, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.0625 = fieldNorm(doc=1484)
          0.25 = coord(1/4)
        0.06699025 = sum of:
          0.038080227 = weight(_text_:berlin in 1484) [ClassicSimilarity], result of:
            0.038080227 = score(doc=1484,freq=2.0), product of:
              0.10719733 = queryWeight, product of:
                4.019024 = idf(docFreq=2159, maxDocs=44218)
                0.026672479 = queryNorm
              0.35523486 = fieldWeight in 1484, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                4.019024 = idf(docFreq=2159, maxDocs=44218)
                0.0625 = fieldNorm(doc=1484)
          0.02891002 = weight(_text_:22 in 1484) [ClassicSimilarity], result of:
            0.02891002 = score(doc=1484,freq=2.0), product of:
              0.093402475 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.026672479 = queryNorm
              0.30952093 = fieldWeight in 1484, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.0625 = fieldNorm(doc=1484)
      0.2857143 = coord(2/7)
    
    Date
    13. 9.2014 14:45:22
    Imprint
    Berlin : Searchmetrics
  2. Ackermann, J.: Knuth-Morris-Pratt (2005) 0.02
    0.016258193 = product of:
      0.056903675 = sum of:
        0.05066151 = weight(_text_:institut in 865) [ClassicSimilarity], result of:
          0.05066151 = score(doc=865,freq=4.0), product of:
            0.1470384 = queryWeight, product of:
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.026672479 = queryNorm
            0.34454614 = fieldWeight in 865, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.03125 = fieldNorm(doc=865)
        0.006242163 = product of:
          0.018726489 = sum of:
            0.018726489 = weight(_text_:f in 865) [ClassicSimilarity], result of:
              0.018726489 = score(doc=865,freq=2.0), product of:
                0.10631079 = queryWeight, product of:
                  3.985786 = idf(docFreq=2232, maxDocs=44218)
                  0.026672479 = queryNorm
                0.17614852 = fieldWeight in 865, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.985786 = idf(docFreq=2232, maxDocs=44218)
                  0.03125 = fieldNorm(doc=865)
          0.33333334 = coord(1/3)
      0.2857143 = coord(2/7)
    
    Abstract
    Im Rahmen des Seminars Suchmaschinen und Suchalgorithmen beschäftigt sich diese Arbeit mit dem Auffinden bestimmter Wörter oder Muster in Texten. Der Begriff "Text" wird hier in einem sehr allgemeinen Sinne als strukturierte Folge beliebiger Länge von Zeichen aus einem endlichen Alphabet verstanden. Somit fällt unter diesen Bereich ganz allgemein die Suche nach einem Muster in einer Sequenz von Zeichen. Beispiele hierfür sind neben der Suche von Wörtern in "literarischen" Texten, z.B. das Finden von Pixelfolgen in Bildern oder gar das Finden von Mustern in DNS-Strängen. Das Anwendungsgebiet für eine solche Suche ist weit gefächert. Man denke hier allein an Texteditoren, Literaturdatenbanken, digitale Lexika oder die besagte DNADatenbank. Betrachtet man allein das 1989 publizierte Oxford English Dictionary mit seinen etwa 616500 definierten Stichworten auf gedruckten 21728 Seiten, so gilt es, einen möglichst effizienten Algorithmus für die Suche in Texten zu nutzen. Der in der Arbeit zugrunde liegende Datentyp ist vom Typ String (Zeichenkette), wobei hier offen gelassen wird, wie der Datentyp programmtechnisch realisiert wird. Algorithmen zur Verarbeitung von Zeichenketten (string processing) umfassen ein bestimmtes Spektrum an Anwendungsgebieten [Ot96, S.617 f.], wie z.B. das Komprimieren, das Verschlüssen, das Analysieren (parsen), das Übersetzen von Texten sowie das Suchen in Texten, welches Thema dieses Seminars ist. Im Rahmen dieser Arbeit wird der Knuth-Morris-Pratt Algorithmus vorgestellt, der wie der ebenfalls in diesem Seminar vorgestellte Boyer-Moore Algorithmus einen effizienten Suchalgorithmus darstellt. Dabei soll ein gegebenes Suchwort oder Muster (pattern) in einer gegeben Zeichenkette erkannt werden (pattern matching). Gesucht werden dabei ein oder mehrere Vorkommen eines bestimmten Suchwortes (exact pattern matching). Der Knuth-Morris-Pratt Algorithmus wurde erstmals 1974 als Institutbericht der Stanford University beschrieben und erschien 1977 in der Fachzeitschrift Journal of Computing unter dem Titel "Fast Pattern Matching in Strings" [Kn77]. Der Algorithmus beschreibt eine Suche in Zeichenketten mit linearer Laufzeit. Der Name des Algorithmus setzt sich aus den Entwicklern des Algorithmus Donald E. Knuth, James H. Morris und Vaughan R. Pratt zusammen.
    Content
    Ausarbeitung im Rahmen des Seminars Suchmaschinen und Suchalgorithmen, Institut für Wirtschaftsinformatik Praktische Informatik in der Wirtschaft, Westfälische Wilhelms-Universität Münster. - Vgl.: http://www-wi.uni-muenster.de/pi/lehre/ss05/seminarSuchen/Ausarbeitungen/JanAckermann.pdf
    Imprint
    Münster : Institut für Wirtschaftsinformatik der Westfälische Wilhelms-Universität Münster
  3. Nagelschmidt, M.: Verfahren zur Anfragemodifikation im Information Retrieval (2008) 0.02
    0.016134834 = product of:
      0.056471914 = sum of:
        0.0027372662 = product of:
          0.010949065 = sum of:
            0.010949065 = weight(_text_:m in 2774) [ClassicSimilarity], result of:
              0.010949065 = score(doc=2774,freq=2.0), product of:
                0.066373095 = queryWeight, product of:
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.026672479 = queryNorm
                0.1649624 = fieldWeight in 2774, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.046875 = fieldNorm(doc=2774)
          0.25 = coord(1/4)
        0.05373465 = weight(_text_:institut in 2774) [ClassicSimilarity], result of:
          0.05373465 = score(doc=2774,freq=2.0), product of:
            0.1470384 = queryWeight, product of:
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.026672479 = queryNorm
            0.36544636 = fieldWeight in 2774, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.046875 = fieldNorm(doc=2774)
      0.2857143 = coord(2/7)
    
    Imprint
    Köln : Fachhochschule, Institut für Informationswissenschaft
  4. Mayr, P.: Re-Ranking auf Basis von Bradfordizing für die verteilte Suche in Digitalen Bibliotheken (2009) 0.01
    0.014081855 = product of:
      0.049286492 = sum of:
        0.0358231 = weight(_text_:institut in 4302) [ClassicSimilarity], result of:
          0.0358231 = score(doc=4302,freq=2.0), product of:
            0.1470384 = queryWeight, product of:
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.026672479 = queryNorm
            0.2436309 = fieldWeight in 4302, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.03125 = fieldNorm(doc=4302)
        0.013463395 = product of:
          0.02692679 = sum of:
            0.02692679 = weight(_text_:berlin in 4302) [ClassicSimilarity], result of:
              0.02692679 = score(doc=4302,freq=4.0), product of:
                0.10719733 = queryWeight, product of:
                  4.019024 = idf(docFreq=2159, maxDocs=44218)
                  0.026672479 = queryNorm
                0.251189 = fieldWeight in 4302, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  4.019024 = idf(docFreq=2159, maxDocs=44218)
                  0.03125 = fieldNorm(doc=4302)
          0.5 = coord(1/2)
      0.2857143 = coord(2/7)
    
    Imprint
    Berlin : Humboldt-Universität zu Berlin / Institut für Bibliotheks- und Informationswissenschaft
  5. Fichtner, K.: Boyer-Moore Suchalgorithmus (2005) 0.01
    0.010856039 = product of:
      0.07599227 = sum of:
        0.07599227 = weight(_text_:institut in 864) [ClassicSimilarity], result of:
          0.07599227 = score(doc=864,freq=4.0), product of:
            0.1470384 = queryWeight, product of:
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.026672479 = queryNorm
            0.51681924 = fieldWeight in 864, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.046875 = fieldNorm(doc=864)
      0.14285715 = coord(1/7)
    
    Content
    Ausarbeitung im Rahmen des Seminars Suchmaschinen und Suchalgorithmen, Institut für Wirtschaftsinformatik Praktische Informatik in der Wirtschaft, Westfälische Wilhelms-Universität Münster. - Vgl.: http://www-wi.uni-muenster.de/pi/lehre/ss05/seminarSuchen/Ausarbeitungen/KristoferFichtner.pdf
    Imprint
    Münster : Institut für Wirtschaftsinformatik der Westfälische Wilhelms-Universität Münster
  6. Crestani, F.; Dominich, S.; Lalmas, M.; Rijsbergen, C.J.K. van: Mathematical, logical, and formal methods in information retrieval : an introduction to the special issue (2003) 0.01
    0.009832187 = product of:
      0.022941768 = sum of:
        0.0027372662 = product of:
          0.010949065 = sum of:
            0.010949065 = weight(_text_:m in 1451) [ClassicSimilarity], result of:
              0.010949065 = score(doc=1451,freq=2.0), product of:
                0.066373095 = queryWeight, product of:
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.026672479 = queryNorm
                0.1649624 = fieldWeight in 1451, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.046875 = fieldNorm(doc=1451)
          0.25 = coord(1/4)
        0.009363244 = product of:
          0.028089732 = sum of:
            0.028089732 = weight(_text_:f in 1451) [ClassicSimilarity], result of:
              0.028089732 = score(doc=1451,freq=2.0), product of:
                0.10631079 = queryWeight, product of:
                  3.985786 = idf(docFreq=2232, maxDocs=44218)
                  0.026672479 = queryNorm
                0.26422277 = fieldWeight in 1451, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.985786 = idf(docFreq=2232, maxDocs=44218)
                  0.046875 = fieldNorm(doc=1451)
          0.33333334 = coord(1/3)
        0.010841258 = product of:
          0.021682516 = sum of:
            0.021682516 = weight(_text_:22 in 1451) [ClassicSimilarity], result of:
              0.021682516 = score(doc=1451,freq=2.0), product of:
                0.093402475 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.026672479 = queryNorm
                0.23214069 = fieldWeight in 1451, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.046875 = fieldNorm(doc=1451)
          0.5 = coord(1/2)
      0.42857143 = coord(3/7)
    
    Date
    22. 3.2003 19:27:36
  7. Weiß, B.: Verwandte Seiten finden : "Ähnliche Seiten" oder "What's Related" (2005) 0.01
    0.009046699 = product of:
      0.06332689 = sum of:
        0.06332689 = weight(_text_:institut in 868) [ClassicSimilarity], result of:
          0.06332689 = score(doc=868,freq=4.0), product of:
            0.1470384 = queryWeight, product of:
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.026672479 = queryNorm
            0.43068266 = fieldWeight in 868, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.0390625 = fieldNorm(doc=868)
      0.14285715 = coord(1/7)
    
    Content
    Ausarbeitung im Rahmen des Seminars Suchmaschinen und Suchalgorithmen, Institut für Wirtschaftsinformatik Praktische Informatik in der Wirtschaft, Westfälische Wilhelms-Universität Münster. - Vgl.: http://www-wi.uni-muenster.de/pi/lehre/ss05/seminarSuchen/Ausarbeitungen/BurkhardWei%DF.pdf
    Imprint
    Münster : Institut für Wirtschaftsinformatik der Westfälische Wilhelms-Universität Münster
  8. Marcus, S.: Textvergleich mit mehreren Mustern (2005) 0.01
    0.007237359 = product of:
      0.05066151 = sum of:
        0.05066151 = weight(_text_:institut in 862) [ClassicSimilarity], result of:
          0.05066151 = score(doc=862,freq=4.0), product of:
            0.1470384 = queryWeight, product of:
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.026672479 = queryNorm
            0.34454614 = fieldWeight in 862, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              5.512738 = idf(docFreq=484, maxDocs=44218)
              0.03125 = fieldNorm(doc=862)
      0.14285715 = coord(1/7)
    
    Content
    Ausarbeitung im Rahmen des Seminars Suchmaschinen und Suchalgorithmen, Institut für Wirtschaftsinformatik Praktische Informatik in der Wirtschaft, Westfälische Wilhelms-Universität Münster. - Vgl.: http://www-wi.uni-muenster.de/pi/lehre/ss05/seminarSuchen/Ausarbeitungen/SandraMarcus.pdf
    Imprint
    Münster : Institut für Wirtschaftsinformatik der Westfälische Wilhelms-Universität Münster
  9. Klas, C.-P.; Fuhr, N.; Schaefer, A.: Evaluating strategic support for information access in the DAFFODIL system (2004) 0.01
    0.0071775266 = product of:
      0.050242685 = sum of:
        0.050242685 = sum of:
          0.02856017 = weight(_text_:berlin in 2419) [ClassicSimilarity], result of:
            0.02856017 = score(doc=2419,freq=2.0), product of:
              0.10719733 = queryWeight, product of:
                4.019024 = idf(docFreq=2159, maxDocs=44218)
                0.026672479 = queryNorm
              0.26642615 = fieldWeight in 2419, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                4.019024 = idf(docFreq=2159, maxDocs=44218)
                0.046875 = fieldNorm(doc=2419)
          0.021682516 = weight(_text_:22 in 2419) [ClassicSimilarity], result of:
            0.021682516 = score(doc=2419,freq=2.0), product of:
              0.093402475 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.026672479 = queryNorm
              0.23214069 = fieldWeight in 2419, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=2419)
      0.14285715 = coord(1/7)
    
    Date
    16.11.2008 16:22:48
    Imprint
    Berlin : Springer
  10. Kelledy, F.; Smeaton, A.F.: Signature files and beyond (1996) 0.01
    0.0057727154 = product of:
      0.020204503 = sum of:
        0.009363244 = product of:
          0.028089732 = sum of:
            0.028089732 = weight(_text_:f in 6973) [ClassicSimilarity], result of:
              0.028089732 = score(doc=6973,freq=2.0), product of:
                0.10631079 = queryWeight, product of:
                  3.985786 = idf(docFreq=2232, maxDocs=44218)
                  0.026672479 = queryNorm
                0.26422277 = fieldWeight in 6973, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.985786 = idf(docFreq=2232, maxDocs=44218)
                  0.046875 = fieldNorm(doc=6973)
          0.33333334 = coord(1/3)
        0.010841258 = product of:
          0.021682516 = sum of:
            0.021682516 = weight(_text_:22 in 6973) [ClassicSimilarity], result of:
              0.021682516 = score(doc=6973,freq=2.0), product of:
                0.093402475 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.026672479 = queryNorm
                0.23214069 = fieldWeight in 6973, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.046875 = fieldNorm(doc=6973)
          0.5 = coord(1/2)
      0.2857143 = coord(2/7)
    
    Source
    Information retrieval: new systems and current research. Proceedings of the 16th Research Colloquium of the British Computer Society Information Retrieval Specialist Group, Drymen, Scotland, 22-23 Mar 94. Ed.: R. Leon
  11. Voorhees, E.M.: Implementing agglomerative hierarchic clustering algorithms for use in document retrieval (1986) 0.00
    0.004130003 = product of:
      0.02891002 = sum of:
        0.02891002 = product of:
          0.05782004 = sum of:
            0.05782004 = weight(_text_:22 in 402) [ClassicSimilarity], result of:
              0.05782004 = score(doc=402,freq=2.0), product of:
                0.093402475 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.026672479 = queryNorm
                0.61904186 = fieldWeight in 402, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.125 = fieldNorm(doc=402)
          0.5 = coord(1/2)
      0.14285715 = coord(1/7)
    
    Source
    Information processing and management. 22(1986) no.6, S.465-476
  12. Lavrenko, V.: ¬A generative theory of relevance (2009) 0.00
    0.0040517505 = product of:
      0.014181126 = sum of:
        0.002281055 = product of:
          0.00912422 = sum of:
            0.00912422 = weight(_text_:m in 3306) [ClassicSimilarity], result of:
              0.00912422 = score(doc=3306,freq=2.0), product of:
                0.066373095 = queryWeight, product of:
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.026672479 = queryNorm
                0.13746867 = fieldWeight in 3306, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=3306)
          0.25 = coord(1/4)
        0.011900071 = product of:
          0.023800142 = sum of:
            0.023800142 = weight(_text_:berlin in 3306) [ClassicSimilarity], result of:
              0.023800142 = score(doc=3306,freq=2.0), product of:
                0.10719733 = queryWeight, product of:
                  4.019024 = idf(docFreq=2159, maxDocs=44218)
                  0.026672479 = queryNorm
                0.22202179 = fieldWeight in 3306, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  4.019024 = idf(docFreq=2159, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=3306)
          0.5 = coord(1/2)
      0.2857143 = coord(2/7)
    
    Imprint
    Berlin : Springer
    Type
    m
  13. Schaefer, A.; Jordan, M.; Klas, C.-P.; Fuhr, N.: Active support for query formulation in virtual digital libraries : a case study with DAFFODIL (2005) 0.00
    0.0040517505 = product of:
      0.014181126 = sum of:
        0.002281055 = product of:
          0.00912422 = sum of:
            0.00912422 = weight(_text_:m in 4296) [ClassicSimilarity], result of:
              0.00912422 = score(doc=4296,freq=2.0), product of:
                0.066373095 = queryWeight, product of:
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.026672479 = queryNorm
                0.13746867 = fieldWeight in 4296, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=4296)
          0.25 = coord(1/4)
        0.011900071 = product of:
          0.023800142 = sum of:
            0.023800142 = weight(_text_:berlin in 4296) [ClassicSimilarity], result of:
              0.023800142 = score(doc=4296,freq=2.0), product of:
                0.10719733 = queryWeight, product of:
                  4.019024 = idf(docFreq=2159, maxDocs=44218)
                  0.026672479 = queryNorm
                0.22202179 = fieldWeight in 4296, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  4.019024 = idf(docFreq=2159, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=4296)
          0.5 = coord(1/2)
      0.2857143 = coord(2/7)
    
    Imprint
    Berlin : Springer
  14. Furner, J.: ¬A unifying model of document relatedness for hybrid search engines (2003) 0.00
    0.0038795783 = product of:
      0.013578524 = sum of:
        0.0027372662 = product of:
          0.010949065 = sum of:
            0.010949065 = weight(_text_:m in 2717) [ClassicSimilarity], result of:
              0.010949065 = score(doc=2717,freq=2.0), product of:
                0.066373095 = queryWeight, product of:
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.026672479 = queryNorm
                0.1649624 = fieldWeight in 2717, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.046875 = fieldNorm(doc=2717)
          0.25 = coord(1/4)
        0.010841258 = product of:
          0.021682516 = sum of:
            0.021682516 = weight(_text_:22 in 2717) [ClassicSimilarity], result of:
              0.021682516 = score(doc=2717,freq=2.0), product of:
                0.093402475 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.026672479 = queryNorm
                0.23214069 = fieldWeight in 2717, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.046875 = fieldNorm(doc=2717)
          0.5 = coord(1/2)
      0.2857143 = coord(2/7)
    
    Date
    11. 9.2004 17:32:22
    Source
    Challenges in knowledge representation and organization for the 21st century: Integration of knowledge across boundaries. Proceedings of the 7th ISKO International Conference Granada, Spain, July 10-13, 2002. Ed.: M. López-Huertas
  15. Smeaton, A.F.; Rijsbergen, C.J. van: ¬The retrieval effects of query expansion on a feedback document retrieval system (1983) 0.00
    0.0036137525 = product of:
      0.025296267 = sum of:
        0.025296267 = product of:
          0.050592534 = sum of:
            0.050592534 = weight(_text_:22 in 2134) [ClassicSimilarity], result of:
              0.050592534 = score(doc=2134,freq=2.0), product of:
                0.093402475 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.026672479 = queryNorm
                0.5416616 = fieldWeight in 2134, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.109375 = fieldNorm(doc=2134)
          0.5 = coord(1/2)
      0.14285715 = coord(1/7)
    
    Date
    30. 3.2001 13:32:22
  16. Back, J.: ¬An evaluation of relevancy ranking techniques used by Internet search engines (2000) 0.00
    0.0036137525 = product of:
      0.025296267 = sum of:
        0.025296267 = product of:
          0.050592534 = sum of:
            0.050592534 = weight(_text_:22 in 3445) [ClassicSimilarity], result of:
              0.050592534 = score(doc=3445,freq=2.0), product of:
                0.093402475 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.026672479 = queryNorm
                0.5416616 = fieldWeight in 3445, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.109375 = fieldNorm(doc=3445)
          0.5 = coord(1/2)
      0.14285715 = coord(1/7)
    
    Date
    25. 8.2005 17:42:22
  17. Fuhr, N.: Modelle im Information Retrieval (2013) 0.00
    0.0034000205 = product of:
      0.023800142 = sum of:
        0.023800142 = product of:
          0.047600284 = sum of:
            0.047600284 = weight(_text_:berlin in 724) [ClassicSimilarity], result of:
              0.047600284 = score(doc=724,freq=2.0), product of:
                0.10719733 = queryWeight, product of:
                  4.019024 = idf(docFreq=2159, maxDocs=44218)
                  0.026672479 = queryNorm
                0.44404358 = fieldWeight in 724, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  4.019024 = idf(docFreq=2159, maxDocs=44218)
                  0.078125 = fieldNorm(doc=724)
          0.5 = coord(1/2)
      0.14285715 = coord(1/7)
    
    Imprint
    Berlin : DeGruyter-Saur
  18. Dominich, S.: Mathematical foundations of information retrieval (2001) 0.00
    0.0032329822 = product of:
      0.011315437 = sum of:
        0.002281055 = product of:
          0.00912422 = sum of:
            0.00912422 = weight(_text_:m in 1753) [ClassicSimilarity], result of:
              0.00912422 = score(doc=1753,freq=2.0), product of:
                0.066373095 = queryWeight, product of:
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.026672479 = queryNorm
                0.13746867 = fieldWeight in 1753, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  2.4884486 = idf(docFreq=9980, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=1753)
          0.25 = coord(1/4)
        0.009034382 = product of:
          0.018068764 = sum of:
            0.018068764 = weight(_text_:22 in 1753) [ClassicSimilarity], result of:
              0.018068764 = score(doc=1753,freq=2.0), product of:
                0.093402475 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.026672479 = queryNorm
                0.19345059 = fieldWeight in 1753, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=1753)
          0.5 = coord(1/2)
      0.2857143 = coord(2/7)
    
    Date
    22. 3.2008 12:26:32
    Type
    m
  19. Crestani, F.: Combination of similarity measures for effective spoken document retrieval (2003) 0.00
    0.003121082 = product of:
      0.021847572 = sum of:
        0.021847572 = product of:
          0.06554271 = sum of:
            0.06554271 = weight(_text_:f in 4690) [ClassicSimilarity], result of:
              0.06554271 = score(doc=4690,freq=2.0), product of:
                0.10631079 = queryWeight, product of:
                  3.985786 = idf(docFreq=2232, maxDocs=44218)
                  0.026672479 = queryNorm
                0.6165198 = fieldWeight in 4690, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.985786 = idf(docFreq=2232, maxDocs=44218)
                  0.109375 = fieldNorm(doc=4690)
          0.33333334 = coord(1/3)
      0.14285715 = coord(1/7)
    
  20. Fuhr, N.: Ranking-Experimente mit gewichteter Indexierung (1986) 0.00
    0.0030975023 = product of:
      0.021682516 = sum of:
        0.021682516 = product of:
          0.04336503 = sum of:
            0.04336503 = weight(_text_:22 in 58) [ClassicSimilarity], result of:
              0.04336503 = score(doc=58,freq=2.0), product of:
                0.093402475 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.026672479 = queryNorm
                0.46428138 = fieldWeight in 58, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.09375 = fieldNorm(doc=58)
          0.5 = coord(1/2)
      0.14285715 = coord(1/7)
    
    Date
    14. 6.2015 22:12:44

Years

Languages

  • e 105
  • d 18
  • m 1
  • More… Less…

Types

  • a 104
  • m 12
  • x 6
  • s 4
  • el 2
  • r 1
  • More… Less…