NumberedSuffixComparator - apache/ctakes GitHub Wiki
Compares to strings that may contain numbers, such that: "abc_10" > "abc_2" "abc_010" > "abc_10";
- Author: SPF , chip-nlp
- Version: %I%
-
Since: 8/25/2017
{@inheritDoc}
-
Parameters:
-
numText1filled with digits -
numText2filled with digits
-
- Returns: -1, 0, 1 if first number less than, equal to, greater than second number