Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

chezou/spacyr-sparklyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spacyr example with sparklyr

This example will extract named entity from text and extract with spark_apply() of sparklyr. spacyr is R binding of SpaCy, which is Python library for NLP. spacyr requires Python with Spacy.

How to use it

  1. Run install_spacy.sh on CDSW terminal
  2. Install following packages on R session:
    • devtools::install_github("rstudio/sparklyr")
    • install.packages(c("janeaustenr"))
  3. Open sparcyr-sparklyr.R on CDSW session and run all

If you are not CDSW user, please run them on gateway node.

About

Example code of spacyr with sparklyr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published