Search (2 results, page 1 of 1)

  • × author_ss:"Baeza-Yates, R.A."
  • × theme_ss:"Retrievalalgorithmen"
  1. Baeza-Yates, R.A.: Introduction to data structures and algorithms related to information retrieval (1992) 0.00
    4.3235332E-4 = product of:
      0.0073500066 = sum of:
        0.0073500066 = weight(_text_:in in 3082) [ClassicSimilarity], result of:
          0.0073500066 = score(doc=3082,freq=4.0), product of:
            0.034581795 = queryWeight, product of:
              1.3602545 = idf(docFreq=30841, maxDocs=44218)
              0.025423033 = queryNorm
            0.21253976 = fieldWeight in 3082, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              1.3602545 = idf(docFreq=30841, maxDocs=44218)
              0.078125 = fieldNorm(doc=3082)
      0.05882353 = coord(1/17)
    
    Abstract
    In this chapter we review the main concepts and data structures used in information retrieval, and we classify information retrieval related algorithms
  2. Baeza-Yates, R.A.: String searching algorithms (1992) 0.00
    2.4457596E-4 = product of:
      0.0041577914 = sum of:
        0.0041577914 = weight(_text_:in in 3505) [ClassicSimilarity], result of:
          0.0041577914 = score(doc=3505,freq=2.0), product of:
            0.034581795 = queryWeight, product of:
              1.3602545 = idf(docFreq=30841, maxDocs=44218)
              0.025423033 = queryNorm
            0.120230645 = fieldWeight in 3505, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              1.3602545 = idf(docFreq=30841, maxDocs=44218)
              0.0625 = fieldNorm(doc=3505)
      0.05882353 = coord(1/17)
    
    Abstract
    Survey of several algorithms for searching a string in a text. Includes are theoretical and empirical results, as well as the actual code of each algorithm. An extensive bibliography is included