forked from yina/teachtextcatr
-
Notifications
You must be signed in to change notification settings - Fork 0
jiajiaybyb/teachtextcatr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- R 100.0%