anthy
Japanese input method
Anthy is a Japanese input method for converting hiragana text to mixed kana and kanji. It is written in the C programming language. Anthy stores personal customizations (words it has learned from the user's input, words the user has explicitly added, etc.) in the ~/.anthy/
directory. This package contains the anthy C libraries, the cannadic and alt-cannadic kana dictionaries, as well as command-line tools for using anthy and managing dictionaries.
- Versions: 9100h
- Website: https://anthy.osdn.jp/
- Licenses: GPL 2 · LGPL 2.1+
- Package source: gnu/packages/anthy.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of anthy
as follows:
guix install anthy
Or install a particular version:
guix install anthy@9100h
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of anthy about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/anthy'><img src='https://packages.guix.gnu.org/packages/anthy/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/anthy)
Example Org:
[[https://packages.guix.gnu.org/packages/anthy][https://packages.guix.gnu.org/packages/anthy/badges/latest-version.svg]]