Statistical Machine Translation and Natural Language Processing leaf node


URI

https://openalex.org/T10181

Label

Statistical Machine Translation and Natural Language Processing

Description

This cluster of papers focuses on statistical machine translation, neural machine translation, dependency parsing, word sense disambiguation, and part-of-speech tagging. It also covers topics such as corpus linguistics, syntax-based translation models, multilingual neural machine translation, and language modeling.

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/T10181> a skos:Concept ;
    rdfs:label "Statistical Machine Translation and Natural Language Processing"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Statistical_machine_translation>,
        <https://openalex.org/T10181> ;
    skos:broader oasubfields:1702 ;
    skos:definition "This cluster of papers focuses on statistical machine translation, neural machine translation, dependency parsing, word sense disambiguation, and part-of-speech tagging. It also covers topics such as corpus linguistics, syntax-based translation models, multilingual neural machine translation, and language modeling."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Statistical Machine Translation and Natural Language Processing"@en ;
    openalex:cited_by_count 2971194 ;
    openalex:works_count 220933 .