dicttypes

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 0 Imported by: 6

Documentation

Overview

Chinese-English dictionary type definitions

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Word

type Word struct {
	Simplified, Traditional, Pinyin string
	HeadwordId                      int
	Senses                          []WordSense
}

A top level word structure that may include multiple word senses

type WordSense

type WordSense struct {
	Id, HeadwordId                                  int
	Simplified, Traditional, Pinyin, English, Notes string
}

Defines a single sense of a Chinese word

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL