author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Fri, 30 Dec 2016 20:12:09 +0200 | |
changeset 727 | 453837f63094 |
parent 726 | d41eddc3561f |
child 728 | 4af7a2e0af97 |
py/gadict_c5.py | file | annotate | diff | comparison | revisions |
--- a/py/gadict_c5.py Thu Dec 29 22:13:53 2016 +0200 +++ b/py/gadict_c5.py Fri Dec 30 20:12:09 2016 +0200 @@ -41,7 +41,7 @@ fname = m.group(3) with io.open(fname, mode='r', buffering=1, encoding="utf-8") as stream: if mode == "var": - parser = gadict_freq.HeadVarParser(stream) + parser = gadict_freq.WordformParser(stream) elif mode == "freq": parser = gadict_freq.FreqlistParser(stream) else: