« Syntactic Analysis » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 3 : | Ligne 3 : | ||
== Définition == | == Définition == | ||
XXXXXXXXX | XXXXXXXXX | ||
Voir aussi '''[[analyse lexicale]]''' et '''[[analyse syntaxique ascendante]]''' | |||
== Français == | == Français == | ||
''' | ''' Analyse syntaxique''' | ||
''' Parsage''' | |||
''' Analyse''' | |||
== Anglais == | == Anglais == | ||
'''Syntactic Analysis''' | ''' Syntactic Analysis''' | ||
''' Parsing''' | |||
''' Syntactical Analysis''' | |||
''' Syntax Analsysis''' | |||
''' Analysis''' | |||
Also referred to as parsing, syntactic analysis is the task of analyzing strings as symbols, and ensuring their conformance to a established set of grammatical rules. This step must, out of necessity, come before any further analysis which attempts to extract insight from text -- semantic, sentiment, etc. -- treating it as something beyond symbols. | Also referred to as parsing, syntactic analysis is the task of analyzing strings as symbols, and ensuring their conformance to a established set of grammatical rules. This step must, out of necessity, come before any further analysis which attempts to extract insight from text -- semantic, sentiment, etc. -- treating it as something beyond symbols. | ||
== Source == | == Source == | ||
[https://www.kdnuggets.com/2017/02/natural-language-processing-key-terms-explained.html Source : | [https://www.kdnuggets.com/2017/02/natural-language-processing-key-terms-explained.html Source : KDnuggets] | ||
[https://medium.com/@nishandanilka/how-abstract-syntax-trees-unlock-llms-code-understanding-5fa88877123a Source : Medium] | |||
[https://spotintelligence.com/2023/10/28/syntactic-analysis-nlp/ Source : Spot Intelligence] | |||
[https://www.btb.termiumplus.gc.ca/tpv2alpha/alpha-fra.html?lang=fra&i=1&srchtxt=PARSING&index=alt&codom2nd_wet=1#resultrecs Source : TERMIUM Plus] | |||
[[Catégorie:vocabulary]] | [[Catégorie:vocabulary]] |
Version du 23 mai 2025 à 14:50
en construction
Définition
XXXXXXXXX
Voir aussi analyse lexicale et analyse syntaxique ascendante
Français
Analyse syntaxique
Parsage
Analyse
Anglais
Syntactic Analysis
Parsing
Syntactical Analysis
Syntax Analsysis
Analysis
Also referred to as parsing, syntactic analysis is the task of analyzing strings as symbols, and ensuring their conformance to a established set of grammatical rules. This step must, out of necessity, come before any further analysis which attempts to extract insight from text -- semantic, sentiment, etc. -- treating it as something beyond symbols.
Source
