├── LICENSE-CC-BY ├── LICENSE-CC-BY-SA ├── README.md ├── putonghua.dict.yaml ├── putonghua.extra.dict.yaml ├── putonghua.liuxingyu.dict.yaml ├── putonghua.schema.yaml └── tools ├── undupfile.cpp └── uniqsort.py /LICENSE-CC-BY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaka14732/rime-putonghua/HEAD/LICENSE-CC-BY -------------------------------------------------------------------------------- /LICENSE-CC-BY-SA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaka14732/rime-putonghua/HEAD/LICENSE-CC-BY-SA -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaka14732/rime-putonghua/HEAD/README.md -------------------------------------------------------------------------------- /putonghua.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaka14732/rime-putonghua/HEAD/putonghua.dict.yaml -------------------------------------------------------------------------------- /putonghua.extra.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaka14732/rime-putonghua/HEAD/putonghua.extra.dict.yaml -------------------------------------------------------------------------------- /putonghua.liuxingyu.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaka14732/rime-putonghua/HEAD/putonghua.liuxingyu.dict.yaml -------------------------------------------------------------------------------- /putonghua.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaka14732/rime-putonghua/HEAD/putonghua.schema.yaml -------------------------------------------------------------------------------- /tools/undupfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaka14732/rime-putonghua/HEAD/tools/undupfile.cpp -------------------------------------------------------------------------------- /tools/uniqsort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayaka14732/rime-putonghua/HEAD/tools/uniqsort.py --------------------------------------------------------------------------------