package
Version:
v0.0.10
Opens a new window with list of versions in this module.
Published: Jul 26, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
Chinese-English dictionary type definitions
type Word struct {
Simplified, Traditional, Pinyin string
HeadwordId int
Senses []WordSense
}
A top level word structure that may include multiple word senses
type WordSense struct {
Id, HeadwordId int
Simplified, Traditional, Pinyin, English, Domain, Subdomain, Notes string
}
Defines a single sense of a Chinese word
Source Files
¶
Click to show internal directories.
Click to hide internal directories.