Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
okanbulut committed Feb 9, 2024
1 parent 354896e commit 973bd08
Show file tree
Hide file tree
Showing 74 changed files with 5,724 additions and 565 deletions.
2 changes: 1 addition & 1 deletion .Rproj.user/49462073/pcs/windowlayoutstate.pper
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"right": {
"splitterpos": 531,
"topwindowstate": "MAXIMIZE",
"topwindowstate": "NORMAL",
"panelheight": 959,
"windowheight": 997
}
Expand Down
2 changes: 1 addition & 1 deletion .Rproj.user/49462073/pcs/workbench-pane.pper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"TabSet1": 4,
"TabSet1": 3,
"TabSet2": 4,
"TabZoom": {}
}
6 changes: 2 additions & 4 deletions .Rproj.user/49462073/rmd-outputs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
~/GitHub/blog/_posts/2024-01-21-lexicon-based-sentiment-analysis-using-r/lexicon-based-sentiment-analysis-using-r.html


~/GitHub/blog/_posts/2024-01-21-lexicon-based-sentiment-analysis-using-r/lexicon-based-sentiment-analysis-using-r.html
~/GitHub/blog/_posts/2024-01-21-lexicon-based-sentiment-analysis-using-r/lexicon-based-sentiment-analysis-using-r.html


~/GitHub/blog/_posts/2024-01-21-lexicon-based-sentiment-analysis-using-r/lexicon-based-sentiment-analysis-using-r.html
~/GitHub/blog/_posts/2024-01-21-lexicon-based-sentiment-analysis-using-r/lexicon-based-sentiment-analysis-using-r.html



2 changes: 2 additions & 0 deletions .Rproj.user/49462073/sources/prop/INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ D%3A%2FDropbox%2FWebsite%2Fblog_netlify_backup%2Fcontent%2Fhomepage%2Fabout.md="
~%2FGitHub%2Fblog%2F_posts%2F2024-01-02-psychometric-network-analysis-using-r%2Fpsychometric-network-analysis-using-r.Rmd="5A7A69C2"
~%2FGitHub%2Fblog%2F_posts%2F2024-01-04-introduction-to-psychometric-network-analysis%2Fintroduction-to-psychometric-network-analysis.Rmd="AC22754E"
~%2FGitHub%2Fblog%2F_posts%2F2024-01-21-lexicon-based-sentiment-analysis-using-r%2Flexicon-based-sentiment-analysis-using-r.Rmd="C9B320E1"
~%2FGitHub%2Fblog%2F_posts%2F2024-01-31-lexicon-based-sentiment-analysis-using-r%2Flexicon-based-sentiment-analysis-using-r.Rmd="8A1009CD"
~%2FGitHub%2Fblog%2F_posts%2F2024-02-09-lexicon-based-sentiment-analysis-using-r%2Flexicon-based-sentiment-analysis-using-r.Rmd="0E458B78"
~%2FGitHub%2Fblog%2F_site.yml="62F30133"
~%2FGitHub%2Fblog%2Faa.R="828026A0"
~%2FGitHub%2Fblog%2Fabout.Rmd="37398C09"
Expand Down
2 changes: 2 additions & 0 deletions .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
C:/Users/Okan/Documents/GitHub/blog/_posts/2024-01-21-lexicon-based-sentiment-analysis-using-r/lexicon-based-sentiment-analysis-using-r.Rmd="DC0393F3"
C:/Users/Okan/Documents/GitHub/blog/_posts/2024-01-31-lexicon-based-sentiment-analysis-using-r/lexicon-based-sentiment-analysis-using-r.Rmd="63BDC37F"
C:/Users/Okan/Documents/GitHub/blog/_posts/2024-02-09-lexicon-based-sentiment-analysis-using-r/lexicon-based-sentiment-analysis-using-r.Rmd="B3CD0F59"
D:/Dropbox/Research Partnerships/Research with Cheryl/Data Analysis/Sentiment analysis_wave1.v2.R="546ABDFC"

Large diffs are not rendered by default.

Large diffs are not rendered by default.

953 changes: 474 additions & 479 deletions docs/about.html

Large diffs are not rendered by default.

Binary file added docs/data_and_codes/Wave1_Alberta.zip
Binary file not shown.
Binary file added docs/data_and_codes/wave1_alberta.RData
Binary file not shown.
Binary file added docs/data_and_codes/wave1_alberta_sentence.RData
Binary file not shown.
40 changes: 34 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2615,6 +2615,30 @@ <h3>${suggestion.title}</h3>
<div class="posts-container posts-with-sidebar posts-apply-limit l-screen-inset">
<div class="posts-list">
<h1 class="posts-list-caption" data-caption="Psychometrics and Data Science with R and Python">Psychometrics and Data Science with R and Python</h1>
<a href="posts/2024-02-09-lexicon-based-sentiment-analysis-using-r/" class="post-preview">
<script class="post-metadata" type="text/json">{"categories":["data science","natural language processing","text mining","sentiment"]}</script>
<div class="metadata">
<div class="publishedDate">Feb. 9, 2024</div>
<div class="dt-authors">
<div class="dt-author">Okan Bulut</div>
</div>
</div>
<div class="thumbnail">
<img src="posts/2024-02-09-lexicon-based-sentiment-analysis-using-r/emoji.jpg"/>
</div>
<div class="description">
<h2>Lexicon-Based Sentiment Analysis Using R</h2>
<div class="dt-tags">
<div class="dt-tag">data science</div>
<div class="dt-tag">natural language processing</div>
<div class="dt-tag">text mining</div>
<div class="dt-tag">sentiment</div>
</div>
<p>In this post, we will uncover the power of lexicon-based sentiment analysis using R. I demonstrate how to harness the capabilities of lexicons like NRC and Bing to decipher the emotional pulse of your text data. With practical examples, you'll gain the skills to analyze sentiment scores and extract valuable insights from your textual data sets.

(12 min read)</p>
</div>
</a>
<a href="posts/2024-01-04-introduction-to-psychometric-network-analysis/" class="post-preview">
<script class="post-metadata" type="text/json">{"categories":["psychometrics","network","correlation"]}</script>
<div class="metadata">
Expand Down Expand Up @@ -2724,7 +2748,7 @@ <h2>Text Vectorization Using Python: Term-Document Matrix</h2>
</div>
</div>
<div class="thumbnail">
<img src="posts/2021-03-23-visualizing-machine-learning-models/algorithm.jpg"/>
<img data-src="posts/2021-03-23-visualizing-machine-learning-models/algorithm.jpg"/>
</div>
<div class="description">
<h2>Visualizing Machine Learning Models</h2>
Expand Down Expand Up @@ -2935,7 +2959,7 @@ <h3>Categories</h3>
<ul>
<li>
<a href="#category:Articles">Articles</a>
<span class="category-count">(12)</span>
<span class="category-count">(13)</span>
</li>
<li>
<a href="#category:CAT">CAT</a>
Expand All @@ -2951,7 +2975,7 @@ <h3>Categories</h3>
</li>
<li>
<a href="#category:data_science">data science</a>
<span class="category-count">(3)</span>
<span class="category-count">(4)</span>
</li>
<li>
<a href="#category:data_visualization">data visualization</a>
Expand Down Expand Up @@ -2983,7 +3007,7 @@ <h3>Categories</h3>
</li>
<li>
<a href="#category:natural_language_processing">natural language processing</a>
<span class="category-count">(3)</span>
<span class="category-count">(4)</span>
</li>
<li>
<a href="#category:network">network</a>
Expand All @@ -3010,6 +3034,10 @@ <h3>Categories</h3>
<span class="category-count">(1)</span>
</li>
<li>
<a href="#category:sentiment">sentiment</a>
<span class="category-count">(1)</span>
</li>
<li>
<a href="#category:survey">survey</a>
<span class="category-count">(1)</span>
</li>
Expand All @@ -3019,7 +3047,7 @@ <h3>Categories</h3>
</li>
<li>
<a href="#category:text_mining">text mining</a>
<span class="category-count">(3)</span>
<span class="category-count">(4)</span>
</li>
<li>
<a href="#category:text_vectorization">text vectorization</a>
Expand Down Expand Up @@ -3063,7 +3091,7 @@ <h3 id="reuse">Reuse</h3>
<!--/radix_placeholder_appendices-->
<!--radix_placeholder_navigation_after_body-->
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a
<p>© Copyright Okan Bulut 2024. Made with the R <a
href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
Expand Down
17 changes: 16 additions & 1 deletion docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,22 @@ psychological data
<link>https://okan.cloud/</link>
</image>
<generator>Distill</generator>
<lastBuildDate>Thu, 04 Jan 2024 00:00:00 +0000</lastBuildDate>
<lastBuildDate>Fri, 09 Feb 2024 00:00:00 +0000</lastBuildDate>
<item>
<title>Lexicon-Based Sentiment Analysis Using R</title>
<dc:creator>Okan Bulut</dc:creator>
<link>https://okan.cloud/posts/2024-02-09-lexicon-based-sentiment-analysis-using-r</link>
<description>In this post, we will uncover the power of lexicon-based sentiment analysis using R. I demonstrate how to harness the capabilities of lexicons like NRC and Bing to decipher the emotional pulse of your text data. With practical examples, you'll gain the skills to analyze sentiment scores and extract valuable insights from your textual data sets.

(12 min read)</description>
<category>data science</category>
<category>natural language processing</category>
<category>text mining</category>
<category>sentiment</category>
<guid>https://okan.cloud/posts/2024-02-09-lexicon-based-sentiment-analysis-using-r</guid>
<pubDate>Fri, 09 Feb 2024 00:00:00 +0000</pubDate>
<media:content url="https://okan.cloud/posts/2024-02-09-lexicon-based-sentiment-analysis-using-r/emoji.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
<title>Introduction to Psychometric Network Analysis</title>
<dc:creator>Okan Bulut</dc:creator>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3076,7 +3076,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3013,7 +3013,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3081,7 +3081,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3020,7 +3020,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3100,7 +3100,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3085,7 +3085,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3097,7 +3097,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2877,7 +2877,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2787,7 +2787,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2796,7 +2796,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3120,7 +3120,7 @@ <h3 id="citation">Citation</h3>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p>© Copyright Okan Bulut 2021. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
<p>© Copyright Okan Bulut 2024. Made with the R <a href="https://rstudio.github.io/distill/">distill</a> package.</p>
</div>
<!--/radix_placeholder_navigation_after_body-->
</body></html>
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 973bd08

Please sign in to comment.