mbox

[bug#37098,00/20] gnu: Add Tegaki and its inputs.

Message ID 864l2bx2yz.fsf@gmail.com
Headers show

Message

Alex Vong Aug. 20, 2019, 3:37 p.m. UTC
Tags: patch

Hello guix,

This patch series adds Tegaki and its inputs, which is an Chinese and
Japanese Handwriting Recognition System. Finally, I can enter
traditional Chinese using free software only! (I don't know any of the
other input methods.)

To use it, install python2-tegaki-recognize and one of the
tegaki-{zinnia,wagomu}-* packages. Then, run "tegaki-recognize -s" to
start the program (the "-s" flag starts the program in simple mode which
is what I prefer).

Should I document this in the guix info page?

---

Stand with Hong Kong!
Alex

https://twitter.com/anti_elab

Comments

Ludovic Courtès Sept. 17, 2019, 9 a.m. UTC | #1
Hi Alex,

Thanks for moving forward and pushing this patch series!

Alex Vong <alexvong1995@gmail.com> skribis:

> This patch series adds Tegaki and its inputs, which is an Chinese and
> Japanese Handwriting Recognition System. Finally, I can enter
> traditional Chinese using free software only! (I don't know any of the
> other input methods.)
>
> To use it, install python2-tegaki-recognize and one of the
> tegaki-{zinnia,wagomu}-* packages. Then, run "tegaki-recognize -s" to
> start the program (the "-s" flag starts the program in simple mode which
> is what I prefer).
>
> Should I document this in the guix info page?

It would probably make sense, perhaps under “Application Setup” and with
appropriate index entries?

BTW, I noticed this:

--8<---------------cut here---------------start------------->8---
starting phase `build'
tegaki-build -c handwriting-zh_TW.xml wagomu handwriting-zh_TW.meta
building of `/gnu/store/gni774zwaiki6sg2jhcisvpsm07i5hhn-tegaki-wagomu-traditional-chinese-0.3.drv' timed out after 3600 seconds of silence
--8<---------------cut here---------------end--------------->8---

This build seems to stick for more than an hour without saying anything.

Do you think it could be sped up or made more verbose?  Otherwise the
build farm will never be patient enough.

Thanks,
Ludo’.