# standard usage:
classify()
# batch mode, custom name of corpus directories:
my.test = classify(gui = FALSE, training.corpus.dir = "TrainingSet",
test.corpus.dir = "TestSet")
summary(my.test)
# batch mode, character 3-grams requested:
classify(gui = FALSE, analyzed.features = "c", ngram.size = 3)
Run the code above in your browser using DataLab