Search (1 results, page 1 of 1)

  • × author_ss:"Gillman, P."
  • × year_i:[1990 TO 2000}
  1. Gillman, P.: Data handling and text compression (1992) 0.07
    0.074192956 = product of:
      0.14838591 = sum of:
        0.08440357 = weight(_text_:storage in 5306) [ClassicSimilarity], result of:
          0.08440357 = score(doc=5306,freq=2.0), product of:
            0.23366846 = queryWeight, product of:
              5.4488444 = idf(docFreq=516, maxDocs=44218)
              0.04288404 = queryNorm
            0.36121076 = fieldWeight in 5306, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              5.4488444 = idf(docFreq=516, maxDocs=44218)
              0.046875 = fieldNorm(doc=5306)
        0.026012275 = weight(_text_:retrieval in 5306) [ClassicSimilarity], result of:
          0.026012275 = score(doc=5306,freq=2.0), product of:
            0.12972058 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.04288404 = queryNorm
            0.20052543 = fieldWeight in 5306, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.046875 = fieldNorm(doc=5306)
        0.037970066 = weight(_text_:systems in 5306) [ClassicSimilarity], result of:
          0.037970066 = score(doc=5306,freq=4.0), product of:
            0.13179013 = queryWeight, product of:
              3.0731742 = idf(docFreq=5561, maxDocs=44218)
              0.04288404 = queryNorm
            0.28811008 = fieldWeight in 5306, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              3.0731742 = idf(docFreq=5561, maxDocs=44218)
              0.046875 = fieldNorm(doc=5306)
      0.5 = coord(3/6)
    
    Abstract
    Data compression has a function in text storage and data handling, but not at the level of compressing data files. The reason is that the decompression of such files add a time delay to the retrieval process, and users can see this delay as a drawback of the system concerned. Compression techniques can with benefit be applied to index files. A more relevant data handling problem is that posed by the need, in most systems, to store two versions of imported text. The first id the 'native' version, as it might have come from a word processor or text editor. The second is the ASCII version which is what is actually imported. Inverted file indexes form yet another version. The problem arises out of the need for dynamic indexing and re-indexing of revisable documents in very large database applications such as are found in Office Automation systems. Four mainstream text-management packages are used to show how this problem is handled, and how generic document architectures such as OCA/CDA and SGML might help