forked from scalanlp/breeze
-
Notifications
You must be signed in to change notification settings - Fork 50
RoadMap
dlwh edited this page Dec 14, 2012
·
9 revisions
This is just a sketch of things I know that need to be done, and maybe some timelines for when they should be done. I might do things totally out of order, as I need them for research.
- Comprehensive Matrix Tests using ScalaCheck
- Registries for Matrix
- Verification that registries for operators are fully functional, and all implementations are loaded into them.
- Add various benchmarks to ensure nothing is horribly slow
- SparseMatrix slices
- unified classification architecture based on loss functions
- some kind of tokenization pipeline?
- A better sentence-tokenizer
- Reorganize. Probably break out a core library with Index and the configuration stuff... (done)
- Loot what's useful from Scalabha
- Examples!
- POS-Tagger