Rethinking structure of kgram_freqs
and sbo_preds
object
#11
Labels
enhancement
New feature or request
kgram_freqs
and sbo_preds
object
#11
From the UI point of view, components such as
n
,L
orlambda
would probably appear more naturally as attributes than list elements.Maybe a simple list (rather than a matrix) would be a better fit for actual kgram_freqs and prediction tables. This could potentially help solving the first part of Huge memory allocations from
predict.sbo_preds
#10; also would allow to store RLE encoded word sequences and regular sequences in a single object.The text was updated successfully, but these errors were encountered: