package
1.0.0
Repository: https://github.com/soontao/jiebago.git
Documentation: pkg.go.dev

# Functions

LoadDictionary reads the given file and passes all tokens to a DictLoader.
No description provided by the author
NewToken creates a new token.

# Structs

Token represents a Chinese word with (optional) frequency and POS.

# Interfaces

DictLoader is the interface that could add one token or load tokens from channel.