Cosmetics

Change-Id: I1da8a617e258308daebef42db338095f47dbc00d
diff --git a/lvc_identification.Rmd b/lvc_identification.Rmd
index 7f4a4c9..6aaeeb5 100644
--- a/lvc_identification.Rmd
+++ b/lvc_identification.Rmd
@@ -26,7 +26,7 @@
 ---
 
 ```{r setup, include=FALSE, echo=FALSE, message=FALSE, warning=FALSE}
-knitr::opts_chunk$set(dev = 'svg', echo = FALSE, warning = FALSE)
+knitr::opts_chunk$set(dev = 'svg', echo = FALSE, warning = FALSE, message = FALSE)
 source("common.R")
 ```
 # Pilot study: LVC detetction
@@ -40,7 +40,7 @@
 pune_in_ca_de %>% show_simple_table_tr(10)
 ```
 
-# Hungarian
+## Hungarian
 
 ```{r hoz, fig.cap='Collocation analysis for lemma hoz (=bring) with noun in sublative or illative – focus([hnc/p="FN.(SUB|ILL)"] {[hnc/l=hoz]})'}
 hoz1 <- readRDS("hoz.Rda")
@@ -49,7 +49,7 @@
   select(collocation, EN, logDice, pmi, ll) %>%
   dplyr::arrange(desc(logDice)) %>%
   dplyr::rename("LVC example" = "collocation") %>%
-  dplyr::rename("EN (DeepL)" = "EN") %>%
+  dplyr::rename("en" = "EN") %>%
 #  head(50) %>%
   datatable(escape = F,
             extensions = c('Buttons'),