domain

package
v0.0.0-...-04b3042 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const Lang2Len = 2
View Source
const Lang3Len = 3

Variables

View Source
var (
	Lang2JA      Lang2
	Lang2EN      Lang2
	Lang2Unknown Lang2

	Lang3JPN     Lang3
	Lang3ENG     Lang3
	Lang3Unknown Lang3
)

Functions

This section is empty.

Types

type Lang2

type Lang2 interface {
	String() string
	ToLang3() Lang3
}

func NewLang2

func NewLang2(lang string) (Lang2, error)

type Lang3

type Lang3 interface {
	String() string
	ToLang2() Lang2
}

func NewLang3

func NewLang3(lang string) (Lang3, error)

type WordPos

type WordPos int
var (
	PosAdj   WordPos = 1
	PosAdv   WordPos = 2
	PosConj  WordPos = 3
	PosDet   WordPos = 4
	PosModal WordPos = 5
	PosNoun  WordPos = 6
	PosPrep  WordPos = 7
	PosPron  WordPos = 8
	PosVerb  WordPos = 9
	PosOther WordPos = 99
)

func NewWordPos

func NewWordPos(i int) (WordPos, error)

Jump to

Keyboard shortcuts

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