资 源 简 介
RhymeDict
The purpose of this project is to make a collection of digitized texts of ancient Chinese rhyme dictionaries, and create human friendly tools for read, extraction and retrieval.
guangyun_skimmer
The first tool rolled out is a web application for local use --- 廣韻檢索, by which you can browse or search entries of the most important Chinese RhymeDict Guangyun.
Expecting the broadest compatibility, this application requiring only the commonest features of a modern web browsers.(I developed it on ubuntu/firefox, other platforms and browsers are untested for now!) All data from the original dictionary are converted into json format. RDBMS TABLEs are represented as a bunch of arrays, each one of them is comparing a column of a RDBMS table. A whole table is mapped to a js object with keys as field names and value arrays as columns. Unfortunately, the Arrays and Objects of javascript are pretty weak, i