Text Compression and Indexing Algorithms leaf node


URI

https://openalex.org/T11269

Label

Text Compression and Indexing Algorithms

Description

This cluster of papers focuses on the development and optimization of algorithms for compressing and indexing text data, with applications to genomic data, string matching, suffix arrays, and entropy-based compression techniques.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T11269> a skos:Concept ;
    rdfs:label "Text Compression and Indexing Algorithms"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Data_compression>,
        <https://openalex.org/T11269> ;
    skos:broader oasubfields:1702 ;
    skos:definition "This cluster of papers focuses on the development and optimization of algorithms for compressing and indexing text data, with applications to genomic data, string matching, suffix arrays, and entropy-based compression techniques."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Text Compression and Indexing Algorithms"@en ;
    openalex:cited_by_count 979894 ;
    openalex:works_count 58552 .