Skip to content

Commit

Permalink
Merge pull request OpenKnowledgeMaps#588 from OpenKnowledgeMaps/loggi…
Browse files Browse the repository at this point in the history
…ng-upgrades

add doc count to health logs
  • Loading branch information
chreman authored Oct 10, 2021
2 parents 5609b54 + 47291a2 commit 3e88b9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/preprocessing/other-scripts/vis_layout.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ vis_layout <- function(text, metadata, service,
filtered <- filter_duplicates(metadata, text, list_size)
metadata <- filtered$metadata
text <- filtered$text

vlog$info(paste("vis_id:", .GlobalEnv$VIS_ID, "doc count:", nrow(metadata), sep=" "))

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

0 comments on commit 3e88b9b

Please sign in to comment.