Skip to content

jiajiaybyb/teachtextcatr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teaching Text Classification in R.

This directory contains a skeleton project for a general text classification
pipeline.

The 'data' directory contains json versions of the MEDLINE documents.
The demo uses a subset of 2000 articles. Please ask me for the json
versions of the full year for your experiments.



To run the demo:
install.packages("packrat")
install.packages("ProjectTemplate")
packrat::restore()

library(ProjectTemplate)
load.project()
prepare.clml()

# from the command line, go into software/fest and type make.
# from the command line, go into software/liblinear and type make.
# from the command line, go into software/libsvm and type make.

demo()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%