Package nltk :: Module containers
[hide private]
[frames] | no frames]

Module containers

source code

Classes [hide private]
  SortedDict
A very rudamentary sorted dictionary, whose main purpose is to allow dictionaries to be displayed in a consistent order in regression tests.
  OrderedDict
This implementation of a dictionary keeps track of the order in which keys were inserted.
  Trie
A Trie is like a dictionary in that it maps keys to values.