prettyPrinter Ntriple + fonction de création de Ntriple
This commit is contained in:
16
README.md
16
README.md
@@ -19,22 +19,22 @@ entity ::= Entity(String)
|
||||
|
||||
turtle ::= Turtle(phrase*)
|
||||
phrase ::= Phrase(entity, aff*)
|
||||
aff.s = entity.val
|
||||
aff*.s = entity.val
|
||||
aff ::= Aff(entity, complement*)
|
||||
complement.s = aff.s
|
||||
complement.v = entity.val
|
||||
complement*.s = aff.s
|
||||
complement*.v = entity.val
|
||||
complement ::= Complement(entity)
|
||||
phrase.c = entity.val
|
||||
complement.c = entity.val
|
||||
| Complement_Text(String)
|
||||
phrase.c = String.self
|
||||
complement.c = String.self
|
||||
entity ::= Entity(String)
|
||||
entity.val=String.self
|
||||
|
||||
```
|
||||
|TAD |Nom d'attribut |Type | Polarité
|
||||
|----------------|-----------------|---------------------|---------|
|
||||
|phrase |s |String |H
|
||||
|aff |s |String |H
|
||||
|aff |v |String |H
|
||||
|phrase | |String |H
|
||||
|aff | |String |H
|
||||
|complement |s |String |H
|
||||
|complement |v |String |H
|
||||
|complement |c |String |H/S
|
||||
|
||||
Reference in New Issue
Block a user