Search (2 results, page 1 of 1)

  • × author_ss:"Baeza-Yates, R.A."
  • × theme_ss:"Retrievalalgorithmen"
  • × type_ss:"a"
  1. Baeza-Yates, R.A.: Introduction to data structures and algorithms related to information retrieval (1992) 0.00
    0.0021034614 = product of:
      0.012620768 = sum of:
        0.012620768 = weight(_text_:in in 3082) [ClassicSimilarity], result of:
          0.012620768 = score(doc=3082,freq=4.0), product of:
            0.059380736 = queryWeight, product of:
              1.3602545 = idf(docFreq=30841, maxDocs=44218)
              0.043654136 = 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.16666667 = coord(1/6)
    
    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
    0.0011898974 = product of:
      0.0071393843 = sum of:
        0.0071393843 = weight(_text_:in in 3505) [ClassicSimilarity], result of:
          0.0071393843 = score(doc=3505,freq=2.0), product of:
            0.059380736 = queryWeight, product of:
              1.3602545 = idf(docFreq=30841, maxDocs=44218)
              0.043654136 = 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.16666667 = coord(1/6)
    
    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