From c0daa3e70cc3187f04f67c2cdc0bd3b3217e8aa6 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 14 Feb 2014 17:14:49 +0100 Subject: => 0.3; License and README updated; some from_* methods for SparseVector; ttable.rb => Translation.rb; moved some misc. stuff to misc.rb; monkey patched String --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 26858ff..5db1487 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ nlp_ruby My little NLP library, supposed to make _my_ work a little easier and less redundant. The .gem can be found here: https://rubygems.org/gems/nlp_ruby -* dags.rb : implementation of a directed acyclic graph and various algorithms -* fileutil.rb : file utilities -* PriorityQueue.rb : a simple priority queue -* semirings.rb : semirings for dags.rb -* SparseVector.rb : sparse vectors for ruby, based on Hash -* stringutil.rb : string utilities -* tfidf.rb : functions to calculate tf/ntf/idf -* ttable.rb : functions to read MT phrase tables -* Vector.rb : vector class based on Array + bleu.rb : BLEU implementation, also per-sentence-BLEU + dag.rb : implementation of a directed acyclic graph and various algorithms + fileutil.rb : file utilities + 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 + stringutil.rb : string utilities + tfidf.rb : functions to calculate tf/ntf/idf + Translation.rb : an object for -- cgit v1.2.3