Merge pull request #3 from EmergentOrder/master

Add support for BIDMach & VW LR + SPPMI feature vectorization
tree: 4622f8d4bde3f7aeb3a84a5416476cf0b8c1763b
  1. data/
  2. lib/
  3. project/
  4. src/
  5. .gitignore
  6. build.sbt
  7. engine.json
  8. getnativepath.java
  9. README.md
  10. template.json
  11. train.sh
README.md

TextManipulationEngine

Look at the following tutorial for a Quick Start guide and implementation details.

Release Information

Version 2.2

Modified PreparedData to use MLLib hashing and tf-idf implementations.

Version 2.1

Fixed dot product implementation in the predict methods to work with batch predict method for evaluation.

Version 2.0

Included three different data sets: e-mail spam, 20 newsgroups, and the rotten tomatoes semantic analysis set. Includes Multinomial Logistic Regression algorithm for text classification.

Version 1.2

Fixed import script bug occuring with Python 2.

Version 1.1 Changes

Changed data import Python script to pull straight from the 20 newsgroups page.