fccoelho / fccoelho/corpushashD
loading JSON dicts not working
Open
bug
- Dominant language
- D
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
loading previous dictionaries is not working, which entails re-hashing all tokens. this seems to happen because when parsing the json files they come out as JSONvalues, and not as dictionaries. the conversion does not seem to be simple (or I couldn't find how to do it without looping over the json) so maybe we should use [this library](https://github.com/gianm/d-json).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.