textfeatures
textfeatures copied to clipboard
👷♂️ A simple package for extracting useful features from character objects 👷♀️
I added two functions to the package which compute the number of misspelled words and number of emojis in text data
I've been trying to find a definition of what each of the features mean, especially the wX columns...is this documented anywhere?
The example [here](https://textfeatures.mikewk.com/index.html) does not seem to be outputting correctly. (Note, was working, but updated my version of R along with several packages -- see session info. and now does...
Thanks for a great package. I was wondering. Is there a reasoning behind `second_personp` counting third person singular pronouns? Wouldn't it be better if `second_personp`only counted instances of "yourselves" for...
Thank you so much for your excellent work on this package! 🙌 I have some questions about the way the `w` results are presented/documented. The [function documentation](https://github.com/mkearney/textfeatures/blob/a960fb243f56848a675c2acaa13c39ad4400a9b6/R/word2vec.R#L19) uses some language...
Provides a concrete example for #6 within documentation. I would be happy to work on a PR with a more traditional interface (modeling function + predict method) if that is...
sorry for such a lame pull request!
I'm missing some information about where the `politeness_dict` is coming from. If you supply the source I don't mind adding the documentation!
Hey @mkearney 👋 I saw that {textfeatures} has been kicked off CRAN yesterday. Were you aware that that happened? I would be happy to help you bring it back on...