med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

361
active users

#textdata

0 posts0 participants0 posts today
Neurofrontiers<p>I needed an excuse to make a word cloud shaped like a brain and I finally found one. Who said dreams don’t come true?</p><p>But in all seriousness, I learned a couple of things about how to work with text data, especially short text across multiple languages and I’ve shared that here:</p><p><a href="https://neurofrontiers.blog/how-people-find-us/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">neurofrontiers.blog/how-people</span><span class="invisible">-find-us/</span></a></p><p><a href="https://neuromatch.social/tags/WordCloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WordCloud</span></a> <a href="https://neuromatch.social/tags/TextData" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TextData</span></a> <a href="https://neuromatch.social/tags/DataAnalysis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DataAnalysis</span></a> <a href="https://neuromatch.social/tags/DataIsBeautiful" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DataIsBeautiful</span></a> <a href="https://neuromatch.social/tags/multilingual" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>multilingual</span></a></p>
iCode2<p>Do your eyes still get stung by profanity in text data? </p><p>Well, there is an R script that enables you to handle it. Really useful for working with social media data.</p><p>Check out the script on github:</p><p><a href="https://github.com/Ifeanyi55/noProfanity" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/Ifeanyi55/noProfani</span><span class="invisible">ty</span></a></p><p><a href="https://mastodon.social/tags/rstats" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rstats</span></a> <a href="https://mastodon.social/tags/textdata" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>textdata</span></a> <a href="https://mastodon.social/tags/socialmediadata" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>socialmediadata</span></a> <a href="https://mastodon.social/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a></p>
Steven P. Sanderson II, MPH<p>In today's blog post, I introduce the `grep()` function in R, a key tool for searching patterns in text data.</p><p>It allows case-sensitive searches by default but can perform case-insensitive searches with the `ignore.case` argument.</p><p>This flexibility is essential for text mining, data cleaning, and analysis. I outline the basic syntax, usage examples, and common mistakes.</p><p>Post: <a href="https://www.spsanderson.com/steveondata/posts/2024-09-04/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">spsanderson.com/steveondata/po</span><span class="invisible">sts/2024-09-04/</span></a></p><p><a href="https://mstdn.social/tags/R" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>R</span></a> <a href="https://mstdn.social/tags/RStats" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RStats</span></a> <a href="https://mstdn.social/tags/RProgramming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RProgramming</span></a> <a href="https://mstdn.social/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <a href="https://mstdn.social/tags/Coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Coding</span></a> <a href="https://mstdn.social/tags/textdata" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>textdata</span></a> <a href="https://mstdn.social/tags/stringr" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>stringr</span></a> <a href="https://mstdn.social/tags/grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grep</span></a></p>
Steven Sanderson<p>Today's blog post discusses using OR logic with the `grep()` function in R, which enhances pattern matching in character vectors.</p><p>By employing the pipe symbol (`|`), users can search for multiple patterns simultaneously, such as `grep("apple|banana", text_vector)`.</p><p>It also highlights the option to ignore case with `ignore.case = TRUE`.</p><p>Post: <a href="https://www.spsanderson.com/steveondata/posts/2024-09-03/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">spsanderson.com/steveondata/po</span><span class="invisible">sts/2024-09-03/</span></a></p><p><a href="https://rstats.me/tags/R" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>R</span></a> <a href="https://rstats.me/tags/RStats" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RStats</span></a> <a href="https://rstats.me/tags/RProgramming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RProgramming</span></a> <a href="https://rstats.me/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <a href="https://rstats.me/tags/Coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Coding</span></a> <a href="https://rstats.me/tags/textdata" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>textdata</span></a> <a href="https://rstats.me/tags/grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grep</span></a></p>