Preston Wang-Stosur-Bassett

Results 7 comments of Preston Wang-Stosur-Bassett

I'm working on migrating the v2 beta from Electron to Tauri. It looks like there's some discussion going on in the Tauri community for out-of-the-box flatpak packaging, but at the...

[From the looks of it](https://tauri.app/v1/guides/building/debian/) there's out-of-the-box support for packaging `.deb`, so that might also work. I'll report back here after I've completed the migration to Tauri and hopefully we...

For v1 my release and packaging processes were very ad-hoc. I used [electron-packager](https://github.com/electron/electron-packager) to package releases for any given system, but I haven't run it in so long I can't...

That sounds like it could be a pretty helpful tool! So the feature would be to paste in some arbitrary block of Chinese text and get frequency data back from...

I wouldn’t be able to include the actual hanzifreq script but I would definitely be able to build a tool that does something similar. My question is: would we want...

First the text would be tokenized and then count the frequency of the tokenized words.

Now that we've migrated to Tauri, we can build with `cargo tauri build`, but we also have [`.deb`](https://github.com/sotch-pr35mac/syng/releases/download/v2.0.0-beta-3/syng_2.0.0_amd64.deb) and [`.AppImage`](https://github.com/sotch-pr35mac/syng/releases/download/v2.0.0-beta-3/syng_2.0.0_amd64.AppImage) build artifacts. I imagine it may be easier to repackage...