Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.36 KB

The LightSide Researcher's Workbench is an open-source text-mining tool released under the GNU General Public License. To download the latest public release, visit http://ankara.lti.cs.cmu.edu/side. See copyright/gpl.txt for more information.

Codeship

This is a mirror of the LightSide bitbucket repository.

To build from source, use ant:

ant build

To build with Chinese support, use

ant build-intl

This will compile the workbench and run a modest set of unit tests. After that, you can run LightSide by executing run-linux.sh (Linux, Mac) or run-win.sh/LightSIDE.bat (Windows)

To add new feature-extraction, machine-learning, or analysis tools to the workbench, you'll want to write a plugin. See the appendix in the Researcher's Manual for more information, and the core LightSide plugins repository for examples. An example plugin is in plugins/examples.

"# KF-LS"

Note about Branches

  • master => Currently running on prod.
  • 300ZServer => (jerrison) Added ability to grade Essays, This branch works, but is not required anymore.