GithubHelp home page GithubHelp logo

stmdemo's Introduction

Topic- and Structured Topic Modeling

You can try it:

Binder

Contents

These notebooks provide an introduction to Natural Language Processing (NLP) in R with an emphasis on Topic Modeling. The notebooks touche on issues ranging from data pre-processing and import to model inference and visualization. Readers will get a first insight into the practical aspects of text mining and relevant R packages for Quantitative Analysis of Textual Data and Structural Topic Modeling. The notebooks are intended as an extension of the talk “Introduction to topic modeling research” by Cornelius Puschmann at the BIGSSS Summer Schools in Computational Social Science in Bremen. The Jupyter version of the notebook presented by Cornelius Puschmann is included.

Set up your environment

You can run this tutorial online using the GESIS Notebooks or the MyBinder service. You can start it by using this link or by clicking the 'launch binder' button below.

Binder

For running these notebooks on your machiene you will need to have installed the packages quanteda, stm and tidyverse. you can do this using RStudio menu, or executing the following commands in your R console

install.packages("quanteda")
install.packages("stm")
install.packages("tidyverse")

Related Resources

  • Practical Introduction to Text Mining (link)
  • Text Mining for Social Scientists and Digital Humanists (link)
  • Learning Structural Topic Modeling (link)
  • quanteda tutorials (link)
  • Text Mining with R by by Kohei Watanabe and Stefan Müller (link)

Lecturer: Arnim Bleier is a postdoctoral researcher in the Department Computational Social Science at GESIS. His research interests are in the field of Natural Language Processing and Computational Social Science. In collaboration with social scientists, he develops Bayesian models for the content, structure and dynamics of social phenomena.

stmdemo's People

Contributors

arnim avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.