summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-02-25 17:23:26 +0100
committerPatrick Simianer <p@simianer.de>2014-02-25 17:23:26 +0100
commit47fe94c4addff8a3719998a32a0423662e9eccd2 (patch)
tree35e2dced15b1d9e14ab6671f867bb7934d64a701 /README.md
parent1320a05f94a57855f1d69f2644e56213e702d224 (diff)
hypergraphs => v0.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5db1487..338109c 100644
--- a/README.md
+++ b/README.md
@@ -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