Search (32 results, page 1 of 2)

  • × theme_ss:"Retrievalalgorithmen"
  1. Rada, R.; Bicknell, E.: Ranking documents with a thesaurus (1989) 0.04
    0.043554243 = product of:
      0.26132545 = sum of:
        0.26132545 = weight(_text_:1989 in 6908) [ClassicSimilarity], result of:
          0.26132545 = score(doc=6908,freq=5.0), product of:
            0.19158144 = queryWeight, product of:
              4.8801513 = idf(docFreq=912, maxDocs=44218)
              0.039257277 = queryNorm
            1.3640437 = fieldWeight in 6908, product of:
              2.236068 = tf(freq=5.0), with freq of:
                5.0 = termFreq=5.0
              4.8801513 = idf(docFreq=912, maxDocs=44218)
              0.125 = fieldNorm(doc=6908)
      0.16666667 = coord(1/6)
    
    Source
    Journal of the American Society for Information Science. 40(1989) no.5, S.304-310
    Year
    1989
  2. Srinivasan, P.: Intelligent information retrieval using rough set approximations (1989) 0.02
    0.019054981 = product of:
      0.11432988 = sum of:
        0.11432988 = weight(_text_:1989 in 2526) [ClassicSimilarity], result of:
          0.11432988 = score(doc=2526,freq=5.0), product of:
            0.19158144 = queryWeight, product of:
              4.8801513 = idf(docFreq=912, maxDocs=44218)
              0.039257277 = queryNorm
            0.5967691 = fieldWeight in 2526, product of:
              2.236068 = tf(freq=5.0), with freq of:
                5.0 = termFreq=5.0
              4.8801513 = idf(docFreq=912, maxDocs=44218)
              0.0546875 = fieldNorm(doc=2526)
      0.16666667 = coord(1/6)
    
    Source
    Information processing and management. 25(1989) no.4, S.347-361
    Year
    1989
  3. Voorhees, E.M.: Implementing agglomerative hierarchic clustering algorithms for use in document retrieval (1986) 0.01
    0.0070917597 = product of:
      0.042550556 = sum of:
        0.042550556 = product of:
          0.08510111 = sum of:
            0.08510111 = weight(_text_:22 in 402) [ClassicSimilarity], result of:
              0.08510111 = score(doc=402,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = 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.16666667 = coord(1/6)
    
    Source
    Information processing and management. 22(1986) no.6, S.465-476
  4. Ackermann, J.: Knuth-Morris-Pratt (2005) 0.01
    0.0068865307 = product of:
      0.041319184 = sum of:
        0.041319184 = weight(_text_:1989 in 865) [ClassicSimilarity], result of:
          0.041319184 = score(doc=865,freq=2.0), product of:
            0.19158144 = queryWeight, product of:
              4.8801513 = idf(docFreq=912, maxDocs=44218)
              0.039257277 = queryNorm
            0.21567425 = fieldWeight in 865, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              4.8801513 = idf(docFreq=912, maxDocs=44218)
              0.03125 = fieldNorm(doc=865)
      0.16666667 = coord(1/6)
    
    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.
  5. Smeaton, A.F.; Rijsbergen, C.J. van: ¬The retrieval effects of query expansion on a feedback document retrieval system (1983) 0.01
    0.0062052896 = product of:
      0.037231736 = sum of:
        0.037231736 = product of:
          0.07446347 = sum of:
            0.07446347 = weight(_text_:22 in 2134) [ClassicSimilarity], result of:
              0.07446347 = score(doc=2134,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = 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.16666667 = coord(1/6)
    
    Date
    30. 3.2001 13:32:22
  6. Back, J.: ¬An evaluation of relevancy ranking techniques used by Internet search engines (2000) 0.01
    0.0062052896 = product of:
      0.037231736 = sum of:
        0.037231736 = product of:
          0.07446347 = sum of:
            0.07446347 = weight(_text_:22 in 3445) [ClassicSimilarity], result of:
              0.07446347 = score(doc=3445,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = 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.16666667 = coord(1/6)
    
    Date
    25. 8.2005 17:42:22
  7. Fuhr, N.: Ranking-Experimente mit gewichteter Indexierung (1986) 0.01
    0.0053188195 = product of:
      0.031912915 = sum of:
        0.031912915 = product of:
          0.06382583 = sum of:
            0.06382583 = weight(_text_:22 in 58) [ClassicSimilarity], result of:
              0.06382583 = score(doc=58,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = 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.16666667 = coord(1/6)
    
    Date
    14. 6.2015 22:12:44
  8. Fuhr, N.: Rankingexperimente mit gewichteter Indexierung (1986) 0.01
    0.0053188195 = product of:
      0.031912915 = sum of:
        0.031912915 = product of:
          0.06382583 = sum of:
            0.06382583 = weight(_text_:22 in 2051) [ClassicSimilarity], result of:
              0.06382583 = score(doc=2051,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = queryNorm
                0.46428138 = fieldWeight in 2051, 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=2051)
          0.5 = coord(1/2)
      0.16666667 = coord(1/6)
    
    Date
    14. 6.2015 22:12:56
  9. MacFarlane, A.; Robertson, S.E.; McCann, J.A.: Parallel computing for passage retrieval (2004) 0.00
    0.0035458799 = product of:
      0.021275278 = sum of:
        0.021275278 = product of:
          0.042550556 = sum of:
            0.042550556 = weight(_text_:22 in 5108) [ClassicSimilarity], result of:
              0.042550556 = score(doc=5108,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = queryNorm
                0.30952093 = fieldWeight in 5108, 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=5108)
          0.5 = coord(1/2)
      0.16666667 = coord(1/6)
    
    Date
    20. 1.2007 18:30:22
  10. Faloutsos, C.: Signature files (1992) 0.00
    0.0035458799 = product of:
      0.021275278 = sum of:
        0.021275278 = product of:
          0.042550556 = sum of:
            0.042550556 = weight(_text_:22 in 3499) [ClassicSimilarity], result of:
              0.042550556 = score(doc=3499,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = queryNorm
                0.30952093 = fieldWeight in 3499, 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=3499)
          0.5 = coord(1/2)
      0.16666667 = coord(1/6)
    
    Date
    7. 5.1999 15:22:48
  11. Losada, D.E.; Barreiro, A.: Emebedding term similarity and inverse document frequency into a logical model of information retrieval (2003) 0.00
    0.0035458799 = product of:
      0.021275278 = sum of:
        0.021275278 = product of:
          0.042550556 = sum of:
            0.042550556 = weight(_text_:22 in 1422) [ClassicSimilarity], result of:
              0.042550556 = score(doc=1422,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = queryNorm
                0.30952093 = fieldWeight in 1422, 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=1422)
          0.5 = coord(1/2)
      0.16666667 = coord(1/6)
    
    Date
    22. 3.2003 19:27:23
  12. Bornmann, L.; Mutz, R.: From P100 to P100' : a new citation-rank approach (2014) 0.00
    0.0035458799 = product of:
      0.021275278 = sum of:
        0.021275278 = product of:
          0.042550556 = sum of:
            0.042550556 = weight(_text_:22 in 1431) [ClassicSimilarity], result of:
              0.042550556 = score(doc=1431,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = queryNorm
                0.30952093 = fieldWeight in 1431, 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=1431)
          0.5 = coord(1/2)
      0.16666667 = coord(1/6)
    
    Date
    22. 8.2014 17:05:18
  13. Tober, M.; Hennig, L.; Furch, D.: SEO Ranking-Faktoren und Rang-Korrelationen 2014 : Google Deutschland (2014) 0.00
    0.0035458799 = product of:
      0.021275278 = sum of:
        0.021275278 = product of:
          0.042550556 = sum of:
            0.042550556 = weight(_text_:22 in 1484) [ClassicSimilarity], result of:
              0.042550556 = score(doc=1484,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = 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.5 = coord(1/2)
      0.16666667 = coord(1/6)
    
    Date
    13. 9.2014 14:45:22
  14. Ravana, S.D.; Rajagopal, P.; Balakrishnan, V.: Ranking retrieval systems using pseudo relevance judgments (2015) 0.00
    0.0031341442 = product of:
      0.018804865 = sum of:
        0.018804865 = product of:
          0.03760973 = sum of:
            0.03760973 = weight(_text_:22 in 2591) [ClassicSimilarity], result of:
              0.03760973 = score(doc=2591,freq=4.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = queryNorm
                0.27358043 = fieldWeight in 2591, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=2591)
          0.5 = coord(1/2)
      0.16666667 = coord(1/6)
    
    Date
    20. 1.2015 18:30:22
    18. 9.2018 18:22:56
  15. Chang, C.-H.; Hsu, C.-C.: Integrating query expansion and conceptual relevance feedback for personalized Web information retrieval (1998) 0.00
    0.0031026448 = product of:
      0.018615868 = sum of:
        0.018615868 = product of:
          0.037231736 = sum of:
            0.037231736 = weight(_text_:22 in 1319) [ClassicSimilarity], result of:
              0.037231736 = score(doc=1319,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = queryNorm
                0.2708308 = fieldWeight in 1319, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.0546875 = fieldNorm(doc=1319)
          0.5 = coord(1/2)
      0.16666667 = coord(1/6)
    
    Date
    1. 8.1996 22:08:06
  16. Kanaeva, Z.: Ranking: Google und CiteSeer (2005) 0.00
    0.0031026448 = product of:
      0.018615868 = sum of:
        0.018615868 = product of:
          0.037231736 = sum of:
            0.037231736 = weight(_text_:22 in 3276) [ClassicSimilarity], result of:
              0.037231736 = score(doc=3276,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = queryNorm
                0.2708308 = fieldWeight in 3276, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.0546875 = fieldNorm(doc=3276)
          0.5 = coord(1/2)
      0.16666667 = coord(1/6)
    
    Date
    20. 3.2005 16:23:22
  17. Joss, M.W.; Wszola, S.: ¬The engines that can : text search and retrieval software, their strategies, and vendors (1996) 0.00
    0.0026594098 = product of:
      0.015956458 = sum of:
        0.015956458 = product of:
          0.031912915 = sum of:
            0.031912915 = weight(_text_:22 in 5123) [ClassicSimilarity], result of:
              0.031912915 = score(doc=5123,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = queryNorm
                0.23214069 = fieldWeight in 5123, 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=5123)
          0.5 = coord(1/2)
      0.16666667 = coord(1/6)
    
    Date
    12. 9.1996 13:56:22
  18. Kelledy, F.; Smeaton, A.F.: Signature files and beyond (1996) 0.00
    0.0026594098 = product of:
      0.015956458 = sum of:
        0.015956458 = product of:
          0.031912915 = sum of:
            0.031912915 = weight(_text_:22 in 6973) [ClassicSimilarity], result of:
              0.031912915 = score(doc=6973,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = 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.16666667 = coord(1/6)
    
    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
  19. 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.00
    0.0026594098 = product of:
      0.015956458 = sum of:
        0.015956458 = product of:
          0.031912915 = sum of:
            0.031912915 = weight(_text_:22 in 1451) [ClassicSimilarity], result of:
              0.031912915 = score(doc=1451,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = 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.16666667 = coord(1/6)
    
    Date
    22. 3.2003 19:27:36
  20. Fan, W.; Fox, E.A.; Pathak, P.; Wu, H.: ¬The effects of fitness functions an genetic programming-based ranking discovery for Web search (2004) 0.00
    0.0026594098 = product of:
      0.015956458 = sum of:
        0.015956458 = product of:
          0.031912915 = sum of:
            0.031912915 = weight(_text_:22 in 2239) [ClassicSimilarity], result of:
              0.031912915 = score(doc=2239,freq=2.0), product of:
                0.1374723 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.039257277 = queryNorm
                0.23214069 = fieldWeight in 2239, 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=2239)
          0.5 = coord(1/2)
      0.16666667 = coord(1/6)
    
    Date
    31. 5.2004 19:22:06