Closed jiwonl closed 7 years ago
Not sure if you have contacted the author of LDAvis @cpsievert, but before you bother him, please try to update R, all your R packages (update.packages(ask = FALSE)
), and if the problem still persists after you have updated them, try:
devtools::install_github('rstudio/htmltools')
If this still does not fix the issue, please provide
devtools::session_info('servr')
devtools::session_info('htmltools')
Note every time before you install anything and retry, you should restart R.
I figured out that json file was made as ANSI. I encoded it as utf-8 and it worked. Thanks:)
Perfect. Thanks for posting back!
Hi, I'm trying to cluster text files written in Chinese. tcm, and vocab were made with UTF-8. However, plotting LDA model didn't work. Does servr package provide work in UTF-8? If it does, the problem would be in my codes....., I guess... It would be very thankful if you see my codes and capture files.:
str(mylist)