What tools are folks using to create the json file needed to train a custom word tagger model? I've tried Doccano, but it exports JSONL which is very different than what CreateML is expecting.
(example of the required format here: https://developer.apple.com/documentation/naturallanguage/creating_a_word_tagger_model).
Are there standard tools or utilities that export/convert to the CreateML format?
Thanks.