diff options
author | Patrick Simianer <p@simianer.de> | 2014-02-25 17:23:26 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-02-25 17:23:26 +0100 |
commit | 47fe94c4addff8a3719998a32a0423662e9eccd2 (patch) | |
tree | 35e2dced15b1d9e14ab6671f867bb7934d64a701 /README.md | |
parent | 1320a05f94a57855f1d69f2644e56213e702d224 (diff) |
hypergraphs => v0.4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ The .gem can be found here: https://rubygems.org/gems/nlp_ruby bleu.rb : BLEU implementation, also per-sentence-BLEU dag.rb : implementation of a directed acyclic graph and various algorithms fileutil.rb : file utilities + hg.rb : data structures and algorithms (viterbi currently) for hypergraphs misc.rb : misc. stuff (e.g. monkey patches for Array and String) semirings.rb : semirings (used in dags.rb) SparseVector.rb : sparse vectors for ruby, based on Hash class |