Information storage and retrieval systems: theory and implementation
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boston [u.a.]
Kluwer Academic Publ.
2000
|
Ausgabe: | 2. ed. |
Schriftenreihe: | The Kluwer international series on information retrieval
8 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XIII, 318 S. |
ISBN: | 0792379241 |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV014067503 | ||
003 | DE-604 | ||
005 | 20051222 | ||
007 | t | ||
008 | 011219s2000 |||| 00||| eng d | ||
020 | |a 0792379241 |9 0-7923-7924-1 | ||
035 | |a (OCoLC)247572935 | ||
035 | |a (DE-599)BVBBV014067503 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-384 |a DE-29 |a DE-355 |a DE-525 | ||
050 | 0 | |a QA76.9.D3 | |
082 | 0 | |a 005.74068 | |
084 | |a ST 270 |0 (DE-625)143638: |2 rvk | ||
084 | |a ST 271 |0 (DE-625)143639: |2 rvk | ||
084 | |a ST 285 |0 (DE-625)143648: |2 rvk | ||
100 | 1 | |a Kowalski, Gerald |e Verfasser |4 aut | |
245 | 1 | 0 | |a Information storage and retrieval systems |b theory and implementation |c by Gerald J. Kowalski ; Mark T. Maybury |
250 | |a 2. ed. | ||
264 | 1 | |a Boston [u.a.] |b Kluwer Academic Publ. |c 2000 | |
300 | |a XIII, 318 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a The Kluwer international series on information retrieval |v 8 | |
650 | 4 | |a Database management | |
650 | 4 | |a Information retrieval | |
650 | 0 | 7 | |a Information-Retrieval-System |0 (DE-588)4670557-0 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Information-Retrieval-System |0 (DE-588)4670557-0 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Maybury, Mark T. |e Verfasser |4 aut | |
830 | 0 | |a The Kluwer international series on information retrieval |v 8 |w (DE-604)BV011555884 |9 8 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009634200&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
Datensatz im Suchindex
_version_ | 1805074703549726720 |
---|---|
adam_text |
Preface xi
1 Introduction to Information Retrieval Systems 1
1.1 Definition of Information Retrieval System 2
1.2 Objectives of Information Retrieval Systems 4
1.3 Functional Overview 10
1.3.1 Item Normalization 10
1.3.2 Selective Dissemination of Information 16
1.3.3 Document Database Search 18
1.3.4 Index Database Search 18
1.3.5 Multimedia Database Search 20
1.4 Relationship to Database Management Systems 20
1.5 Digital Libraries and Data Warehouses 21
1.6 Summary 24
2 Information Retrieval System Capabilities 27
2.1 Search Capabilities 28
2.1.1 Boolean Logic 29
2.1.2 Proximity 30
2.1.3 Contiguous Word Phrases 31
2.1.4 Fuzzy Searches 32
2.1.5 Term Masking 32
2.1.6 Numeric and Date Ranges 33
2.1.7 Concept and Thesaurus Expansions 34
2.1.8 Natural Language Queries 36
2.1.9 Multimedia Queries 37
2.2 Browse Capabilities 38
2.2.1 Ranking 38
2.2.2 Zoning 40
2.2.3 Highlighting 40
2.3 Miscellaneous Capabilities 41
2.3.1 Vocabulary Browse 41
2.3.2 Iterative Search and Search History Log 42
2.3.3 CannedQuery 43
2.3.4 Multimedia 43
2.4 Z39.50 and WA1S Standards 44
2.5 Summary 47
3. Cataloging and Indexing 51
3.1 History and Objectives of Indexing 52
3.1.1 History 52
3.1.2 Objectives 54
VÜ
3.2 Indexing Process 56
3.2.1 Scope of Indexing 57
3.2.2 Precoordination and Linkages 58
3.3 Automatic Indexing 58
3.3.1 Indexing by Term 61
3.3.2 Indexing by Concept 63
3.3.3 Multimedia Indexing 64
3.4 Information Extraction 65
3.5 Summary 68
4. Data Structure 71
4.1 Introduction to Data Structure 72
4.2 Stemming Algorithms 73
4.2.1 Introduction to the Stemming Process 74
4.2.2 Porter Stemming Algorithm 75
4.2.3 Dictionary Look up Stemmers 77
4.2.4 Successor Stemmers 78
4.2.5 Conclusions 80
4.3 Inverted File Structure 82
4.4 N Gram Data Structures 85
4.4.1 History 86
4.4.2 N Gram Data Structure 87
4.5 PAT Data Structure 88
4.6 Signature File Structure 93
4.7 Hypertext and XML Data Structures 94
4.7.1 Definition of Hypertext Structure 95
4.7.2 Hypertext History 97
4.7.3 XML 98
4.8 Hidden Markov Models 99
4.9 Summary 102
5. Automatic Indexing 105
5.1 Classesof Automatic Indexing 105
5.2 Statistical Indexing 108
5.2.1 Probabilistic Weighting 108
5.2.2 Vector Weighting 1"
5.2.2.1 Simple Term Frequency Algorithm 113
5.2.2.2 Inverse Document Frequency 116
5.2.2.3 Signal Weighting H7
5.2.2.4 Discrimination Value '19
5.2.2.5 Problems With Weighting Scheines 120
5.2.2.6 Problems With the Vector Model 121
5.2.3 Bayesian Model 122
5.3 Natural Language 123
5.3.1 Index Phrase Generation '25
5.3.2 Natural Language Processing '28
5.4 Concept Indexing 130
5.5 Hypertext Linkages 132
5.6 Summary 135
6. Document and Term Clustering 139
6.1 Introduction to Clustering 140
6.2 Thesaurus Generation 143
VÜi
6.2.1 Manual Clustenng 144
6.2.2 Automatic Term Clustering 145
6.2.2.1 Complete Term Relation Method 146
6.2.2.2 Clustering Using Existing Clusters 151
6.2.2.3 One Pass Assignments 153
6.3 Item Clustering 154
6.4 Hierarchyof Clusters 156
6.5 Summary 160
7. User Search Techniques 165
7.1 Search Statements and Binding 166
7.2 Similarity Measures and Ranking 167
7.2.1 Similarity Measures 168
7.2.2 Hidden Markov Model Techniques 173
7.2.3 Ranking Algorithms 174
7.3 Relevance Feedback 175
7.4 Selective Dissemination of Information Search 179
7.5 Weighted Searches of Boolean Systems 186
7.6 Searchingthe INTERNET and Hypertext 191
7.7 Summary 194
8. Information Visualization 199
8.1 Introduction to Information Visualization 200
8.2 Cognition and Perception 203
8.2.1 Background 203
8.2.2 Aspects of Visualization Process 204
8.3 Information Visualization Technologies 208
8.4 Summary 218
9. Text Search Algorithms 221
9.1 Introduction to Text Search Techniques 221
9.2 Software Text Search Algorithms 225
9.3 Hardware Text Search Systems 233
9.4 Summary 238
10. Multimedia Information Retrieval 241
10.1 Spoken Language Audio Retrieval 242
10.2 Non Speech Audio Retrieval 244
10.3 Graph Retrieval 245
10.4 Imagery Retrieval 246
10.5 Video Retrieval 249
10.6 Summary 255
ix
11. Information System Evaluation 257
11.1 Introduction to Information System Evaluation 257
11.2 Measures Used in System Evaluations 260
11.3 Measurement Example TREC Results 267
11.4 Summary 278
References 281
Subject Index 313
x |
any_adam_object | 1 |
author | Kowalski, Gerald Maybury, Mark T. |
author_facet | Kowalski, Gerald Maybury, Mark T. |
author_role | aut aut |
author_sort | Kowalski, Gerald |
author_variant | g k gk m t m mt mtm |
building | Verbundindex |
bvnumber | BV014067503 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.D3 |
callnumber-search | QA76.9.D3 |
callnumber-sort | QA 276.9 D3 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 270 ST 271 ST 285 |
ctrlnum | (OCoLC)247572935 (DE-599)BVBBV014067503 |
dewey-full | 005.74068 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.74068 |
dewey-search | 005.74068 |
dewey-sort | 15.74068 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 cb4500</leader><controlfield tag="001">BV014067503</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20051222</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">011219s2000 |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0792379241</subfield><subfield code="9">0-7923-7924-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)247572935</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV014067503</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-384</subfield><subfield code="a">DE-29</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-525</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.9.D3</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.74068</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 270</subfield><subfield code="0">(DE-625)143638:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 271</subfield><subfield code="0">(DE-625)143639:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 285</subfield><subfield code="0">(DE-625)143648:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Kowalski, Gerald</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Information storage and retrieval systems</subfield><subfield code="b">theory and implementation</subfield><subfield code="c">by Gerald J. Kowalski ; Mark T. Maybury</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boston [u.a.]</subfield><subfield code="b">Kluwer Academic Publ.</subfield><subfield code="c">2000</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIII, 318 S.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">The Kluwer international series on information retrieval</subfield><subfield code="v">8</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Database management</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Information retrieval</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Information-Retrieval-System</subfield><subfield code="0">(DE-588)4670557-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Information-Retrieval-System</subfield><subfield code="0">(DE-588)4670557-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Maybury, Mark T.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">The Kluwer international series on information retrieval</subfield><subfield code="v">8</subfield><subfield code="w">(DE-604)BV011555884</subfield><subfield code="9">8</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009634200&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield></record></collection> |
id | DE-604.BV014067503 |
illustrated | Not Illustrated |
indexdate | 2024-07-20T05:29:43Z |
institution | BVB |
isbn | 0792379241 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-009634200 |
oclc_num | 247572935 |
open_access_boolean | |
owner | DE-384 DE-29 DE-355 DE-BY-UBR DE-525 |
owner_facet | DE-384 DE-29 DE-355 DE-BY-UBR DE-525 |
physical | XIII, 318 S. |
publishDate | 2000 |
publishDateSearch | 2000 |
publishDateSort | 2000 |
publisher | Kluwer Academic Publ. |
record_format | marc |
series | The Kluwer international series on information retrieval |
series2 | The Kluwer international series on information retrieval |
spelling | Kowalski, Gerald Verfasser aut Information storage and retrieval systems theory and implementation by Gerald J. Kowalski ; Mark T. Maybury 2. ed. Boston [u.a.] Kluwer Academic Publ. 2000 XIII, 318 S. txt rdacontent n rdamedia nc rdacarrier The Kluwer international series on information retrieval 8 Database management Information retrieval Information-Retrieval-System (DE-588)4670557-0 gnd rswk-swf Information-Retrieval-System (DE-588)4670557-0 s DE-604 Maybury, Mark T. Verfasser aut The Kluwer international series on information retrieval 8 (DE-604)BV011555884 8 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009634200&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Kowalski, Gerald Maybury, Mark T. Information storage and retrieval systems theory and implementation The Kluwer international series on information retrieval Database management Information retrieval Information-Retrieval-System (DE-588)4670557-0 gnd |
subject_GND | (DE-588)4670557-0 |
title | Information storage and retrieval systems theory and implementation |
title_auth | Information storage and retrieval systems theory and implementation |
title_exact_search | Information storage and retrieval systems theory and implementation |
title_full | Information storage and retrieval systems theory and implementation by Gerald J. Kowalski ; Mark T. Maybury |
title_fullStr | Information storage and retrieval systems theory and implementation by Gerald J. Kowalski ; Mark T. Maybury |
title_full_unstemmed | Information storage and retrieval systems theory and implementation by Gerald J. Kowalski ; Mark T. Maybury |
title_short | Information storage and retrieval systems |
title_sort | information storage and retrieval systems theory and implementation |
title_sub | theory and implementation |
topic | Database management Information retrieval Information-Retrieval-System (DE-588)4670557-0 gnd |
topic_facet | Database management Information retrieval Information-Retrieval-System |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009634200&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV011555884 |
work_keys_str_mv | AT kowalskigerald informationstorageandretrievalsystemstheoryandimplementation AT mayburymarkt informationstorageandretrievalsystemstheoryandimplementation |