class Groups:
Pre built filter for groups of unicode objects.
Class Variable | CACHED |
Cached iter_unicodes List[Dict]. |
Class Variable | TOKENIZED |
Cached tokenized dict of set of keys. |
Method | make_tokenized |
Make tokenized data. |
Method | grouping |
Group token values. |
Method | get_vals |
Get dictionary values for token. |
Method | iter_all_groups |
Iterate through all groups. |
Method | group_names |
Iterate through group names. |
Static Method | _make_cache |
Make cache. |
Group token values.
Parameters | include_tokens | Undocumented (type: list ) |
exclude_tokens | Undocumented (type: list ) |
Get dictionary values for token.
Returns | Undocumented (type: Iterator[Dict] ) |