BLKSerene

Results 45 comments of BLKSerene

[2.3.0](https://github.com/BLKSerene/Wordless/releases/tag/2.3.0) 中已添加对苹果 Retina 高分屏的支持 Windows 和 Linux 用户可以在菜单 - Preferences - Settings - General - User Interface Settings - Interface Scaling 指定全局缩放系数(界面+字体) 下面 Font Size 也可以单独修改字体大小

I'm not an expert of regular expression or Python's 3rd-party library `regex`, but there's some general comments: 1. AFAIK, no performance comparison between `re` and `regex` has been officially documented...

And the problem also exists for Russian: ``` >>> import sacremoses >>> TEXT_RUS = 'Ру́сский язы́к ([ˈruskʲɪi̯ jɪˈzɨk] Информация о файле слушать)[~ 3][⇨] — один из восточнославянских языков, национальный язык...

非.py后缀的数据文件都是要在命令行或者spec文件里手动指定的 参考:https://pyinstaller.readthedocs.io/en/stable/spec-files.html#adding-data-files 或者[我的spec文件](https://github.com/BLKSerene/Wordless/blob/main/wl_packaging.spec)

Hi, I also get this error. Any updates or workarounds on this?

This problem still occurs in `Stanza 1.5.0` with the Afrikaans dependency parser using a long text as input: ``` import stanza nlp = stanza.Pipeline('af', processors = ['tokenize', 'pos', 'lemma', 'depparse'])...

@AngledLuffa I installed `Stanza 1.5.1` on the `chuliu` branch and ran the same test with long numeric input, now the Afrikaans dependency parser works without any error. Thanks!

@davidhewitt Unfortunately, starting from Rust 1.74, the minimum supported macOS platform is macOS 10.12 (see [here](https://blog.rust-lang.org/2023/09/25/Increasing-Apple-Version-Requirements.html)), so the latest Rust compiler supporting OS X 10.11 is Rust 1.73. I tried...

Could you please give some hints about how to contribute on this specific downgrading issue?