Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

搜狗细胞词库批量下载、转换、生成为linux版本下的`google pinyin`输入法词库。`convert.js`为词库转换脚本,生成的词库为`libgooglepinyin-0.1.2/data/rawdict_utf16_65105_freq.txt`,该词库有`130W`词汇量,如果你要使用该词库,请自行编译并安装`libgooglepinyin-0.1.2`库,因为官方的库不能支持如此多的词汇。编译完成过后会生成`libgooglepinyin-0.1.2/build/data/dict_pinyin.dat`文件,该文件为`google pinyin`的词库,请自行安装。搜狗细胞词库批量下载脚本使用方法请自行研究。仅供个人***学习***使用,不可用于其它意图。

License

Notifications You must be signed in to change notification settings

a1xiaoyaozi/sogou_pinyin_dict_converter

 
 

Repository files navigation

MIT License


Logo

Maked by Davies

Email: [email protected]

Table of Contents

About The Project

搜狗细胞词库批量下载、转换、生成为linux版本下的google pinyin输入法词库。convert.js为词库转换脚本,生成的词库为libgooglepinyin-0.1.2/data/rawdict_utf16_65105_freq.txt,该词库有130W词汇量,如果你要使用该词库,请自行编译并安装libgooglepinyin-0.1.2库,因为官方的库不能支持如此多的词汇。编译完成过后会生成libgooglepinyin-0.1.2/build/data/dict_pinyin.dat文件,该文件为google pinyin的词库,请自行安装。搜狗细胞词库批量下载脚本使用方法请自行研究。仅供个人学习使用,不可用于其它意图。

功能:

  • 扩充google pinyin输入法词库

Built With

依赖

Getting Started

这个章节将指导你简单的部署和使用该软件。

Prerequisites

这个项目的依赖安装步骤在下面给出。

Installation

  1. Clone the repo
git clone https://github.com/path/to/the/repository
  1. 请自行根据你的操作系统定制安装

Usage

  1. 请自行根据你的操作系统定制安装

功能定制

如果需要功能定制,请联系作者 [email protected]

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Davies - @qq - 1182176003

Davies - @email - [email protected]

Acknowledgements

免责声明

  • 该软件中所包含的部分内容,包括文字、图片、音频、视频、软件、代码、以及网页版式设计等可能来源于网上搜集。

  • 该软件提供的内容仅用于个人学习、研究或欣赏,不可使用于商业和其它意图,一切关于该软件的不正当使用行为均与我们无关,亦不承担任何法律责任。使用该软件应遵守相关法律的规定,通过使用该软件随之而来的风险与我们无关,若使用不当,后果均由个人承担。

  • 该软件不提供任何形式的保证。我们不保证内容的正确性与完整性。所有与使用该软件的直接风险均由用户承担。

  • 如果您认为该软件中所包含的部分内容侵犯了您的权益,请及时通知我们,我们将尽快予以修正或删除。

About

搜狗细胞词库批量下载、转换、生成为linux版本下的`google pinyin`输入法词库。`convert.js`为词库转换脚本,生成的词库为`libgooglepinyin-0.1.2/data/rawdict_utf16_65105_freq.txt`,该词库有`130W`词汇量,如果你要使用该词库,请自行编译并安装`libgooglepinyin-0.1.2`库,因为官方的库不能支持如此多的词汇。编译完成过后会生成`libgooglepinyin-0.1.2/build/data/dict_pinyin.dat`文件,该文件为`google pinyin`的词库,请自行安装。搜狗细胞词库批量下载脚本使用方法请自行研究。仅供个人***学习***使用,不可用于其它意图。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.7%
  • Makefile 18.7%
  • CMake 6.9%
  • C 3.0%
  • JavaScript 1.3%
  • TypeScript 0.4%