Applications

Chat bots

eliza_chat()

iesha_chat()

rude_chat()

suntsu_chat()

zen_chat()

Twitter

Authenticate

Methods for authenticating with Twitter.

credsfromfile([creds_file, subdir, verbose])

Convenience function for authentication

Streamer

Retrieve data from the Twitter Streaming API.

Query

Retrieve data from the Twitter REST API.

Twitter

Wrapper class with restricted functionality and fewer options.

TweetViewer

Handle data by sending it to the terminal.

TweetWriter

Handle data by writing it to a file.

Tgrep

ancestors(node)

Returns the list of all nodes dominating the given tree node.

unique_ancestors(node)

Returns the list of all nodes dominating the given node, where there is only a single path of descent.

tgrep_tokenize(tgrep_string)

Tokenizes a TGrep search string into separate tokens.

tgrep_compile(tgrep_string)

Parses (and tokenizes, if necessary) a TGrep search string into a lambda function.

treepositions_no_leaves(tree)

Returns all the tree positions in the given tree which are not leaf nodes.

tgrep_positions(pattern, trees[, search_leaves])

Return the tree positions in the trees which match the given pattern.

tgrep_nodes(pattern, trees[, search_leaves])

Return the tree nodes in the trees which match the given pattern.

Toolbox

StandardFormat

Class for reading and processing standard format marker files and strings.

ToolboxData

ToolboxSettings

This class is the base class for settings files.