Tyler Rinker

Results 163 comments of Tyler Rinker
trafficstars

https://github.com/trinker/sentimentr/issues/46 may reduce some memory consumption:

No On Sat, May 28, 2022 at 11:49 AM Ranji Raj ***@***.***> wrote: > Hi, > > I would like to know if there is a feature implementation for sentimentr...

Would be in textclean but rexported by sentimentr

Other examples include: ``` tibble::tribble( ~short, ~long, "fan", "fanatic", "emo", "emotionally disturbed" ) ```

Note these are called shortenings: https://en.oxforddictionaries.com/spelling/shortenings and more formally: https://en.wikipedia.org/wiki/Clipping_(morphology)

Or a removal, something like replace_between from qdapRegex but in textclean and reimported

Thanks for the PR and interest in sentimentr... Still debating on this. I use sentimentr for analysis and usually care most about the order of the output. Just like with...

I have been bitten by this twice this week. You're right.