class QT::MtDict
- QT::MtDict
- Reference
- Object
Defined in:
core/m1_dict.crConstant Summary
-
AUTOS =
{} of Int32 => self
-
MAINS =
{} of Int32 => self
-
USERS =
{} of String => self
Constructors
- .new(lbl : Int32)
- .regular_main : self
- .regular_user(uname : String) : self
- .unique_auto(wn_id : Int32) : self
- .unique_main(wn_id : Int32) : self
- .unique_user(wn_id : Int32, uname : String) : self
Instance Method Summary
- #add_defn(defn : Zvterm)
- #add_term(key : String, val : String, ptag : String = "", prio : Int32 = 2)
- #load!(dic : Int32) : self
- #load_main!(dic : Int32) : self
- #load_user!(dic : Int32, uname : String) : self
- #remove_term(key : String) : Nil
- #scan(*args, **options)
- #scan(*args, **options, &)
- #trie : QT::MtTrie