Add recursion to collocationAnalysis

Change-Id: Ied5ab55f31f34048552ec0f0789b0b0175b2e4e0
diff --git a/man/collocationAnalysis-KorAPConnection-method.Rd b/man/collocationAnalysis-KorAPConnection-method.Rd
index 8ee0418..347909e 100644
--- a/man/collocationAnalysis-KorAPConnection-method.Rd
+++ b/man/collocationAnalysis-KorAPConnection-method.Rd
@@ -21,6 +21,9 @@
   stopwords = RKorAPClient::synsemanticStopwords(),
   seed = 7,
   expand = length(vc) != length(node),
+  maxRecurse = 0,
+  addExamples = TRUE,
+  localStopwords = c(),
   ...
 )
 }