You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Chinese Dialect Pronunciation Atlas (漢字音典, HDQT) is a comprehensive collection of Chinese character pronunciations across various Chinese dialects. It originated from the MCPDict created by Maigo at MCPDict. Since then, many experts have joined forces to continually collect and organize a large amount of Chinese dialect pronunciation data, resulting in the creation of the Chinese Dialect Pronunciation Atlas project. However, due to a lack of maintenance on the Chinese Dialect Pronunciation Atlas App, nk2028 took over the project and released the web version.
Design
The design of HDQT is divided into three parts: data source, frontend, and backend. The data is located at osfans/MCPDict, the frontend is at nk2028/hdqt, and this repository is the backend. The data source is the original MCPDict project, and the main part of this project is the Dockerfile. During the building of the Docker image, the MCPDict's build script is executed, and then the backend server is started to provide APIs for use by the frontend. The server is deployed on Google Cloud Run.