# Slot: include_aliases _If true, then the aliases (synonyms) of the matched entity are included in the annotation results._ URI: [ann:include_aliases](https://w3id.org/linkml/text_annotator/include_aliases) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [TextAnnotationConfiguration](TextAnnotationConfiguration.md) | configuration for search | no | ## Properties * Range: [Boolean](Boolean.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/text_annotator ## LinkML Source
```yaml name: include_aliases description: If true, then the aliases (synonyms) of the matched entity are included in the annotation results. from_schema: https://w3id.org/oak/text_annotator rank: 1000 alias: include_aliases owner: TextAnnotationConfiguration domain_of: - TextAnnotationConfiguration range: boolean ```