TextModels.jl
TextModels.jl copied to clipboard
Throw error if string_length > maxlen in pad_sequences
Fixes: https://github.com/JuliaText/TextAnalysis.jl/issues/183
I haven't added the test as pad_sequenses is not being exported. How should go about adding it?