Add references
Change-Id: Ieea891d1fb49a39153d4e0ebc630226722eff700
diff --git a/lvc_identification.Rmd b/lvc_identification.Rmd
index af0cdc3..7937f8f 100644
--- a/lvc_identification.Rmd
+++ b/lvc_identification.Rmd
@@ -49,7 +49,7 @@
## Romanian
-```{r pune-in, fig.cap='Collocation analysis for »pune în NN« (= to put in NN) in CoRoLa.'}
+```{r pune-in, fig.cap='Collocation analysis for »pune în NN« (= to put in NN) in CoRoLa [@kupietz_neue_2022].'}
pune_in_ca_de = readRDS("pune_in_CA_de.rds")
pune_in_ca_de %>% show_lvc_table(10)
```
@@ -87,6 +87,12 @@
addExamples = TRUE
)
```
+```{r dac-ca-result, echo=FALSE, fig.cap = "Collocation analysis of da(wa)?ć + NOUN (=give) in NKJP1M-SGJP using UDPipe2 annotations [@straka_udpipe_2018] and RKorAPClient [@kupietz_rkorapclient_2020]"}
+dac <- readRDS("dac.rds")
+dac %>%
mutate(example=str_replace(example, "(</mark>)(\\W?\\w+)", "\\2\\1")) %>%
show_table()
```
+
+# References
+
diff --git a/references.bib b/references.bib
index b0c648f..cd8a5ed 100644
--- a/references.bib
+++ b/references.bib
@@ -211,3 +211,19 @@
pages = {2905--2911},
file = {Full Text PDF:/home/kupietz/Zotero/storage/IC9U5T6F/Bański et al. - 2012 - The New IDS Corpus Analysis Platform Challenges a.pdf:application/pdf},
}
+
+
+@inproceedings{kupietz_rkorapclient_2020,
+ address = {Marseille, France},
+ title = {{RKorAPClient}: {An} {R} {Package} for {Accessing} the {German} {Reference} {Corpus} {DeReKo} via {KorAP}},
+ isbn = {979-10-95546-34-4},
+ url = {https://www.aclweb.org/anthology/2020.lrec-1.867},
+ language = {English},
+ booktitle = {Proceedings of the 12th {Language} {Resources} and {Evaluation} {Conference}},
+ publisher = {European Language Resources Association},
+ author = {Kupietz, Marc and Diewald, Nils and Margaretha, Eliza},
+ month = may,
+ year = {2020},
+ pages = {7015--7021},
+}
+