SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Computerlinguistik
computational linguistics
linguistique informatique
linguistica computazionale
Fachgebiet, das sich mit der maschinellen Verarbeitung natürlicher Sprache beschäftigt.
Branch of linguistics in which the techniques of computer science are applied to the analysis and synthesis of language and speech.
Branche de la linguistique s'intéressant au traitement automatique du langage naturel.
Campo di ricerca interdisciplinare che si occupa dell'elaborazione automatica del linguaggio naturale.
2023-05-08T08:31:54.5919050Z
501315
https://www.termdat.bk.admin.ch/entry/501315
K.-U. Carstensen et al., Computerlinguistik – Was ist das?, 2010 ([Internet, 2022-06-16](https://www.linguistics.rub.de/CLBuch/kapitel1A3.pdf))
Concise Oxford English Dictionary, "computational linguistics", 2011 ([Internet, 2023-03-02](https://tinyurl.com/fsh5dss6))
Le grand dictionnaire terminologique, "linguistique informatique" ([Internet, 2022-06-16](https://gdt.oqlf.gouv.qc.ca/ficheOqlf.aspx?Id_Fiche=8394140))
Lenci Alessandro / Montemagni Simonetta / Pirelli Vito, Testo e computer. Elementi di linguistica computazionale, 2016
Concise Oxford English Dictionary, "computational linguistics", 2011 ([Internet, 2023-03-02](https://tinyurl.com/fsh5dss6))
Le grand dictionnaire terminologique, "linguistique informatique" ([Internet, 2022-06-16](https://gdt.oqlf.gouv.qc.ca/ficheOqlf.aspx?Id_Fiche=8394140))
CaF, Sezione di terminologia, 2022
nach K.-U. Carstensen et al., Computerlinguistik – Was ist das?, 2010 ([Internet, 2022-06-16](https://www.linguistics.rub.de/CLBuch/kapitel1A3.pdf))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
seeAlso natural language processing
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.