-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9df009d
commit 35eac26
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# Graph operations | ||
|
||
## Check | ||
|
||
Action name: `check` | ||
|
||
Runs AQL queries on the corpus and checks for constraints on the result. | ||
Can fail the workflow when one of the checks fail | ||
|
||
## Link nodes | ||
|
||
Action name: `linknodes` | ||
|
||
Created edges between nodes based on their annotation value. | ||
|
||
## Map annotations | ||
|
||
Action name: `mapannos` | ||
|
||
Creates new annotations based on existing annotation values. | ||
|
||
## Merge corpora | ||
|
||
Action name: `merge` | ||
|
||
Merge multiple imported corpora into one corpus. | ||
|
||
## Replace | ||
|
||
Action name: `re` | ||
|
||
Manipulate annotations, like deleting or renaming them. | ||
|