I wanted to let you know that it appears to work fine for names and locations on Spark NLP Healthcare but not for dates, they are still generated differently with the same seed, you may want to take a look at it. #297
Answered
by
JustHeroo
JustHeroo
asked this question in
sparknlp-healthcare
-
I wanted to let you know that it appears to work fine for names and locations, but not for dates, they are still generated differently with the same seed, you may want to take a look at it. |
Beta Was this translation helpful? Give feedback.
Answered by
JustHeroo
Aug 23, 2021
Replies: 1 comment
-
The obfuscation of the dates works differently. You had a specific method to displace the dates, that method is the setDays(5) . This method allows you to displace a Date the number of Days that you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JustHeroo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The obfuscation of the dates works differently. You had a specific method to displace the dates, that method is the setDays(5) . This method allows you to displace a Date the number of Days that you want.