Skip to content

Commit e2701a5

Browse files
committed
<action dev="ggregory" type="add" issue="CODEC-161" due-to="crice">Add Match Rating Approach (MRA) phonetic algorithm encoder.</action>
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1414916 13f79535-47bb-0310-9956-ffa450edef68
1 parent 11dc483 commit e2701a5

4 files changed

Lines changed: 855 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,13 @@ limitations under the License.
190190
<role>Beider-Morse phonetic matching</role>
191191
</roles>
192192
</contributor>
193+
<contributor>
194+
<name>Colm Rice</name>
195+
<email>colm_rice at hotmail dot com</email>
196+
<roles>
197+
<role>Submitted Match Rating Approach (MRA) phonetic encoder and tests [CODEC-161]</role>
198+
</roles>
199+
</contributor>
193200
</contributors>
194201
<!-- Codec should depend on very little -->
195202
<dependencies>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
4848
</release>
4949
-->
5050
<release version="1.8" date="TBA" description="Feature and fix release.">
51+
<action dev="ggregory" type="add" issue="CODEC-161" due-to="crice">Add Match Rating Approach (MRA) phonetic algorithm encoder.</action>
5152
<action dev="ggregory" type="fix" issue="CODEC-163" due-to="leo141">ColognePhonetic encoder unneccessarily creates many char arrays on every loop run.</action>
5253
<action dev="sebb" type="fix" issue="CODEC-160">Base64.encodeBase64URLSafeString doesn't add padding characters at the end.</action>
5354
</release>

0 commit comments

Comments
 (0)