summaryrefslogtreecommitdiff
path: root/fast/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'fast/README.md')
-rw-r--r--fast/README.md32
1 files changed, 25 insertions, 7 deletions
diff --git a/fast/README.md b/fast/README.md
index 5bcc962..541f93f 100644
--- a/fast/README.md
+++ b/fast/README.md
@@ -1,14 +1,32 @@
TODO
- * grammar
+ * sparse vector (unordered_map) -> where to store?
* parser
+ * Rule -> ChartItem -> Node ?
+ * viterbi path/string
+ * k-best
* other semirings
- * sparse vector (unordered_map)
- * hg serialization? json/bson/msgpack/protocol buffers (no!)
- * hg: json input (jsoncpp?)
- * language model: kenlm
+ * include language model
+ * compress/hash words/feature strings?
+
+
+Dependencies:
+ * MessagePack for object serialization [1]
+ * kenlm language model [2]
+
+
+This is Linux only.
-depends on msgpack [1]
-http://jscheiny.github.io/Streams/
[1] http://msgpack.org
+[2] http://kheafield.com/code/kenlm/
+http://math.nist.gov/spblas/
+http://lapackpp.sourceforge.net/
+http://www.cvmlib.com/
+http://sourceforge.net/projects/lpp/
+http://math-atlas.sourceforge.net/
+http://www.netlib.org/lapack/
+http://bytes.com/topic/c/answers/702569-blas-vs-cblas-c
+http://www.netlib.org/lapack/#_standard_c_language_apis_for_lapack
+http://www.osl.iu.edu/research/mtl/download.php3
+http://scicomp.stackexchange.com/questions/351/recommendations-for-a-usable-fast-c-matrix-library