Skip to content
#

text-analytics

Here are 73 public repositories matching this topic...

kbenoit
kbenoit commented Feb 10, 2019

Since we are on the issue of style, we could consider encouraging stepped dfm() processing options, versus using the dfm() convenience options. We would probably not want to remove or even deprecate (with warnings using .Deprecate()) them because so many people use them, but it seems better to use

dfm(toks) %>%
    dfm_remove(stopwords("en")) %>%
    dfm_group(by = "party")
chanskw
chanskw commented Oct 2, 2017

Some of the samples are out-of-date and no longer run.
Need to go through the samples to update them.

Need to think of a release strategy for us to be in sync with Streams product release. i.e. we should take a snapshot of the samples and make a release after we have made sure that all the samples work for a particular version of Streams.

tap

Improve this page

Add a description, image, and links to the text-analytics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the text-analytics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.