Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/mozc
Mozc - a Japanese Input Method Editor designed for multi-platform
https://github.com/google/mozc
Last synced: 27 days ago
JSON representation
Mozc - a Japanese Input Method Editor designed for multi-platform
- Host: GitHub
- URL: https://github.com/google/mozc
- Owner: google
- License: other
- Created: 2015-04-22T07:50:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T13:02:18.000Z (7 months ago)
- Last Synced: 2024-04-13T08:07:52.790Z (7 months ago)
- Language: C++
- Homepage:
- Size: 639 MB
- Stars: 2,075
- Watchers: 88
- Forks: 318
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- my-awesome - google/mozc - 10 star:2.4k fork:0.4k Mozc - a Japanese Input Method Editor designed for multi-platform (C++)
README
[Mozc - a Japanese Input Method Editor designed for multi-platform](https://github.com/google/mozc)
===================================Copyright 2010-2024 Google LLC
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as
Android OS, Apple macOS, Chromium OS, GNU/Linux and Microsoft Windows. This
OpenSource project originates from
[Google Japanese Input](http://www.google.com/intl/ja/ime/).Mozc is not an officially supported Google product.
Build Status
------------| Linux | Windows | macOS | Android lib |
|:-----:|:-------:|:-----:|:-----------:|
| [![Linux](https://github.com/google/mozc/actions/workflows/linux.yaml/badge.svg)](https://github.com/google/mozc/actions/workflows/linux.yaml) | [![Windows](https://github.com/google/mozc/actions/workflows/windows.yaml/badge.svg)](https://github.com/google/mozc/actions/workflows/windows.yaml) | [![macOS](https://github.com/google/mozc/actions/workflows/macos.yaml/badge.svg)](https://github.com/google/mozc/actions/workflows/macos.yaml) | [![Android lib](https://github.com/google/mozc/actions/workflows/android.yaml/badge.svg)](https://github.com/google/mozc/actions/workflows/android.yaml) |What's Mozc?
------------
For historical reasons, the project name *Mozc* has two different meanings:1. Internal code name of Google Japanese Input that is still commonly used
inside Google.
2. Project name to release a subset of Google Japanese Input in the form of
source code under OSS license without any warranty nor user support.In this repository, *Mozc* means the second definition unless otherwise noted.
Detailed differences between Google Japanese Input and Mozc are described in [About Branding](docs/about_branding.md).
Build Instructions
------------------* [How to build Mozc in Docker](docs/build_mozc_in_docker.md): Android library and Linux desktop builds.
* [How to build Mozc in macOS](docs/build_mozc_in_osx.md): macOS build.
* [How to build Mozc in Windows](docs/build_mozc_in_windows.md): Windows build.Release Plan
------------tl;dr. **There is no stable version.**
As described in [About Branding](docs/about_branding.md) page, Google does
not promise any official QA for OSS Mozc project. Because of this,
Mozc does not have a concept of *Stable Release*. Instead we change version
number every time when we introduce non-trivial change. If you are
interested in packaging Mozc source code, or developing your own products
based on Mozc, feel free to pick up any version. They should be equally
stable (or equally unstable) in terms of no official QA process.[Release History](docs/release_history.md) page may have additional
information and useful links about recent changes.License
-------All Mozc code written by Google is released under
[The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause).
For third party code under [src/third_party](src/third_party) directory,
see each sub directory to find the copyright notice. Note also that
outside [src/third_party](src/third_party) following directories contain
third party code.### [src/data/dictionary_oss/](src/data/dictionary_oss)
Mixed.
See [src/data/dictionary_oss/README.txt](src/data/dictionary_oss/README.txt)### [src/data/test/dictionary/](src/data/test/dictionary)
The same to [src/data/dictionary_oss/](src/data/dictionary_oss).
See [src/data/dictionary_oss/README.txt](src/data/dictionary_oss/README.txt)### [src/data/test/stress_test/](src/data/test/stress_test)
Public Domain. See the comment in
[src/data/test/stress_test/sentences.txt](src/data/test/stress_test/sentences.txt)### [src/data/unicode/](src/data/unicode)
UNICODE, INC. LICENSE AGREEMENT.
See each file header for details.