class Dawg::Dawg
- Dawg::Dawg
- Reference
- Object
Included Modules
Defined in:
dawg/dawg/dawg.crConstructors
Instance Method Summary
- #add(word : String)
- #edge_count
- #finish
- #lookup(word)
- #minimize(down)
- #minimized_nodes : Hash(Int32, Dawg::Node)
- #minimized_nodes=(minimized_nodes : Hash(Int32, ::Dawg::Node))
- #node_count
- #query(word)
- #root : Dawg::Node
- #root=(root : ::Dawg::Node)