Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.2 KB

README.md

File metadata and controls

12 lines (7 loc) · 1.2 KB

Stable Dev Build Status Coverage

TextClassification.jl

This package provides methods to create fast and simple text classifiers, based on the same idea behind MicroTC. The main idea is to perform a model selection among a large space of configurations, including preprocessing steps, weighting schemes, tokenizers (combinations), and classifiers. Moreover, TextClassification.jl also includes support for different classifiers and fine-tune them in the search stage; additional support for weighthing shcmes, and a better support for distributed computing thanks to Julia. As the original implementation, this package is designed to be both domain and language independent.