From 94fef2d3aac6d7380e92771c46cc0e4655afaea4 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sun, 1 Jun 2014 23:23:14 +0200 Subject: add grammar.rb, hg.rb: viterbi_path(), all_paths() --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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) -- cgit v1.2.3