Hiroyuki Deguchi
Results
3
issues of
Hiroyuki Deguchi
Add option alias setting `alias` in `metadata` of dataclass fields.
Fixed a help condition in argument parser, and support `-h` in addition to `--help`.
I have added two speed improvements: - Compile regex patterns. - Pre-define the character sets for islower() and isanyalpha(). Before: ``` Benchmark 1: python -m sacremoses -l en -j 1...