nhs-r-community / experiencemineR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

experiencemineR

The goal of experiencemineR is to create an R wrapper around this text classification pipeline.

Example

To run text_preprocessor():

  1. Install R package reticulate: install.packages('reticulate').
  2. Install Python package emojis:
library(reticulate)
py_install('emojis')
  1. If (2) does not work, go to RStudio's Terminal tab and run pip install emojis.
  2. Run:
library(experiencemineR)
text_preprocessor("Add some random     stuff in  here !!!  ? \n and  here 4 %£&* \r.")
# not run: [1] "Add some random stuff in here and here 4 "

About

License:MIT License


Languages

Language:Python 92.1%Language:R 7.9%