CA: do not add examples by default

Change-Id: I0eefd444daa78448498b9c7bbfa2519bed64fa2b
diff --git a/R/collocationAnalysis.R b/R/collocationAnalysis.R
index 4c45de2..d8df60b 100644
--- a/R/collocationAnalysis.R
+++ b/R/collocationAnalysis.R
@@ -86,7 +86,7 @@
                    seed = 7,
                    expand = length(vc) != length(node),
                    maxRecurse = 0,
-                   addExamples = TRUE,
+                   addExamples = FALSE,
                    thresholdScore = "logDice",
                    threshold = 2.0,
                    localStopwords = c(),
diff --git a/man/collocationAnalysis-KorAPConnection-method.Rd b/man/collocationAnalysis-KorAPConnection-method.Rd
index e7a19fe..1105fef 100644
--- a/man/collocationAnalysis-KorAPConnection-method.Rd
+++ b/man/collocationAnalysis-KorAPConnection-method.Rd
@@ -22,7 +22,7 @@
   seed = 7,
   expand = length(vc) != length(node),
   maxRecurse = 0,
-  addExamples = TRUE,
+  addExamples = FALSE,
   thresholdScore = "logDice",
   threshold = 2,
   localStopwords = c(),