dictd_reader 0.1.1
dictd_reader: ^0.1.1 copied to clipboard
A Dart package for reading DICTD dictionary files (.index and .dict/.dict.dz).
0.1.1 #
- Added
readEntriestoDictdReaderfor efficient batch reading of definitions.
0.1.0 #
- Initial release.
- Support for DICTD
.indexand.index.gzparsing. - Support for random access reading of
.dictand.dict.dz(dictzip) files. - In-situ reading of compressed files using
dictzip_reader. - Pure Dart implementation, no Flutter dependency.