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
There's a few bugs that breaks the token_text_key parameter in dataset_creator.create(). Namely, at the following line, get_tokens() needs to take in the token_text_key, otherwise it expects the default text.
There's a few bugs that breaks the
token_text_key
parameter indataset_creator.create()
. Namely, at the following line,get_tokens()
needs to take in thetoken_text_key
, otherwise it expects the defaulttext
.ehr_deidentification/src/robust_deid/ner_datasets/dataset_creator.py
Lines 139 to 143 in 88751ab
This has downstream effects on a few tokenizers as well. Will make a pull request shortly.
The text was updated successfully, but these errors were encountered: