Add German example in … setzen
Change-Id: I51e5bbbcedafb63169b6fba1ccf2c3756900138e
diff --git a/in_NN_setzen.rds b/in_NN_setzen.rds
new file mode 100644
index 0000000..cf2bb3c
--- /dev/null
+++ b/in_NN_setzen.rds
Binary files differ
diff --git a/lvc_identification.Rmd b/lvc_identification.Rmd
index 6aaeeb5..8d390a6 100644
--- a/lvc_identification.Rmd
+++ b/lvc_identification.Rmd
@@ -33,6 +33,20 @@
Identification of Light Verb Constructions using collocation analysis.
+## German
+
+```{r setzen-in, fig.cap='Collocation analysis for »in … setzen« (= to put in NN) in DeReKo'}
+# setzen_ca <- new("KorAPConnection", verbose = TRUE) %>%
+# collocationAnalysis(
+# "focus(in [tt/p=NN] {[tt/l=setzen]})",
+# leftContextSize = 1,
+# rightContextSize = 0,
+# addExamples = TRUE
+# )
+setzen_ca <- readRDS("in_NN_setzen.rds")
+setzen_ca %>% show_table()
+```
+
## Romanian
```{r pune-in, fig.cap='Collocation analysis for »pune în NN« (= to put in NN) in CoRoLa.'}