annatto 0.50.0

Converts linguistic data formats based on the graphANNIS data model as intermediate representation and can apply consistency tests.
Documentation
---
source: src/manipulator/check.rs
expression: written_report
---
+-----------------------------------------------------------------------------------------------------+--------+
| description                                                                                         | result |
+-----------------------------------------------------------------------------------------------------+--------+
| There has to be at least one token                                                                  | passed |
+-----------------------------------------------------------------------------------------------------+--------+
| There has to be the same number of pos annotations and tokens                                       | passed |
+-----------------------------------------------------------------------------------------------------+--------+
| Every token has a part of speech annotation                                                         | passed |
+-----------------------------------------------------------------------------------------------------+--------+
| There is only one sentence                                                                          | passed |
+-----------------------------------------------------------------------------------------------------+--------+
| There is between one and one sentence (closed interval type, boundaries included)                   | passed |
+-----------------------------------------------------------------------------------------------------+--------+
| Test with external corpus graph                                                                     | passed |
+-----------------------------------------------------------------------------------------------------+--------+
| There are least as many tokens as there are sentences                                               | passed |
+-----------------------------------------------------------------------------------------------------+--------+
| There are least as many tokens as there are sentences and at most as there are nodes of type `node` | passed |
+-----------------------------------------------------------------------------------------------------+--------+
| There is least one token and at most as many as there are nodes of type `node`                      | passed |
+-----------------------------------------------------------------------------------------------------+--------+
| The number of tokens is at least the number of sentences and at most 777.                           | passed |
+-----------------------------------------------------------------------------------------------------+--------+