Tagger
The Tagger tool window shows the tags generated, by tagging rules or by the script, during the analysis of the test document specified in the context bar. This tool window is visible only if there are tags in output.
The window contains these panels:
- Rule
- Script
Rule
The panel shows the tags that were generated by tagging rules.
It contains these sub-panels:
- Tags
- Rule Details / Tag Details
- Rule preview
Tags panel
This panel shows the tags that were generated by tagging rules, grouped by level.
There's a row for each level.
The expand/collapse toggle switch on the left displays or hides the level's tags.
Columns are:
Column | Description |
---|---|
Level/Tag | Level number or tag label |
Value | (Only for tags) Underlying value |
Info
The default level is 10000
The toolbar contains:
Icon | Name | Description |
---|---|---|
![]() |
Expand All | Expand all the level rows, showing tags |
![]() |
Collapse All | Collapse all the level rows, hiding tags |
Search box | Search criteria | |
![]() |
Reset | Reset the search criteria |
![]() |
Find Next | Display the results matching the search criteria in the Find Results tool window |
The info bar shows the number of tags.
Available mouse commands are:
Command | Description |
---|---|
Click a tag | Update the other panels with information about the tag |
Double-click a tag | Toggle action: highlight the tagging rule hits in the test file text inside the editor or highlight the rule in the source file inside the editor |
Rule Details / Tag Details panel
This panel has two sub-panels, Rule Details and Tag Details. The first shows the blocks, that is, the rule's conditions that were satisfied causing tag generation, the second show tag's detail info.
Tag Details panel columns are:
Column | Description |
---|---|
Text | Underlying text |
Syncon ID | Syncon ID |
Begin | Start position of the underlying text in the document |
End | End position of the underlying text in the document |
Available mouse commands are:
Command | Description |
---|---|
(Only in the Tag Details tab) Click a column header | Change sort order |
Double-click a block | Toggle action: highlight the tagging rule hits in the test file text inside the editor or highlight the rule in the source file inside the editor |
Rule preview panel
This panel shows the rule that generated the selected tag, without the need to open the rules file in the editor.
Script
This panel shows tags and the untags that were generated by the script.
There is a row for each item.
Panel columns are:
Column | Description |
---|---|
Type | Type of item, can be TAG or UNTAG |
Value | Item label |
Token ID | ID of the underlying token in the analysis output |
Base form | Base form (lemma) of the tagged token |
Position | Start position of the underlying text in the test document |
Length | Length of the underlying text |
Syncon ID | Syncon ID of the tagged token |
The toolbar contains:
Icon | Name | Description |
---|---|---|
Search box | Search criteria | |
![]() |
Find Next | Select the next result matched by the search criteria |
![]() |
Show TAG | Display or hide tags |
![]() |
Show UNTAG | Display or hide untags |
Available mouse commands are:
Command | Description |
---|---|
Click an item | Highlight the underlying text in the test document |
Double-click an item | Switch to the Semantic Analysis tool window and select the tile corresponding to the item |