Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONContext ¶
type JSONContext struct { Position int `json:"position"` FileID string `json:"file_id"` FilePosition int `json:"file_position"` Before []string `json:"before"` After []string `json:"after"` Element string `json:"element"` Length int `json:"length"` StartOffset int EndOffset int }
JSONContext représente le contexte d'un élément
type Ontology ¶
type Ontology struct { ID string Name string Filename string Format string Size int64 SHA256 string ImportedAt time.Time Elements []*OntologyElement Relations []*Relation Source *SourceMetadata }
Ontology représente une ontologie complète
type OntologyElement ¶
type OntologyElement struct { Name string OriginalName string Type string Positions []int Description string Contexts []JSONContext }
OntologyElement représente un élément individuel dans l'ontologie
Click to show internal directories.
Click to hide internal directories.