Added simple dependency checks to all annotation processors

Change-Id: I8de5ca9a6e56bbcd32168cdb23474be4401171a7
diff --git a/t/annotation/xip_sentences.t b/t/annotation/xip_sentences.t
index 88b3e21..9efdb5a 100644
--- a/t/annotation/xip_sentences.t
+++ b/t/annotation/xip_sentences.t
@@ -3,6 +3,7 @@
 use warnings;
 use utf8;
 use Test::More;
+use KorAP::XML::Annotation::XIP::Sentences;
 use Scalar::Util qw/weaken/;
 use Data::Dumper;
 use lib 't/annotation';