Skip to content

Commit

Permalink
add text analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvannuenen committed Oct 17, 2023
1 parent 479afe8 commit c9a5465
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 2 deletions.
43 changes: 41 additions & 2 deletions R.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,50 @@ <h4 class="card-title">R Data Visualization</h4>
</div>




<!-- LEVEL -->
<blockquote class="display-5 clickable">"I know the basics of R and data wrangling. I want to learn more advanced topics like Machine Learning."</blockquote>


<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">R Text Analysis</h4>
<p class="lead">Preprocessing, topic modeling, word embeddings and more</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>In this workshop, we'll focus fundamental approaches to applying computational and data visualization methods to text in R. We'll cover a "tidy data" approach to natural language processing, which incorporates tidyverse data transformations,tidytext, tidymodels and a host of other text related packages.

</p>
</div>

<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">

<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/R-text-analysis">
<i class="fab fa-github"></i> Github
</a>

<a
class="btn btn-primary"
tabindex="0"
href="http://dlab.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdlab-berkeley%2Fr-text-analysis&urlpath=rstudio%2F">
<i class="fas fa-database"></i> Datahub
</a>
</div>
</div>
</div>
</div>



<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
Expand Down
64 changes: 64 additions & 0 deletions library.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,40 @@ <h4 class="card-title">Python Machine Learning</h4>
</div>
<!-- End of Featured Module Block -->

<!-- BLOCK -->
<blockquote class="display-5 clickable">Python Text Analysis</blockquote>
<!-- Featured Module Block -->
<div class="card border-info content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">Python Text Analysis</h4>
<p class="lead">Bag-of-words, sentiment analysis, topic modeling, word embeddings, and more</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
This workshop is part of a loosely-coupled 4-part text analysis workshop series that will prepare participants to move forward with research that uses text analysis, with a special focus on social science applications. We explore fundamental approaches to applying computational methods to text in Python. We cover some of the major packages used in natural language processing, including scikit-learn, NLTK, spaCy, and Gensim.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a class="btn btn-primary" tabindex="0" href="https://github.com/dlab-berkeley/python-text-analysis">
<i class="fab fa-github"></i> Github
</a>
<a class="btn btn-primary" tabindex="0" href="https://dlab.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdlab-berkeley%2FPython-Text-Analysis&urlpath=lab%2Ftree%2FPython-Text-Analysis%2F&branch=main">
<i class="fas fa-database"></i> Datahub
</a>
<a class="btn btn-primary" tabindex="0" href="https://mybinder.org/v2/gh/dlab-berkeley/Python-Text-Analysis/HEAD">
<i class="fas fa-book"></i> Binder
</a>
</div>
</div>
</div>
</div>
<!-- End of Featured Module Block -->


<!-- BLOCK -->
<blockquote class="display-5 clickable">Python Web APIs</blockquote>
Expand Down Expand Up @@ -738,6 +772,36 @@ <h4 class="card-title">R Machine Learning with tidymodels</h4>
</div>
<!-- End of Featured Module Block -->

<!-- BLOCK -->
<blockquote class="display-5 clickable">R Text Analysis</blockquote>
<!-- Featured Module Block -->
<div class="card border-info content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">R Text Analysis</h4>
<p class="lead">Preprocessing, topic modeling, word embeddings and more</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
In this workshop, we'll focus fundamental approaches to applying computational and data visualization methods to text in R. We'll cover a "tidy data" approach to natural language processing, which incorporates tidyverse data transformations,tidytext, tidymodels and a host of other text related packages.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a class="btn btn-primary" tabindex="0" href="https://github.com/dlab-berkeley/R-text-analysis">
<i class="fab fa-github"></i> Github
</a>
<a class="btn btn-primary" tabindex="0" href="http://dlab.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdlab-berkeley%2Fr-text-analysis&urlpath=rstudio%2F">
<i class="fas fa-database"></i> Datahub
</a>
</div>
</div>
</div>
</div>



<!-- Stata Fundamentals -->
Expand Down
46 changes: 46 additions & 0 deletions python.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,52 @@ <h4 class="card-title">Python Data Visualization</h4>
<!-- LEVEL -->
<blockquote class="display-5 clickable">"I know a fair bit about Python and Pandas and want to learn more advanced topics"</blockquote>


<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">Python Text Analysis</h4>
<p class="lead">Bag-of-words, sentiment analysis, topic modeling, word embeddings, and more</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>This workshop is part of a loosely-coupled 4-part text analysis workshop series that will prepare participants to move forward with research that uses text analysis, with a special focus on social science applications. We explore fundamental approaches to applying computational methods to text in Python. We cover some of the major packages used in natural language processing, including scikit-learn, NLTK, spaCy, and Gensim.
</p>
</div>

<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">

<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/python-text-analysis">
<i class="fab fa-github"></i> Github
</a>

<a
class="btn btn-primary"
tabindex="0"
href="https://dlab.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdlab-berkeley%2FPython-Text-Analysis&urlpath=lab%2Ftree%2FPython-Text-Analysis%2F&branch=main">
<i class="fas fa-database"></i> Datahub
</a>

<a
class="btn btn-primary"
tabindex="0"
href="https://mybinder.org/v2/gh/dlab-berkeley/Python-Text-Analysis/HEAD">
<i class="fas fa-book"></i> Binder
</a>
</div>
</div>
</div>
</div>


<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
Expand Down

0 comments on commit c9a5465

Please sign in to comment.