package
0.2.2
Repository: https://github.com/caicaispace/gohelper.git
Documentation: pkg.go.dev

# README

da - A Double Array Trie package for Dicts

GoDocGo Report Card

Based on cedar.

# Functions

Build da dict from io.Reader.
BuildFromFile builds the da dict from fileName.
Load gob serialized dict from dir.

# Structs

Dict contains the Trie and dict values.