Skip to content

trinker/rnltk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rnltk

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Build Status Coverage Status Version

rnltk Logo

rnltk is a natural language tool kit for R. It is inspired by Python's NLTK porting and extending much of Python's functionality with some R flavor. The packages/functions that are included are designed to be more intuitive wrappers or optimized for performance. Currently, the package calls the following packages maintained by me:

  1. entity
  2. formality
  3. gofastr
  4. hclustext
  5. lexr
  6. parsent
  7. qdapRegex
  8. readability
  9. sentimentr
  10. stansent
  11. syllable
  12. tagger
  13. termco
  14. textproj
  15. textreadr
  16. textreport
  17. textshape

There are plans to add to this list including outside packages, focusing particularly on machine learning/classification packages. Please suggest packages and features with rationale as to how/why it would be important to include the request in a natural language tool kit.

To see all of the available packages and functions use the available() function.

Additionally, I plan to replicate and extend much of the Natural Language Processing with Python book (Bird, Klein, & Loper, 2009) with equivalent rnltk code.

  • Bird, S., Klein, E., & Loper, E. (2009). Natural Language Processing with Python (1st ed.). Beijing: O'Reilly Media

Table of Contents

Installation

To download the development version of rnltk:

Download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the pacman package to install the development version:

if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh("trinker/rnltk")

Contact

You are welcome to:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages