You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're exacting termination dates on the assumption that the text is normalized. It's not. For example, Joel Partridge (terminated 08-09 Registration on 10/02/08). The matching code needs to become looser—perhaps just look for the presence of parentheses and the word "terminated" and, if found, it should extract ([0-9]{1,2})/([0-9]{1,2})/([0-9]{2,4}) from within the parentheses and then strip out everything from ( onward.
The text was updated successfully, but these errors were encountered:
We're exacting termination dates on the assumption that the text is normalized. It's not. For example,
Joel Partridge (terminated 08-09 Registration on 10/02/08)
. The matching code needs to become looser—perhaps just look for the presence of parentheses and the word "terminated" and, if found, it should extract([0-9]{1,2})/([0-9]{1,2})/([0-9]{2,4})
from within the parentheses and then strip out everything from(
onward.The text was updated successfully, but these errors were encountered: