« Grammaire sémantique » : différence entre les versions


(Page créée avec « == en construction == Catégorie:Vocabulary Catégorie:Traitement du langage naturel Catégorie:UNSW == Définition == xxxxxxx == Français == xxxxxxx ==... »)
Balise : Éditeur de wikicode 2017
 
m (Arielle H a déplacé la page Semantic grammar vers Grammaire sémantique)
(Aucune différence)

Version du 3 avril 2021 à 11:25

en construction


Définition

xxxxxxx

Français

xxxxxxx

Anglais

semantic grammar

A variant on a context free grammar, in which the non-terminals correspond to semantic rather than syntactic concepts. A system of this type encodes semantic knowledge about the types of sentences likely to appear in the input in the grammar rules. For example, a system to handle text about ships and ports might encode in its grammar rules information about the subject of a sentence about "docking" must be a ship:


docksentence → shipnp dockvp


The problem with semantic grammar is that for coverage of a significant portion of a language, a huge number of rules would be required, and a massive analysis of the meanings that those rules could encode would be included in their development.


Source : UNWS Natural Language Processing Dictionary