Type |
Changes |
By |
|
Remove WordUtils to be added back in an upcoming 1.X release. Fixes TEXT-55. |
chtompki |
|
Possible attacks through StringEscapeUtils.escapeEcmaScrip better javadoc. Fixes TEXT-52. |
chtompki |
|
Remove RandomStringGenerator to be added back in the 1.1 release. Fixes TEXT-51. |
chtompki |
|
Upgrade from commons-parent version 41 to version 42. Fixes TEXT-50. |
chtompki |
|
Escape HTML characters only once. Fixes TEXT-40. Thanks to Sampanna Kahu. |
chtompki |
|
Global vs local source of randomness. Fixes TEXT-37. |
djones |
|
Fluent API in "RandomStringBuilder". Fixes TEXT-38. |
djones |
|
Fix JaroWinklerDistance in the manner of LUCENE-1297. Fixes TEXT-26. |
chtompki |
|
Add LCS similarity and distance. Fixes TEXT-32. |
chtompki |
|
Add class to generate random strings. Fixes TEXT-34. |
djones |
|
Unfinished class Javadoc for CosineDistance. Fixes TEXT-35. |
kinow |
|
Consolidating since tags at 1.0, removing deprecated methods. Fixes TEXT-33. |
chtompki |
|
Add a builder to StringEscapeUtils. Fixes TEXT-29. |
chtompki |
|
Add shell/XSI escape/unescape support. Fixes TEXT-28. |
chtompki |
|
LevenshteinDistance reduce memory consumption. Fixes TEXT-22. |
chtompki |
|
Remove org.apache.commons.text.names, for later release than 1.0. Fixes TEXT-31. |
chtompki |
|
Add Jaccard Index and Jaccard Distance. Fixes TEXT-2. Thanks to Don Jeba. |
chtompki |
|
Move org.apache.commons.lang3.StringEscapeUtils.java into text. Fixes TEXT-27. |
chtompki |
|
Moving from commons-lang, the package org.apache.commons.lang3.text. Fixes TEXT-23. |
chtompki |
|
A more complex Levenshtein distance. Fixes TEXT-10. Thanks to Don Jeba. |
kinow |
|
Add coveralls and Travis.ci integration. Fixes TEXT-24. |
chtompki |
|
Add alphabet converter. Fixes TEXT-19. Thanks to Eyal Allweil. |
kinow |
|
Create Commons Text logo. Fixes TEXT-13. |
kinow |
|
Improve HumanNameParser. Fixes TEXT-16. |
britter |
|
IP clearance for the names package. Fixes TEXT-5. |
kinow |
|
Write user guide. Fixes TEXT-7. |
kinow |
|
Work on the string metric, distance, and similarity definitions for the project. Fixes TEXT-11. |
kinow |
|
Human name parser. Fixes TEXT-15. |
kinow |
|
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. Fixes TEXT-12. Thanks to Jonathan baker. |
kinow |
|
Add Cosine Similarity and Cosine Distance. Fixes TEXT-3. |
kinow |
|
Change (R) StringMetric.compare(CS left, CS right) to "apply" so that it is consistent with BiFunction. Fixes TEXT-8. Thanks to Jonathan Baker. |
kinow |
|
Allow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance. Fixes TEXT-6. Thanks to Jonathan Baker. |
kinow |
|
Port Myers algorithm from [collections]. Fixes TEXT-4. |
kinow |
|
Add Hamming distance. Fixes TEXT-1. |
kinow |
|
Incorporate String algorithms from Commons Lang. Fixes TEXT-9. Thanks to britter. |
kinow |