Skip to content

zieka/computational_linguistics

Repository files navigation

Computational Linguistics

Summary

This is a shiny application that uses an n-gram algorithm to predict then next word of a give string.

For more information:

How to use:

Do one of the following:

  • Visit https://zieka.shinyapps.io/computational_linguistics
  • Clone and run via R (skip the package installs if you already have them)
    • git clone https://github.com/zieka/etsy_data
    • cd etsy_data navigate to the directory
    • R open an R console
    • install.packages(c('devtools','data.table'))
    • devtools::install_github(c('rstudio/ggvis', 'rstudio/shiny', 'hadley/dplyr'))
    • shiny::runApp()

About

modeling of natural language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages