You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/wc-method.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ function printcollisions(wc)
277
277
colllist =first.(totalcollisions(qtrees))
278
278
get_text(i) = i >1? wc.words[i -1] :"#MASK#"
279
279
iflength(colllist) >0
280
-
@warn"Have $(length(colllist)) collisions. Try setting a larger `epochs` and `retry`, or lower `density` and `spacing` in `wordcloud` to fix it."
280
+
@warn"There are $(length(colllist)) collisions detected. To address this, you might consider increasing the `epochs` or `retry` parameters within the `generate!` function, or reducing the `density` or `spacing` parameters in the `wordcloud` function."
0 commit comments