Main Page
From ScalaNLP
This is the main page for the nascent ScalaNLP project. ScalaNLP brings support for natural language processing and machine learning to Scala users.
Components
- Core - Utility libraries generically useful in doing NLP and Machine Learning.
git clone http://scalanlp.org/git/core
( The development branch for Scala 2.8 is at http://github.com/dlwh/scalanlp-core/tree/master ) - SMR - Map Reduce wrapper for Hadoop. Also offers some basic stand-alone support.
git clone http://scalanlp.org/git/smr - Scalala - A linear algebra library inspired by Matlab. support quick start
git clone http://scalanlp.org/git/scalala svn access
All projects are hosted via git and built with Maven2 (http://maven.apache.org/). See GettingStarted for a minimum fuss way to get going.
Mailing List
Please join the ScalaNLP mailing list at http://lists.scalanlp.org/listinfo.cgi/scalanlp-scalanlp.org.
Useful Pages
- Core Scaladocs:
- GettingStarted
- A Tour of Core (for the upcoming 0.2 release.)
- Starting a NewProject
- Information for Developers

