ctakes
ctakes copied to clipboard
[CTAKES-531] change String.replaceAll() to replace() to improve performance
Fix ISSUE #CTAKES-531-PATCH. Since the string to be replaced contains none special characters, there is no need to use regular expression that in turn has bad influence to the performance.
Why is it still not merged?