8000 GitHub - yina/teachtextcatr
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yina/teachtextcatr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

Releases

No releases published

Packages

No packages published

Languages

0