Expected Context Framework ========================== Implements the Expected Context Framework as described in `this dissertation `_. Contains: * Basic `ExpectedContextModelTransformer `_ * Wrapper `DualContextWrapper `_ that handles two choices of conversational context * Wrapper pipelines `ExpectedContextModelPipeline `_ and `DualContextPipeline `_ Example usage: * `deriving question types and other characterizations in British parliamentary question periods `_ * exploration of Switchboard dialog acts corpus `using ExpectedContextModelTransformer `_, and `using DualContextWrapper `_ * `examining Wikipedia talk page discussions `_ * `computing the orientation of justice utterances in the US Supreme Court `_ .. automodule:: convokit.expected_context_framework.expected_context_model :members: :member-order: bysource .. automodule:: convokit.expected_context_framework.dual_context_wrapper :members: :member-order: bysource .. automodule:: convokit.expected_context_framework.expected_context_model_pipeline :members: :member-order: bysource