swift-models icon indicating copy to clipboard operation
swift-models copied to clipboard

[WordSeg] Alphabet can only contain characters from training

Open texasmichelle opened this issue 5 years ago • 0 comments

Currently, the WordSeg dataset uses characters from all datasets to create an instance of Alphabet, but only the training set should be used.

This potentially involves architectural changes to CharacterSequence, but we might be able to handle failures differently instead.

texasmichelle avatar Jun 10 '20 19:06 texasmichelle