summaryrefslogtreecommitdiff
path: root/math/libshorttext/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-06-30*: Revbump packages that use Python at runtime without a PKGNAME prefixnia1-2/+2
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-2/+2
For the Python 3.8 default switch.
2019-11-02math: align variable assignmentsrillig1-3/+3
pkglint -Wall -F --only aligned -r Manual correction in R/Makefile.extension for the MASTER_SITES continuation line.
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-1/+2
This is a semi-manual PKGREVISION bump.
2017-11-15libshorttext: follow redirectswiz1-3/+3
2014-10-29LibShortText is an open source tool for short-text classification andcheusov1-0/+62
analysis. It can handle the classification of, for example, titles, questions, sentences, and short messages. Main features of LibShortText include * It is more efficient than general text-mining packages. On a typical computer, processing and training 10 million short texts takes only around half an hour. * The fast training and testing is built upon the linear classifier * LIBLINEAR * Default options often work well without tedious tuning. * An interactive tool for error analysis is included. Based on the property that each short text contains few words, LibShortText provides details in predicting each text.