Search (1 results, page 1 of 1)

  • × author_ss:"Fox, C.J."
  • × theme_ss:"Computerlinguistik"
  • × year_i:[2000 TO 2010}
  1. Fox, B.; Fox, C.J.: Efficient stemmer generation (2002) 0.01
    0.008462544 = product of:
      0.06770035 = sum of:
        0.06770035 = weight(_text_:case in 2585) [ClassicSimilarity], result of:
          0.06770035 = score(doc=2585,freq=2.0), product of:
            0.1742197 = queryWeight, product of:
              4.3964143 = idf(docFreq=1480, maxDocs=44218)
              0.03962768 = queryNorm
            0.3885918 = fieldWeight in 2585, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              4.3964143 = idf(docFreq=1480, maxDocs=44218)
              0.0625 = fieldNorm(doc=2585)
      0.125 = coord(1/8)
    
    Abstract
    This paper presents an algorithm for generating stemmers from text stemmer specification files. A small study shows that the generated stemmers are computationally efficient, often running faster than stemmers custom written to implement particular stemming algorithms. The stemmer specification files are easily written and modified by non-programmers, making it much easier to create a stemmer, or tune a stemmer's performance, than would be the case with a custom stemmer program. Stemmer generation is thus also human-resource efficient.