DESCR 423 B

1234567
  1. OSBF-Lua (Orthogonal Sparse Bigrams with confidence Factor) is a Lua C
  2. module for text classification. It is a port of the OSBF classifier
  3. implemented in the CRM114 project. This implementation attempts to put
  4. focus on the classification task itself by using Lua as the scripting
  5. language, a powerful yet light-weight and fast language, which makes it
  6. easier to build and test more elaborated filters and training methods.