Closed sunsiyu closed 7 years ago
Thanks for bringing this to my attention. I will have to add a verbose argument since the underlying function producing the output is text2vec::create_dtm
. Shouldn't be an issue. I will add that to the next minor release. It will be up on CRAN sometime in March.
Yikes. Upon testing that doesn't do it because the source is in text2vec::create_vocabulary
which does not have a verbose
argument. I will have to dig deeper to see what can be done.
itoken
has verbose argument
3 мар. 2017 г. 6:51 ДП пользователь "Tommy Jones" notifications@github.com написал:
Yikes. Upon testing that doesn't do it because the source is in text2vec::create_vocabulary which does not have a verbose argument. I will have to dig deeper to see what can be done.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TommyJones/textmineR/issues/28#issuecomment-283850600, or mute the thread https://github.com/notifications/unsubscribe-auth/AE4u3b3at51thIZGSse11lZZppK3PRF6ks5rh4AjgaJpZM4MOjag .
It worked! Thank you @dselivanov. I'll close this issue once the next version is released to CRAN
Closing. Latest version includes this feature.
Hi,
When using the function CreateDtm() in textmineR, the progress status verbose cannot be suppressed regardless of suppressWarnings(), suppressMessages(), invisible(), or try(silent = T) etc.
For strictly non-verbose environment, this is very undesirable. Could this be somehow modified in a way that leave the option of verbose to the user?
stackoverflow question here