Translate dac
Change-Id: I06d08e5dd1a337cc6705c70b11bf9193bcb7a3c3
diff --git a/lvc_identification.Rmd b/lvc_identification.Rmd
index 2623f45..af0cdc3 100644
--- a/lvc_identification.Rmd
+++ b/lvc_identification.Rmd
@@ -78,11 +78,7 @@
## Polish
-
-### da(wa)?ć + NOUN
-
-```{r dac_ca_code, echo=TRUE, results = 'hide'}
-new("KorAPConnection",
+```{r dac-ca-code, echo=TRUE, results = 'hide'}
KorAPUrl = "https://korap.ids-mannheim.de/instance/nkjp1m-sgjp") %>%
collocationAnalysis(
'focus({[nkjp/l="da(wa)?ć"] []{,5}} [ud/p=NOUN])',
@@ -91,14 +87,6 @@
addExamples = TRUE
)
```
-```{r dac_ca_result, echo=FALSE}
-collocationAnalysis(
- nkjp,
- 'focus({[nkjp/l="da(wa)?ć"] []{,5}} [ud/p=NOUN])',
- leftContextSize = 0,
- rightContextSize = 1, # relative to { ... } in focus(),
- addExamples = TRUE
- ) %>%
mutate(example=str_replace(example, "(</mark>)(\\W?\\w+)", "\\2\\1")) %>%
show_table()
```