Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
tuvu
2025-02-14 16:08:20 +01:00

View File

@@ -38,18 +38,18 @@ entity ::= Entity(String)
```
|TAD | Nom d'attribut |Type | Polarité
|----------------|------------------|---------------|---------|
|phrase | | |
|aff | s |String |H
|complement | s |String |H
|complement | v |String |H
|complement | c |String |H/S
|Entity | val |String |S
|TAD |Nom d'attribut |Type | Polarité
|----------------|-----------------|---------------------|---------|
|phrase | |String |H
|aff |s |String |H
|complement |s |String |H
|complement |v |String |H
|complement |c |String |H/S
|Entity |val |String |S
# Analyse lexicale et syntaxique
## Analyse lexicale et syntaxique
### Lexer