Skip to content

Commit

Permalink
List all the graph operations
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Aug 4, 2023
1 parent 9df009d commit 35eac26
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/src/graph_op/README.md
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.

0 comments on commit 35eac26

Please sign in to comment.