Joel

Results 2 issues of Joel

For 0.2.0 I'm looking at adding: - [ ] Key/value delete - [ ] Key/value ~~append~~ insert - [ ] ~~Key modification~~ - [ ] Table ~~and Array of Table...

0.2.0
feature

This loop in `LanguageModel.lua` ``` lua for i = 1, encoded:size(1) do local idx = encoded[i] local token = self.idx_to_token[idx] s = s .. token end ``` is a killer...