You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void main(List<String> args) {
var parser = ArgParser();
var results = parser.parse(args);
var path = results.rest[0];
var word = results.rest[1];
var mdict = MdictReader(path);
var result = mdict.query('agley');
print(result);
}
dict files:
dict.zip
with this error message:
the exception occur in _readRecord functions, the print('compress size $compressedSize'); always return 0.
The text was updated successfully, but these errors were encountered: