Added simple dependency checks to all annotation processors

Change-Id: I8de5ca9a6e56bbcd32168cdb23474be4401171a7
diff --git a/t/annotation/base_sentences.t b/t/annotation/base_sentences.t
index 8096e5b..5a324f6 100644
--- a/t/annotation/base_sentences.t
+++ b/t/annotation/base_sentences.t
@@ -3,6 +3,7 @@
 use warnings;
 use utf8;
 use Test::More;
+use KorAP::XML::Annotation::Base::Sentences;
 use lib 't/annotation';
 use TestInit;
 use Scalar::Util qw/weaken/;