Skip to content

Commit

Permalink
fix after lang_detect change
Browse files Browse the repository at this point in the history
Former-commit-id: c57f713
  • Loading branch information
chreman committed Jan 26, 2021
1 parent f01d558 commit 94cda74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/preprocessing/other-scripts/vis_layout.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ vis_layout <- function(text, metadata, service,

if(vis_type=='overview'){
stops <- get_stopwords(lang, testing)
corpus <- create_corpus(metadata, text, lang)
corpus <- create_corpus(metadata, text, c(lang))

vlog$debug("get features")
tdm_matrix <- create_tdm_matrix(corpus$stemmed)
Expand Down

0 comments on commit 94cda74

Please sign in to comment.