Search (47 results, page 1 of 3)

  • × theme_ss:"Beziehungen verbale / systematische Erschließung"
  1. Jochum, U.: Umarbeitung des Schlagwortregisters nach RSWK (1991) 0.03
    0.026183901 = product of:
      0.06545975 = sum of:
        0.0072214957 = weight(_text_:a in 148) [ClassicSimilarity], result of:
          0.0072214957 = score(doc=148,freq=2.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.20383182 = fieldWeight in 148, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.125 = fieldNorm(doc=148)
        0.058238257 = weight(_text_:u in 148) [ClassicSimilarity], result of:
          0.058238257 = score(doc=148,freq=2.0), product of:
            0.10061107 = queryWeight, product of:
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.03072615 = queryNorm
            0.57884544 = fieldWeight in 148, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.125 = fieldNorm(doc=148)
      0.4 = coord(2/5)
    
    Type
    a
  2. Aitchison, J.: ¬The thesaurofacet. A multipurpose retrieval language tool (1970) 0.03
    0.02602139 = product of:
      0.06505347 = sum of:
        0.010212737 = weight(_text_:a in 460) [ClassicSimilarity], result of:
          0.010212737 = score(doc=460,freq=4.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.28826174 = fieldWeight in 460, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.125 = fieldNorm(doc=460)
        0.054840736 = weight(_text_:j in 460) [ClassicSimilarity], result of:
          0.054840736 = score(doc=460,freq=2.0), product of:
            0.09763223 = queryWeight, product of:
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03072615 = queryNorm
            0.5617073 = fieldWeight in 460, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.125 = fieldNorm(doc=460)
      0.4 = coord(2/5)
    
    Type
    a
  3. Tudhope, D.; Binding, C.; Blocks, D.; Cunliffe, D.: FACET: thesaurus retrieval with semantic term expansion (2002) 0.02
    0.02086747 = product of:
      0.034779117 = sum of:
        0.0065093683 = weight(_text_:a in 175) [ClassicSimilarity], result of:
          0.0065093683 = score(doc=175,freq=26.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.18373153 = fieldWeight in 175, product of:
              5.0990195 = tf(freq=26.0), with freq of:
                26.0 = termFreq=26.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03125 = fieldNorm(doc=175)
        0.014559564 = weight(_text_:u in 175) [ClassicSimilarity], result of:
          0.014559564 = score(doc=175,freq=2.0), product of:
            0.10061107 = queryWeight, product of:
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.03072615 = queryNorm
            0.14471136 = fieldWeight in 175, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.03125 = fieldNorm(doc=175)
        0.013710184 = weight(_text_:j in 175) [ClassicSimilarity], result of:
          0.013710184 = score(doc=175,freq=2.0), product of:
            0.09763223 = queryWeight, product of:
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03072615 = queryNorm
            0.14042683 = fieldWeight in 175, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03125 = fieldNorm(doc=175)
      0.6 = coord(3/5)
    
    Abstract
    There are many advantages for Digital Libraries in indexing with classifications or thesauri, but some current disincentive in the lack of flexible retrieval tools that deal with compound descriptors. This demonstration of a research prototype illustrates a matching function for compound descriptors, or multi-concept subject headings, that does not rely on exact matching but incorporates term expansion via thesaurus semantic relationships to produce ranked results that take account of missing and partially matching terms. The matching function is based on a measure of semantic closeness between terms.The work is part of the EPSRC funded FACET project in collaboration with the UK National Museum of Science and Industry (NMSI) which includes the National Railway Museum. An export of NMSI's Collections Database is used as the dataset for the research. The J. Paul Getty Trust's Art and Architecture Thesaurus (AAT) is the main thesaurus in the project. The AAT is a widely used thesaurus (over 120,000 terms). Descriptors are organised in 7 facets representing separate conceptual classes of terms.The FACET application is a multi tiered architecture accessing a SQL Server database, with an OLE DB connection. The thesauri are stored as relational tables in the Server's database. However, a key component of the system is a parallel representation of the underlying semantic network as an in-memory structure of thesaurus concepts (corresponding to preferred terms). The structure models the hierarchical and associative interrelationships of thesaurus concepts via weighted poly-hierarchical links. Its primary purpose is real-time semantic expansion of query terms, achieved by a spreading activation semantic closeness algorithm. Queries with associated results are stored persistently using XML format data. A Visual Basic interface combines a thesaurus browser and an initial term search facility that takes into account equivalence relationships. Terms are dragged to a direct manipulation Query Builder which maintains the facet structure.
    Theme
    Semantisches Umfeld in Indexierung u. Retrieval
    Type
    a
  4. Austin, D.: Citation order and linguistic structure (1976) 0.02
    0.018618671 = product of:
      0.046546675 = sum of:
        0.005416122 = weight(_text_:a in 2804) [ClassicSimilarity], result of:
          0.005416122 = score(doc=2804,freq=2.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.15287387 = fieldWeight in 2804, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.09375 = fieldNorm(doc=2804)
        0.041130554 = weight(_text_:j in 2804) [ClassicSimilarity], result of:
          0.041130554 = score(doc=2804,freq=2.0), product of:
            0.09763223 = queryWeight, product of:
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03072615 = queryNorm
            0.4212805 = fieldWeight in 2804, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.09375 = fieldNorm(doc=2804)
      0.4 = coord(2/5)
    
    Source
    The variety of librarianship. Essays in honor of J. W. Metcalfe. Ed. by W. Boyd Rayward
    Type
    a
  5. Schulz, U.: Wie kann man verbale und klassifikatorische Inhaltserschließung miteinander verbinden : drei Modelle (1994) 0.02
    0.01636494 = product of:
      0.04091235 = sum of:
        0.0045134346 = weight(_text_:a in 8808) [ClassicSimilarity], result of:
          0.0045134346 = score(doc=8808,freq=2.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.12739488 = fieldWeight in 8808, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.078125 = fieldNorm(doc=8808)
        0.036398914 = weight(_text_:u in 8808) [ClassicSimilarity], result of:
          0.036398914 = score(doc=8808,freq=2.0), product of:
            0.10061107 = queryWeight, product of:
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.03072615 = queryNorm
            0.3617784 = fieldWeight in 8808, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.078125 = fieldNorm(doc=8808)
      0.4 = coord(2/5)
    
    Type
    a
  6. Aitchison, J.: Bliss and the thesaurus : the bibliographic classification of H.E. Bliss as a source of thesaurus terms and structure (1986) 0.02
    0.01626337 = product of:
      0.04065842 = sum of:
        0.006382961 = weight(_text_:a in 1570) [ClassicSimilarity], result of:
          0.006382961 = score(doc=1570,freq=4.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.18016359 = fieldWeight in 1570, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.078125 = fieldNorm(doc=1570)
        0.03427546 = weight(_text_:j in 1570) [ClassicSimilarity], result of:
          0.03427546 = score(doc=1570,freq=2.0), product of:
            0.09763223 = queryWeight, product of:
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03072615 = queryNorm
            0.35106707 = fieldWeight in 1570, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.078125 = fieldNorm(doc=1570)
      0.4 = coord(2/5)
    
    Type
    a
  7. Garcia-Marco, F.-J.: ¬The interaction between the systematic and alphabetical approaches to knowledge organization and its subjacent mechanisms : a long-term primary wave? (2016) 0.01
    0.013856745 = product of:
      0.034641862 = sum of:
        0.0072214957 = weight(_text_:a in 4892) [ClassicSimilarity], result of:
          0.0072214957 = score(doc=4892,freq=8.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.20383182 = fieldWeight in 4892, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0625 = fieldNorm(doc=4892)
        0.027420368 = weight(_text_:j in 4892) [ClassicSimilarity], result of:
          0.027420368 = score(doc=4892,freq=2.0), product of:
            0.09763223 = queryWeight, product of:
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03072615 = queryNorm
            0.28085366 = fieldWeight in 4892, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.0625 = fieldNorm(doc=4892)
      0.4 = coord(2/5)
    
    Source
    Knowledge organization for a sustainable world: challenges and perspectives for cultural, scientific, and technological sharing in a connected society : proceedings of the Fourteenth International ISKO Conference 27-29 September 2016, Rio de Janeiro, Brazil / organized by International Society for Knowledge Organization (ISKO), ISKO-Brazil, São Paulo State University ; edited by José Augusto Chaves Guimarães, Suellen Oliveira Milani, Vera Dodebei
    Type
    a
  8. Thesaurofacet: a thesaurus and faceted classification for engineering and related subjects (1969) 0.01
    0.013469747 = product of:
      0.033674367 = sum of:
        0.006253999 = weight(_text_:a in 344) [ClassicSimilarity], result of:
          0.006253999 = score(doc=344,freq=6.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.17652355 = fieldWeight in 344, product of:
              2.4494898 = tf(freq=6.0), with freq of:
                6.0 = termFreq=6.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0625 = fieldNorm(doc=344)
        0.027420368 = weight(_text_:j in 344) [ClassicSimilarity], result of:
          0.027420368 = score(doc=344,freq=2.0), product of:
            0.09763223 = queryWeight, product of:
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03072615 = queryNorm
            0.28085366 = fieldWeight in 344, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.0625 = fieldNorm(doc=344)
      0.4 = coord(2/5)
    
    Editor
    Aitchison, J.; Gomersall, A.; Ireland, R. (Bearb.)
    Footnote
    Revision of 'A faceted subject classification for engineering', 3rd ed., 1961
  9. Cochrane, P.A.: Subject access - free text and controlled : the case of Papua New Guinea (1985) 0.01
    0.013010695 = product of:
      0.032526735 = sum of:
        0.0051063686 = weight(_text_:a in 1459) [ClassicSimilarity], result of:
          0.0051063686 = score(doc=1459,freq=4.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.14413087 = fieldWeight in 1459, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0625 = fieldNorm(doc=1459)
        0.027420368 = weight(_text_:j in 1459) [ClassicSimilarity], result of:
          0.027420368 = score(doc=1459,freq=2.0), product of:
            0.09763223 = queryWeight, product of:
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03072615 = queryNorm
            0.28085366 = fieldWeight in 1459, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.0625 = fieldNorm(doc=1459)
      0.4 = coord(2/5)
    
    Abstract
    The online catalogue can provide the user with efficient and effective access through a variety of access points. New interests in subject heading is indicated. Keyword access and free text searching are considered alternatice methods. An investigation is suggested into the symbiotic relationship between classification and subject heading
    Source
    Online public access to library files. Conf. Proc. held at the Univ. of Bath, 3.-5.9.1984. Ed.: J. Kinsella
    Type
    a
  10. Unesco thesaurus : a structured list of descriptors for indexing and retrieving literature in the fields of education, science, social science, culture and communication (1977) 0.01
    0.012412447 = product of:
      0.031031117 = sum of:
        0.0036107479 = weight(_text_:a in 6424) [ClassicSimilarity], result of:
          0.0036107479 = score(doc=6424,freq=2.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.10191591 = fieldWeight in 6424, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0625 = fieldNorm(doc=6424)
        0.027420368 = weight(_text_:j in 6424) [ClassicSimilarity], result of:
          0.027420368 = score(doc=6424,freq=2.0), product of:
            0.09763223 = queryWeight, product of:
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03072615 = queryNorm
            0.28085366 = fieldWeight in 6424, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.0625 = fieldNorm(doc=6424)
      0.4 = coord(2/5)
    
    Editor
    Aitchison, J.
  11. Gabler, S.: Vergabe von DDC-Sachgruppen mittels eines Schlagwort-Thesaurus (2021) 0.01
    0.012277456 = product of:
      0.03069364 = sum of:
        0.0135559095 = product of:
          0.12200318 = sum of:
            0.12200318 = weight(_text_:3a in 1000) [ClassicSimilarity], result of:
              0.12200318 = score(doc=1000,freq=2.0), product of:
                0.26049665 = queryWeight, product of:
                  8.478011 = idf(docFreq=24, maxDocs=44218)
                  0.03072615 = queryNorm
                0.46834838 = fieldWeight in 1000, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  8.478011 = idf(docFreq=24, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=1000)
          0.11111111 = coord(1/9)
        0.01713773 = weight(_text_:j in 1000) [ClassicSimilarity], result of:
          0.01713773 = score(doc=1000,freq=2.0), product of:
            0.09763223 = queryWeight, product of:
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03072615 = queryNorm
            0.17553353 = fieldWeight in 1000, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.0390625 = fieldNorm(doc=1000)
      0.4 = coord(2/5)
    
    Content
    Master thesis Master of Science (Library and Information Studies) (MSc), Universität Wien. Advisor: Christoph Steiner. Vgl.: https://www.researchgate.net/publication/371680244_Vergabe_von_DDC-Sachgruppen_mittels_eines_Schlagwort-Thesaurus. DOI: 10.25365/thesis.70030. Vgl. dazu die Präsentation unter: https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=web&cd=&ved=0CAIQw7AJahcKEwjwoZzzytz_AhUAAAAAHQAAAAAQAg&url=https%3A%2F%2Fwiki.dnb.de%2Fdownload%2Fattachments%2F252121510%2FDA3%2520Workshop-Gabler.pdf%3Fversion%3D1%26modificationDate%3D1671093170000%26api%3Dv2&psig=AOvVaw0szwENK1or3HevgvIDOfjx&ust=1687719410889597&opi=89978449.
  12. Himanka, J.; Kautto, V.: Translation of the Finnish abridged edition of UDC into general Finnish subject headings (1992) 0.01
    0.011786029 = product of:
      0.029465072 = sum of:
        0.0054722494 = weight(_text_:a in 3943) [ClassicSimilarity], result of:
          0.0054722494 = score(doc=3943,freq=6.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.1544581 = fieldWeight in 3943, product of:
              2.4494898 = tf(freq=6.0), with freq of:
                6.0 = termFreq=6.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0546875 = fieldNorm(doc=3943)
        0.023992823 = weight(_text_:j in 3943) [ClassicSimilarity], result of:
          0.023992823 = score(doc=3943,freq=2.0), product of:
            0.09763223 = queryWeight, product of:
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03072615 = queryNorm
            0.24574696 = fieldWeight in 3943, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.0546875 = fieldNorm(doc=3943)
      0.4 = coord(2/5)
    
    Abstract
    Examines a method of converting assigned UDC numbers into subject headings. The method consists of 2 phases: a dictionary is created that maps UDC numbers to subject headings; and this dictionary is then mechanically applied to convert the bibliographic databases. Tests 15 different UDC classes and records translation success and problems encountered. Closely examines problems encountered in each part and describes 3 main types of UDC classes: the synthetic; the shallow enumerative; and the deep enumerative. Findings show that the time spent in the first phase is tolerable. Considers the initial question of translatability of the whole UDC in the light of the results
    Type
    a
  13. Aitchison, J.: ¬A classification as a source for a thesaurus : the bibliographic classification of H.E. Bliss as a source of thesaurus terms and structure (1986) 0.01
    0.011092054 = product of:
      0.027730133 = sum of:
        0.007164856 = weight(_text_:a in 1569) [ClassicSimilarity], result of:
          0.007164856 = score(doc=1569,freq=14.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.20223314 = fieldWeight in 1569, product of:
              3.7416575 = tf(freq=14.0), with freq of:
                14.0 = termFreq=14.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046875 = fieldNorm(doc=1569)
        0.020565277 = weight(_text_:j in 1569) [ClassicSimilarity], result of:
          0.020565277 = score(doc=1569,freq=2.0), product of:
            0.09763223 = queryWeight, product of:
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.03072615 = queryNorm
            0.21064025 = fieldWeight in 1569, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.1774964 = idf(docFreq=5010, maxDocs=44218)
              0.046875 = fieldNorm(doc=1569)
      0.4 = coord(2/5)
    
    Abstract
    The second edition of the Bibliographic Classidication of H.E. Bliss (BC2), being prepared under the editorship of Jack Mills, Vanda Broughton and others, is a rich source of structure and terminology for thesauri covering different subject fields. The new edition employs facet analysis and is thesaurus-compatible. A number of facet-based thesauri have drawn upon Bliss for terms and relationships. In two of these thesauri the Bliss Classification was the source of both systematic and alphabetical displays. The DHSS-DATA thesaurus, published by the United Kingdom Department of Health and Social Security, provides controlled terms and Bliss class numbers for indexing and searching the DHSS-DATA database. The ECOT thesaurus (Educational courses and occupations thesaurus) prepared for the Department of Education and Science, uses the software sedigned for the British Standards Institution ROOT thesaurus to genearte an alphabetical display from the systematic display derived from the Bliss schedules. Problems, benefits, and future prospects of Bliss-based thesaurus construction are discussed
    Type
    a
  14. Schott, H.; Schroeder, A.: Crosskonkordanzen von Thesauri und Klassifikationen (2004) 0.01
    0.01026765 = product of:
      0.025669124 = sum of:
        0.0038297763 = weight(_text_:a in 3126) [ClassicSimilarity], result of:
          0.0038297763 = score(doc=3126,freq=4.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.10809815 = fieldWeight in 3126, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046875 = fieldNorm(doc=3126)
        0.021839347 = weight(_text_:u in 3126) [ClassicSimilarity], result of:
          0.021839347 = score(doc=3126,freq=2.0), product of:
            0.10061107 = queryWeight, product of:
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.03072615 = queryNorm
            0.21706703 = fieldWeight in 3126, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.046875 = fieldNorm(doc=3126)
      0.4 = coord(2/5)
    
    Source
    Wissensorganisation in kooperativen Lern- und Arbeitsumgebungen: Proceedings der 8. Tagung der Deutschen Sektion der Internationalen Gesellschaft für Wissensorganisation, Regensburg, 9.-11. Oktober 2002. Hrsg.: G. Budin u. H.P. Ohly
    Type
    a
  15. Frâncu, V.: ¬A universal classification system going through changes (2001) 0.01
    0.009668068 = product of:
      0.02417017 = sum of:
        0.005970713 = weight(_text_:a in 1593) [ClassicSimilarity], result of:
          0.005970713 = score(doc=1593,freq=14.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.1685276 = fieldWeight in 1593, product of:
              3.7416575 = tf(freq=14.0), with freq of:
                14.0 = termFreq=14.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0390625 = fieldNorm(doc=1593)
        0.018199457 = weight(_text_:u in 1593) [ClassicSimilarity], result of:
          0.018199457 = score(doc=1593,freq=2.0), product of:
            0.10061107 = queryWeight, product of:
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.03072615 = queryNorm
            0.1808892 = fieldWeight in 1593, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.0390625 = fieldNorm(doc=1593)
      0.4 = coord(2/5)
    
    Abstract
    In the early 1990s, indexing with classification codes from the Universal Decimal Classification (UDC) in an academic library, going from traditional to automated routines in any and all its activities, suddenly proved insufficient. Under the circumstances of online searching, the possibilities offered by the new OPAC looked much more attractive to indexers and searchers alike. Therefore, a quick shift to indexing with UDC and keywords instead of UDC numbers alone was made. Currency, precision and, more importantly, user-friendliness were strong advantages offered by keyword indexing and searching. But the larger the dictionary of keywords, the more problematic the consequences an information scattering, given the lack of control an terms. The present paper describes the advantages of the UDC in indexing by presenting some of the devices it is provided with: subdivision by analogy, common and special auxiliaries, use of synthesis, and use of connecting symbols. The solution of indexing with both UDC notation and words from a thesaurus based an UDC was prompted by some other characteristics of the schedules: a semi-faceted classification system, hierarchical organisation, richness in terminology and consistency and control of notation. The methodology used in building the thesaurus is conceived according to the international standards (ISO 2788 and 5964) to which some principles have been added, giving the specific approach of harmonising a classification structure with that of a thesaurus. Compatibility and translatability issues are also considered and some problems arising from them are treated in detail. Most of the problems discussed are illustrated with examples.
    Source
    Advances in classification research, vol.10: proceedings of the 10th ASIS SIG/CR Classification Research Workshop. Ed.: Albrechtsen, H. u. J.E. Mai
    Type
    a
  16. Tudhope, D.; Binding, C.; Blocks, D.; Cunliffe, D.: Compound descriptors in context : a matching function for classifications and thesauri (2002) 0.01
    0.009298253 = product of:
      0.02324563 = sum of:
        0.005046174 = weight(_text_:a in 3179) [ClassicSimilarity], result of:
          0.005046174 = score(doc=3179,freq=10.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.14243183 = fieldWeight in 3179, product of:
              3.1622777 = tf(freq=10.0), with freq of:
                10.0 = termFreq=10.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0390625 = fieldNorm(doc=3179)
        0.018199457 = weight(_text_:u in 3179) [ClassicSimilarity], result of:
          0.018199457 = score(doc=3179,freq=2.0), product of:
            0.10061107 = queryWeight, product of:
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.03072615 = queryNorm
            0.1808892 = fieldWeight in 3179, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.0390625 = fieldNorm(doc=3179)
      0.4 = coord(2/5)
    
    Abstract
    There are many advantages for Digital Libraries in indexing with classifications or thesauri, but some current disincentive in the lack of flexible retrieval tools that deal with compound descriptors. This paper discusses a matching function for compound descriptors, or multi-concept subject headings, that does not rely an exact matching but incorporates term expansion via thesaurus semantic relationships to produce ranked results that take account of missing and partially matching terms. The matching function is based an a measure of semantic closeness between terms, which has the potential to help with recall problems. The work reported is part of the ongoing FACET project in collaboration with the National Museum of Science and Industry and its collections database. The architecture of the prototype system and its Interface are outlined. The matching problem for compound descriptors is reviewed and the FACET implementation described. Results are discussed from scenarios using the faceted Getty Art and Architecture Thesaurus. We argue that automatic traversal of thesaurus relationships can augment the user's browsing possibilities. The techniques can be applied both to unstructured multi-concept subject headings and potentially to more syntactically structured strings. The notion of a focus term is used by the matching function to model AAT modified descriptors (noun phrases). The relevance of the approach to precoordinated indexing and matching faceted strings is discussed.
    Theme
    Semantisches Umfeld in Indexierung u. Retrieval
    Type
    a
  17. Sandner, M.: Neues aus der Kommission für Sacherschliessung (2005) 0.01
    0.0061902977 = product of:
      0.015475744 = sum of:
        0.0027361247 = weight(_text_:a in 2183) [ClassicSimilarity], result of:
          0.0027361247 = score(doc=2183,freq=6.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.07722905 = fieldWeight in 2183, product of:
              2.4494898 = tf(freq=6.0), with freq of:
                6.0 = termFreq=6.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.02734375 = fieldNorm(doc=2183)
        0.012739619 = weight(_text_:u in 2183) [ClassicSimilarity], result of:
          0.012739619 = score(doc=2183,freq=2.0), product of:
            0.10061107 = queryWeight, product of:
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.03072615 = queryNorm
            0.12662244 = fieldWeight in 2183, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2744443 = idf(docFreq=4547, maxDocs=44218)
              0.02734375 = fieldNorm(doc=2183)
      0.4 = coord(2/5)
    
    Content
    "Unsere Sitzung fand diesmal am 13. 9. 2005 in Bozen im Rahmen der ODOK statt. Es waren daher auch viele interessierte Südtiroler und italienische Sacherschließungskollegen/-innen zu Gast. Eine der beiden Konferenzsprachen war Englisch, und so konnten wir Mehrsprachigkeit, das Thema unserer Sitzung und der beiden Gastvorträge, gleich selbst praktizieren. Patrice LANDRY, der Leiter der Sacherschließung an derSLB in Bern, der seit kurzem den Vorsitz der IFLA-Sektion "Classification and Indexing" und der Arbeitsgruppe "Guidelines for subject access for national bibliographic agencies" übernommen hatte, referierte über den jüngsten Stand des Projekts MACS (Multilingual Access to Subjects) und ließ uns am Nachmittag in seinem Workshop hinter die Kulissen der bereits mit echten Titeldaten operierenden Suchoberfläche blicken. Er zeigte die verschiedenen Recherche- und Editier-Funktionen im Management Linking System und brachte Beispiele für die kooperative Bearbeitung an einigen Datensätzen der bisher bereits miteinander verzahnten Normdateien SWD, LCSH und RAMEAU. Schließlich eröffnete er Ausblicke auf die künftige Einbindung weiterer Sprachen, etwa des Italienischen durch den Soggetario und auf die Anreicherung der Daten, etwa mit DDC-Notationen durch die Nähe zum DDB-Projekt "CrissCross". Federica PARADISI, die in der Sacherschließungsabteilung der BNC in Florenz sowohl für die italienische Übersetzung der DDC und deren Anwendung in ganz Italien als auch für die Überarbeitung des seit 1956 existierenden italienischen Wortschatzes für die verbale Erschließung und für dessen Aufbereitung zu einer modernen, bald auch elektronischen Normdatei zuständig ist und an der Erstellung der italienischen Nationalbibliografie mitwirkt, hat zuletzt gemeinsam mit Anna Lucarelli den Prototyp des "Nuovo Soggetario" erarbeitet und stellte dieses umfangreiche Projekt vor. Der von ihr skizzierte Zeitplan gibt Anlass zur Hoffnung, dass MACS für die Auffindung beschlagworteter Literatur in Bibliothekskatalogen schon in einem Jahr um einen sprachlichen Zugang reicher sein könnte. Beide Gastreferenten/-innen standen dem Auditorium im Anschluss an die Präsentationen für Fragen zur Verfügung, und die neuen fachlichen Kontakte vertieften sich in den Pausengesprächen noch mehr. Vor der Führung durch die Dewey-Ausstellung im Lichthof der UB Bozen demonstrierte Margit SANDNER zum Abschluss dieses multilingualen Sacherschließungsnachmittags mit einigen Beispielen in deutscherSprache die Suchfunktionen in den beiden Webversionen von DDC Deutsch MelvilSearch (für OPACs) und MelvilClass (für das Klassifizieren) und kündigte an, dass ab Oktober bis Jahresende kostenlose Testaccounts vergeben werden. Wer daran interessiert ist, diese deutschsprachigen Webtools bereits auszuprobieren, wendet sich am besten direkt an Herrn Dr. Lars Svensson in Der Deutschen Bibliothek in Frankfurt: svensson@dbf.ddb.de. Die ab Jänner 2006 gültigen Lizenzbedingungen für "Melvil" entnehmen Sie bitte: http//www.ddc-deutsch.de/licence-melvil.html Noch zwei aktuelle Hinweise: - Informationstag der Arbeitsstelle für Standardisierung (DDB) über aktuelle Tendenzen in Sachen Regelwerke f. Formal- und Sacherschließung, Formate, Normdateien und Datentausch am 15. November in Wien. - Aufsatz über die Zukunft der SWD von Esther Scheven (BD 2005, H. 6, S. 748-773), in dem u. a. auch auf unsere seinerzeitige KofSE-Studie: Schlagwort "Benutzerforschung" ... (VÖB-Mitt. 1997, H. 3-4, S. 28-49) rekurriert wird."
    Location
    A
    Type
    a
  18. Root thesaurus. Pt.1.2 (1985) 0.00
    0.0049955626 = product of:
      0.024977813 = sum of:
        0.024977813 = product of:
          0.049955625 = sum of:
            0.049955625 = weight(_text_:22 in 467) [ClassicSimilarity], result of:
              0.049955625 = score(doc=467,freq=2.0), product of:
                0.10759774 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.03072615 = queryNorm
                0.46428138 = fieldWeight in 467, 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=467)
          0.5 = coord(1/2)
      0.2 = coord(1/5)
    
    Date
    18. 5.2007 14:22:43
  19. Karg, H.: Mapping Dewey and subject authorities : CrissCross (2007) 0.00
    0.0049955626 = product of:
      0.024977813 = sum of:
        0.024977813 = product of:
          0.049955625 = sum of:
            0.049955625 = weight(_text_:22 in 559) [ClassicSimilarity], result of:
              0.049955625 = score(doc=559,freq=2.0), product of:
                0.10759774 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.03072615 = queryNorm
                0.46428138 = fieldWeight in 559, 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=559)
          0.5 = coord(1/2)
      0.2 = coord(1/5)
    
    Content
    Vortrag anläasslich des Workshops: "Extending the multilingual capacity of The European Library in the EDL project Stockholm, Swedish National Library, 22-23 November 2007".
  20. Vickery, B.C.: Classificatory principles in natural language indexing systems (1976) 0.00
    0.0021888998 = product of:
      0.010944499 = sum of:
        0.010944499 = weight(_text_:a in 1276) [ClassicSimilarity], result of:
          0.010944499 = score(doc=1276,freq=6.0), product of:
            0.035428695 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03072615 = queryNorm
            0.3089162 = fieldWeight in 1276, product of:
              2.4494898 = tf(freq=6.0), with freq of:
                6.0 = termFreq=6.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.109375 = fieldNorm(doc=1276)
      0.2 = coord(1/5)
    
    Source
    Classification in the 1970s: a second look. Rev. ed. Ed.: A. Maltby
    Type
    a

Languages

Types

  • a 39
  • m 5
  • x 2
  • el 1
  • More… Less…