You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2015/04/16 13:27:19 UTC

[text] Add changes for SANDBOX-488

Repository: commons-text
Updated Branches:
  refs/heads/master b0b9d358c -> e9ce5a7ef


Add changes for SANDBOX-488


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/e9ce5a7e
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/e9ce5a7e
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/e9ce5a7e

Branch: refs/heads/master
Commit: e9ce5a7efb0e6255e0d46a127f4234cd83adb5b2
Parents: b0b9d35
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Thu Apr 16 23:27:01 2015 +1200
Committer: Bruno P. Kinoshita <br...@yahoo.com.br>
Committed: Thu Apr 16 23:27:01 2015 +1200

----------------------------------------------------------------------
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/e9ce5a7e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fce5c14..c4cbe05 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,6 +22,7 @@
   <body>
 
   <release version="1.0" date="tba" description="tba">
+    <action issue="SANDBOX-488" type="fix" dev="kinow">Work on the string metric, distance, and similarity definitions for the project</action>
     <action issue="SANDBOX-487" type="add" dev="kinow">Human name parser</action>
     <action issue="SANDBOX-492" type="fix" dev="kinow" due-to="Jonathan baker">Create StringDistanceFrom class that contains a StringMetric and the "left" side string.  This would have a method that accepts the "right" side string to test.</action>
     <action issue="SANDBOX-490" type="add" dev="kinow">Add Cosine Similarity and Cosine Distance</action>