Fixed default tokenization

Change-Id: I9a45b31e1fb8bc179a24824bb8717b15883f1598
diff --git a/Readme.pod b/Readme.pod
index cca422d..6876620 100644
--- a/Readme.pod
+++ b/Readme.pod
@@ -25,7 +25,7 @@
 
 The preferred way to install L<KorAP::XML::Krill> is to use L<cpanm|App::cpanminus>.
 
-  $ cpanm https://github.com/KorAP/KorAP-XML-Krill
+  $ cpanm https://github.com/KorAP/KorAP-XML-Krill.git
 
 In case everything went well, the C<korapxml2krill> tool will
 be available on your command line immediately.
diff --git a/script/korapxml2krill b/script/korapxml2krill
index 1a64842..a66565e 100644
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -87,7 +87,7 @@
   'output|o=s'  => \(my $output),
   'overwrite|w' => \(my $overwrite),
   'meta|m=s'    => \(my $meta),
-  'token|t=s'   => \(my $token_base),
+  'token|t=s'   => \(my $token_base = 'OpenNLP#tokens'),
   'gzip|z'      => \(my $gzip),
   'skip|s=s'    => \@skip,
   'sigle|sg=s'  => \@sigle,
@@ -538,7 +538,7 @@
 
 The preferred way to install L<KorAP::XML::Krill> is to use L<cpanm|App::cpanminus>.
 
-  $ cpanm https://github.com/KorAP/KorAP-XML-Krill
+  $ cpanm https://github.com/KorAP/KorAP-XML-Krill.git
 
 In case everything went well, the C<korapxml2krill> tool will
 be available on your command line immediately.