Automatic Keyword Extraction from Textual Data leaf node


URI

https://openalex.org/T13083

Label

Automatic Keyword Extraction from Textual Data

Description

This cluster of papers focuses on the automatic extraction of keywords from textual data using various techniques such as graph-based methods, unsupervised approaches, and neural networks. The research explores the application of linguistic knowledge and statistical information to improve the accuracy of keyword extraction from documents.

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/T13083> a skos:Concept ;
    rdfs:label "Automatic Keyword Extraction from Textual Data"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Keyword_extraction>,
        <https://openalex.org/T13083> ;
    skos:broader oasubfields:1702 ;
    skos:definition "This cluster of papers focuses on the automatic extraction of keywords from textual data using various techniques such as graph-based methods, unsupervised approaches, and neural networks. The research explores the application of linguistic knowledge and statistical information to improve the accuracy of keyword extraction from documents."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Automatic Keyword Extraction from Textual Data"@en ;
    openalex:cited_by_count 445198 ;
    openalex:works_count 35224 .