summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-01 23:23:14 +0200
committerPatrick Simianer <p@simianer.de>2014-06-01 23:23:14 +0200
commit94fef2d3aac6d7380e92771c46cc0e4655afaea4 (patch)
tree8caf3e6b14b366ac8c420419eff611d71a297b86 /README.md
parentaba7c124e3402a39a8237a7ae0ec4bc15f4016ce (diff)
add grammar.rb, hg.rb: viterbi_path(), all_paths()
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 338109c..cc8d3ef 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
+ grammar.rb : classes to model grammars (mostly for translation grammars)
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)